Searched refs:sshkey_fingerprint (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.3-release/crypto/openssh/regress/unittests/sshkey/
H A Dtest_file.c85 cp = sshkey_fingerprint(k1, SSH_DIGEST_SHA256, SSH_FP_BASE64);
94 cp = sshkey_fingerprint(k1, SSH_DIGEST_SHA1, SSH_FP_BUBBLEBABBLE);
167 cp = sshkey_fingerprint(k1, SSH_DIGEST_SHA256, SSH_FP_BASE64);
176 cp = sshkey_fingerprint(k2, SSH_DIGEST_SHA256, SSH_FP_BASE64);
186 cp = sshkey_fingerprint(k1, SSH_DIGEST_SHA1, SSH_FP_BUBBLEBABBLE);
258 cp = sshkey_fingerprint(k1, SSH_DIGEST_SHA256, SSH_FP_BASE64);
267 cp = sshkey_fingerprint(k2, SSH_DIGEST_SHA256, SSH_FP_BASE64);
277 cp = sshkey_fingerprint(k1, SSH_DIGEST_SHA1, SSH_FP_BUBBLEBABBLE);
356 cp = sshkey_fingerprint(k1, SSH_DIGEST_SHA256, SSH_FP_BASE64);
365 cp = sshkey_fingerprint(k
[all...]
/freebsd-10.3-release/crypto/openssh/
H A Dsshconnect.c926 fp = sshkey_fingerprint(host_key,
928 ra = sshkey_fingerprint(host_key,
931 fatal("%s: sshkey_fingerprint fail", __func__);
971 fp = sshkey_fingerprint(host_key,
973 ra = sshkey_fingerprint(host_key,
976 fatal("%s: sshkey_fingerprint fail", __func__);
1248 if ((fp = sshkey_fingerprint(host_key,
1256 if ((cafp = sshkey_fingerprint(host_key->cert->signature_key,
1436 fp = sshkey_fingerprint(found->key,
1438 ra = sshkey_fingerprint(foun
[all...]
H A Dauth2-hostbased.c226 if ((fp = sshkey_fingerprint(key->cert->signature_key,
228 fatal("%s: sshkey_fingerprint fail", __func__);
234 if ((fp = sshkey_fingerprint(key,
236 fatal("%s: sshkey_fingerprint fail", __func__);
H A Dauth2-pubkey.c129 fp = sshkey_fingerprint(key, options.fingerprint_hash, SSH_FP_DEFAULT);
239 fp = sshkey_fingerprint(key->cert->signature_key,
249 fp = sshkey_fingerprint(key, options.fingerprint_hash,
775 if ((fp = sshkey_fingerprint(found,
817 if ((fp = sshkey_fingerprint(found,
845 if ((ca_fp = sshkey_fingerprint(key->cert->signature_key,
960 if ((key_fp = sshkey_fingerprint(key, options.fingerprint_hash,
962 error("%s: sshkey_fingerprint failed", __func__);
H A Dauth-rsa.c241 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash,
H A Dssh-keysign.c288 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash,
290 fatal("%s: sshkey_fingerprint failed", __progname);
H A Dsshkey.h122 char *sshkey_fingerprint(const struct sshkey *,
H A Dssh-keygen.c786 fp = sshkey_fingerprint(keys[i], fptype, rep);
787 ra = sshkey_fingerprint(keys[i], fingerprint_hash,
790 fatal("%s: sshkey_fingerprint fail", __func__);
842 fp = sshkey_fingerprint(public, fptype, rep);
843 ra = sshkey_fingerprint(public, fingerprint_hash, SSH_FP_RANDOMART);
845 fatal("%s: sshkey_fingerprint failed", __func__);
1168 fp = sshkey_fingerprint(l->key, fptype, rep);
1874 key_fp = sshkey_fingerprint(key, fingerprint_hash, SSH_FP_DEFAULT);
1875 ca_fp = sshkey_fingerprint(key->cert->signature_key,
1878 fatal("%s: sshkey_fingerprint fai
[all...]
H A Dssh-add.c383 fp = sshkey_fingerprint(idlist->keys[i],
H A Dclientloop.c2233 if ((fp = sshkey_fingerprint(ctx->keys[i],
2235 fatal("%s: sshkey_fingerprint failed", __func__);
2241 if ((fp = sshkey_fingerprint(ctx->old_keys[i],
2243 fatal("%s: sshkey_fingerprint failed", __func__);
2398 fp = sshkey_fingerprint(key, options.fingerprint_hash,
H A Dsshconnect2.c621 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash,
1059 if ((fp = sshkey_fingerprint(id->key, options.fingerprint_hash,
1745 if ((fp = sshkey_fingerprint(private, options.fingerprint_hash,
1747 error("%s: sshkey_fingerprint failed", __func__);
H A Dauth.c685 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash,
H A Dsshd.c969 fp = sshkey_fingerprint(key, options.fingerprint_hash,
1847 if ((fp = sshkey_fingerprint(pubkey, options.fingerprint_hash,
1849 fatal("sshkey_fingerprint failed");
H A Dhostfile.c587 if ((fp = sshkey_fingerprint(keys[i], hash_alg,
H A Dssh_namespace.h806 #define sshkey_fingerprint Fssh_sshkey_fingerprint macro
H A Dssh-agent.c246 p = sshkey_fingerprint(id->key, fingerprint_hash, SSH_FP_DEFAULT);
H A Dsshkey.c1148 sshkey_fingerprint(const struct sshkey *k, int dgst_alg, function

Completed in 272 milliseconds