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

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dsshfp_44.c154 dns_rdata_sshfp_t *sshfp = source; local
158 REQUIRE(sshfp->common.rdtype == type);
159 REQUIRE(sshfp->common.rdclass == rdclass);
164 RETERR(uint8_tobuffer(sshfp->algorithm, target));
165 RETERR(uint8_tobuffer(sshfp->digest_type, target));
167 return (mem_tobuffer(target, sshfp->digest, sshfp->length));
172 dns_rdata_sshfp_t *sshfp = target; local
179 sshfp->common.rdclass = rdata->rdclass;
180 sshfp
201 dns_rdata_sshfp_t *sshfp = source; local
[all...]

Completed in 21 milliseconds