Searched refs:sshfp (Results 1 - 2 of 2) 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...]
/bind-9.11.3/bin/tests/system/digdelv/
H A Dtests.sh28 $DIG $DIGOPTS @10.53.0.3 +split=4 -t sshfp foo.example > dig.out.test$n || ret=1
366 $DIG $DIGOPTS @10.53.0.3 +sp=4 -t sshfp foo.example > dig.out.test$n || ret=1
475 $DELV $DELVOPTS @10.53.0.3 +split=4 -t sshfp foo.example > delv.out.test$n || ret=1
614 $DELV $DELVOPTS @10.53.0.3 +sp=4 -t sshfp foo.example > delv.out.test$n || ret=1

Completed in 1112 milliseconds