Searched defs:sshfp (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/rdata/generic/
H A Dsshfp_44.c149 dns_rdata_sshfp_t *sshfp = source; local
153 REQUIRE(sshfp->common.rdtype == type);
154 REQUIRE(sshfp->common.rdclass == rdclass);
159 RETERR(uint8_tobuffer(sshfp->algorithm, target));
160 RETERR(uint8_tobuffer(sshfp->digest_type, target));
162 return (mem_tobuffer(target, sshfp->digest, sshfp->length));
167 dns_rdata_sshfp_t *sshfp = target; local
174 sshfp->common.rdclass = rdata->rdclass;
175 sshfp
196 dns_rdata_sshfp_t *sshfp = source; local
[all...]

Completed in 10 milliseconds