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

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

Completed in 177 milliseconds