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

/freebsd-10.1-release/crypto/openssh/
H A Ddns.c81 enum fp_type fp_type = 0; local
106 fp_type = SSH_FP_SHA1;
109 fp_type = SSH_FP_SHA256;
116 *digest = key_fingerprint_raw(key, fp_type, digest_len);
H A Dkey.h51 enum fp_type { enum
105 char *key_fingerprint(const Key *, enum fp_type, enum fp_rep);
106 u_char *key_fingerprint_raw(const Key *, enum fp_type, u_int *);
H A Dssh-keygen.c746 enum fp_type fptype;
789 enum fp_type fptype;
988 enum fp_type fptype;
H A Dkey.c359 key_fingerprint_raw(const Key *k, enum fp_type dgst_type,
602 key_fingerprint(const Key *k, enum fp_type dgst_type, enum fp_rep dgst_rep)

Completed in 115 milliseconds