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

/freebsd-10.0-release/crypto/openssh/
H A Dkey.h49 enum fp_type { enum
98 char *key_fingerprint(const Key *, enum fp_type, enum fp_rep);
99 u_char *key_fingerprint_raw(const Key *, enum fp_type, u_int *);
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 Dssh-keygen.c730 enum fp_type fptype;
773 enum fp_type fptype;
972 enum fp_type fptype;
H A Dkey.c328 key_fingerprint_raw(const Key *k, enum fp_type dgst_type,
572 key_fingerprint(const Key *k, enum fp_type dgst_type, enum fp_rep dgst_rep)

Completed in 72 milliseconds