Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Dresolve-test.c152 struct rk_sshfp_record *sshfp = rr->u.sshfp; in main() local
155 printf ("alg %u type %u length %lu data ", sshfp->algorithm, in main()
156 sshfp->type, (unsigned long)sshfp->sshfp_len); in main()
157 for (i = 0; i < sshfp->sshfp_len; i++) in main()
158 printf("%02X", sshfp->sshfp_data[i]); in main()
H A Dresolve.c74 DECL(sshfp),
354 rr->u.sshfp = malloc (sizeof(*rr->u.sshfp) + sshfp_len - 1); in parse_record()
355 if (rr->u.sshfp == NULL) { in parse_record()
360 rr->u.sshfp->algorithm = p[0]; in parse_record()
361 rr->u.sshfp->type = p[1]; in parse_record()
362 rr->u.sshfp->sshfp_len = sshfp_len; in parse_record()
363 memcpy (rr->u.sshfp->sshfp_data, p + 2, sshfp_len); in parse_record()
H A Dresolve.h199 struct rk_sshfp_record *sshfp; member
/freebsd/crypto/openssh/regress/
H A DMakefile27 sshfp-connect \
56 keygen-sshfp \