HomeSort by: relevance | last modified time | path
    Searched defs:sshfp (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
resolve-test.c 278 struct rk_sshfp_record *sshfp = rr->u.sshfp; local
281 printf ("alg %u type %u length %lu data ", sshfp->algorithm,
282 sshfp->type, (unsigned long)sshfp->sshfp_len);
283 for (j = 0; j < sshfp->sshfp_len; j++)
284 printf("%02X", sshfp->sshfp_data[j]);
resolve.h 201 struct rk_sshfp_record *sshfp; member in union:rk_resource_record::__anon929
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
sshfp_44.c 184 dns_rdata_sshfp_t *sshfp = source; local
187 REQUIRE(sshfp != NULL);
188 REQUIRE(sshfp->common.rdtype == type);
189 REQUIRE(sshfp->common.rdclass == rdclass);
194 RETERR(uint8_tobuffer(sshfp->algorithm, target));
195 RETERR(uint8_tobuffer(sshfp->digest_type, target));
197 return mem_tobuffer(target, sshfp->digest, sshfp->length);
202 dns_rdata_sshfp_t *sshfp = target; local
206 REQUIRE(sshfp != NULL)
226 dns_rdata_sshfp_t *sshfp = source; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
sshfp_44.c 185 dns_rdata_sshfp_t *sshfp = source; local
188 REQUIRE(sshfp != NULL);
189 REQUIRE(sshfp->common.rdtype == type);
190 REQUIRE(sshfp->common.rdclass == rdclass);
195 RETERR(uint8_tobuffer(sshfp->algorithm, target));
196 RETERR(uint8_tobuffer(sshfp->digest_type, target));
198 return (mem_tobuffer(target, sshfp->digest, sshfp->length));
203 dns_rdata_sshfp_t *sshfp = target; local
207 REQUIRE(sshfp != NULL)
233 dns_rdata_sshfp_t *sshfp = source; local
    [all...]

Completed in 39 milliseconds