Home
last modified time | relevance | path

Searched refs:sshfp (Results 1 – 25 of 128) sorted by relevance

123456

/dports/dns/bind-tools/bind-9.16.27/lib/dns/rdata/generic/
H A Dsshfp_44.c186 REQUIRE(sshfp != NULL); in fromstruct_sshfp()
196 return (mem_tobuffer(target, sshfp->digest, sshfp->length)); in fromstruct_sshfp()
205 REQUIRE(sshfp != NULL); in tostruct_sshfp()
218 sshfp->length = region.length; in tostruct_sshfp()
221 if (sshfp->digest == NULL) { in tostruct_sshfp()
225 sshfp->mctx = mctx; in tostruct_sshfp()
233 REQUIRE(sshfp != NULL); in freestruct_sshfp()
236 if (sshfp->mctx == NULL) { in freestruct_sshfp()
240 if (sshfp->digest != NULL) { in freestruct_sshfp()
241 isc_mem_free(sshfp->mctx, sshfp->digest); in freestruct_sshfp()
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/rdata/generic/
H A Dsshfp_44.c184 REQUIRE(sshfp != NULL); in fromstruct_sshfp()
194 return (mem_tobuffer(target, sshfp->digest, sshfp->length)); in fromstruct_sshfp()
203 REQUIRE(sshfp != NULL); in tostruct_sshfp()
216 sshfp->length = region.length; in tostruct_sshfp()
219 if (sshfp->digest == NULL) { in tostruct_sshfp()
223 sshfp->mctx = mctx; in tostruct_sshfp()
231 REQUIRE(sshfp != NULL); in freestruct_sshfp()
234 if (sshfp->mctx == NULL) { in freestruct_sshfp()
238 if (sshfp->digest != NULL) { in freestruct_sshfp()
239 isc_mem_free(sshfp->mctx, sshfp->digest); in freestruct_sshfp()
[all …]
/dports/dns/bind916/bind-9.16.27/lib/dns/rdata/generic/
H A Dsshfp_44.c186 REQUIRE(sshfp != NULL); in fromstruct_sshfp()
196 return (mem_tobuffer(target, sshfp->digest, sshfp->length)); in fromstruct_sshfp()
205 REQUIRE(sshfp != NULL); in tostruct_sshfp()
218 sshfp->length = region.length; in tostruct_sshfp()
221 if (sshfp->digest == NULL) { in tostruct_sshfp()
225 sshfp->mctx = mctx; in tostruct_sshfp()
233 REQUIRE(sshfp != NULL); in freestruct_sshfp()
236 if (sshfp->mctx == NULL) { in freestruct_sshfp()
240 if (sshfp->digest != NULL) { in freestruct_sshfp()
241 isc_mem_free(sshfp->mctx, sshfp->digest); in freestruct_sshfp()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/rdata/generic/
H A Dsshfp_44.c184 REQUIRE(sshfp != NULL); in fromstruct_sshfp()
194 return (mem_tobuffer(target, sshfp->digest, sshfp->length)); in fromstruct_sshfp()
203 REQUIRE(sshfp != NULL); in tostruct_sshfp()
216 sshfp->length = region.length; in tostruct_sshfp()
219 if (sshfp->digest == NULL) { in tostruct_sshfp()
223 sshfp->mctx = mctx; in tostruct_sshfp()
231 REQUIRE(sshfp != NULL); in freestruct_sshfp()
234 if (sshfp->mctx == NULL) { in freestruct_sshfp()
238 if (sshfp->digest != NULL) { in freestruct_sshfp()
239 isc_mem_free(sshfp->mctx, sshfp->digest); in freestruct_sshfp()
[all …]
/dports/dns/bind911/bind-9.11.37/lib/dns/rdata/generic/
H A Dsshfp_44.c176 dns_rdata_sshfp_t *sshfp; in fromstruct_sshfp() local
183 sshfp = source; in fromstruct_sshfp()
191 return (mem_tobuffer(target, sshfp->digest, sshfp->length)); in fromstruct_sshfp()
196 dns_rdata_sshfp_t *sshfp; in tostruct_sshfp() local
203 sshfp = target; in tostruct_sshfp()
221 sshfp->mctx = mctx; in tostruct_sshfp()
227 dns_rdata_sshfp_t *sshfp; in freestruct_sshfp() local
233 sshfp = source; in freestruct_sshfp()
235 if (sshfp->mctx == NULL) in freestruct_sshfp()
239 isc_mem_free(sshfp->mctx, sshfp->digest); in freestruct_sshfp()
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Util/
H A DSsh.hs149 getSshConnection rdarcs sshfp = modifyMVar sshConnections $ \cmap -> do
150 let key = repoid sshfp
154 mc <- newSshConnection rdarcs sshfp
174 newSshConnection rdarcs sshfp = do
176 debugMessage $ "Starting new ssh connection to " ++ sshUhost sshfp
177 let sshargs = sshargs_ ++ ["--", sshUhost sshfp, rdarcs,
178 "transfer-mode", "--repodir", sshRepo sshfp]
205 repoid sshfp = (sshUhost sshfp, sshRepo sshfp) function
/dports/net/kea/kea-2.0.1/src/lib/dns/tests/testdata/
H A Drdata_sshfp_fromWire1.spec5 sections: sshfp
6 [sshfp]
H A Drdata_sshfp_fromWire2.spec5 sections: sshfp
6 [sshfp]
H A Drdata_sshfp_fromWire4.spec5 sections: sshfp
6 [sshfp]
H A Drdata_sshfp_fromWire5.spec5 sections: sshfp
6 [sshfp]
H A Drdata_sshfp_fromWire3.spec5 sections: sshfp
6 [sshfp]
H A Drdata_sshfp_fromWire6.spec5 sections: sshfp
6 [sshfp]
H A Drdata_sshfp_fromWire7.spec5 sections: sshfp
6 [sshfp]
H A Drdata_sshfp_fromWire8.spec5 sections: sshfp
6 [sshfp]
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/trust-dns-proto-0.19.5/src/rr/rdata/
H A Dmod.rs33 pub mod sshfp; module
45 pub use self::sshfp::SSHFP;
H A Dsshfp.rs219 pub fn emit(encoder: &mut BinEncoder, sshfp: &SSHFP) -> ProtoResult<()> { in emit()
220 encoder.emit_u8(sshfp.algorithm().into())?; in emit()
221 encoder.emit_u8(sshfp.fingerprint_type().into())?; in emit()
222 encoder.emit_vec(sshfp.fingerprint()) in emit()
/dports/net/proby/proby-1.0.2/cargo-crates/trust-dns-proto-0.18.0-alpha.2/src/rr/rdata/
H A Dmod.rs33 pub mod sshfp; module
45 pub use self::sshfp::SSHFP;
H A Dsshfp.rs219 pub fn emit(encoder: &mut BinEncoder, sshfp: &SSHFP) -> ProtoResult<()> { in emit()
220 encoder.emit_u8(sshfp.algorithm().into())?; in emit()
221 encoder.emit_u8(sshfp.fingerprint_type().into())?; in emit()
222 encoder.emit_vec(sshfp.fingerprint()) in emit()
/dports/security/suricata/suricata-6.0.4/rust/src/dns/
H A Dlog.rs415 fn dns_log_sshfp(sshfp: &DNSRDataSSHFP) -> Result<JsonBuilder, JsonError> in dns_log_sshfp()
420 for byte in &sshfp.fingerprint { in dns_log_sshfp()
425 js.set_uint("algo", sshfp.algo as u64)?; in dns_log_sshfp()
426 js.set_uint("type", sshfp.fp_type as u64)?; in dns_log_sshfp()
453 DNSRData::SSHFP(sshfp) => { in dns_log_json_answer_detail()
454 jsa.set_object("sshfp", &dns_log_sshfp(&sshfp)?)?; in dns_log_json_answer_detail()
536 DNSRData::SSHFP(sshfp) => { in dns_log_json_answer()
542 a.append_object(&dns_log_sshfp(&sshfp)?)?; in dns_log_json_answer()
696 DNSRData::SSHFP(sshfp) => { in dns_log_json_answer_v1()
697 js.set_object("sshfp", &dns_log_sshfp(&sshfp)?)?; in dns_log_json_answer_v1()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/trust-dns-proto-0.20.3/src/rr/rdata/
H A Dmod.rs34 pub mod sshfp; module
48 pub use self::sshfp::SSHFP;
H A Dsshfp.rs235 pub fn emit(encoder: &mut BinEncoder<'_>, sshfp: &SSHFP) -> ProtoResult<()> { in emit()
236 encoder.emit_u8(sshfp.algorithm().into())?; in emit()
237 encoder.emit_u8(sshfp.fingerprint_type().into())?; in emit()
238 encoder.emit_vec(sshfp.fingerprint()) in emit()
/dports/net/oha/oha-0.4.7/cargo-crates/trust-dns-proto-0.20.3/src/rr/rdata/
H A Dmod.rs34 pub mod sshfp; module
48 pub use self::sshfp::SSHFP;
H A Dsshfp.rs235 pub fn emit(encoder: &mut BinEncoder<'_>, sshfp: &SSHFP) -> ProtoResult<()> { in emit()
236 encoder.emit_u8(sshfp.algorithm().into())?; in emit()
237 encoder.emit_u8(sshfp.fingerprint_type().into())?; in emit()
238 encoder.emit_vec(sshfp.fingerprint()) in emit()
/dports/dns/dog/dog-0.1.0/dns/src/record/
H A Dmod.rs37 mod sshfp; module
38 pub use self::sshfp::SSHFP;
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/heimdal/lib/roken/
H A Dresolve.c73 DECL(sshfp),
350 rr->u.sshfp = malloc (sizeof(*rr->u.sshfp) + sshfp_len - 1); in parse_record()
351 if (rr->u.sshfp == NULL) { in parse_record()
356 rr->u.sshfp->algorithm = p[0]; in parse_record()
357 rr->u.sshfp->type = p[1]; in parse_record()
358 rr->u.sshfp->sshfp_len = sshfp_len; in parse_record()
359 memcpy (rr->u.sshfp->sshfp_data, p + 2, sshfp_len); in parse_record()

123456