Lines Matching refs:sshfp
461 free(rr->sshfp.fingerprint);
660 return a->sshfp.algorithm == b->sshfp.algorithm &&
661 a->sshfp.fptype == b->sshfp.fptype &&
662 FIELD_EQUAL(a->sshfp, b->sshfp, fingerprint);
953 t = hexmem(rr->sshfp.fingerprint, rr->sshfp.fingerprint_size);
959 rr->sshfp.algorithm,
960 rr->sshfp.fptype,
1379 siphash24_compress(&rr->sshfp.algorithm, sizeof(rr->sshfp.algorithm), state);
1380 siphash24_compress(&rr->sshfp.fptype, sizeof(rr->sshfp.fptype), state);
1381 siphash24_compress(rr->sshfp.fingerprint, rr->sshfp.fingerprint_size, state);