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

/freebsd-10-stable/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-stable/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.c227 if ((fp = sshkey_fingerprint(key->cert->signature_key,
229 fatal("%s: sshkey_fingerprint fail", __func__);
235 if ((fp = sshkey_fingerprint(key,
237 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);
1880 key_fp = sshkey_fingerprint(key, fingerprint_hash, SSH_FP_DEFAULT);
1881 ca_fp = sshkey_fingerprint(key->cert->signature_key,
1884 fatal("%s: sshkey_fingerprint fai
[all...]
H A Dssh-add.c383 fp = sshkey_fingerprint(idlist->keys[i],
H A Dsshconnect2.c615 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash,
1053 if ((fp = sshkey_fingerprint(id->key, options.fingerprint_hash,
1735 if ((fp = sshkey_fingerprint(private, options.fingerprint_hash,
1737 error("%s: sshkey_fingerprint failed", __func__);
H A Dclientloop.c2237 if ((fp = sshkey_fingerprint(ctx->keys[i],
2239 fatal("%s: sshkey_fingerprint failed", __func__);
2245 if ((fp = sshkey_fingerprint(ctx->old_keys[i],
2247 fatal("%s: sshkey_fingerprint failed", __func__);
2402 fp = sshkey_fingerprint(key, options.fingerprint_hash,
H A Dauth.c696 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash,
H A Dsshd.c975 fp = sshkey_fingerprint(key, options.fingerprint_hash,
1906 if ((fp = sshkey_fingerprint(pubkey, options.fingerprint_hash,
1908 fatal("sshkey_fingerprint failed");
H A Dhostfile.c587 if ((fp = sshkey_fingerprint(keys[i], hash_alg,
H A Dssh_namespace.h811 #define sshkey_fingerprint Fssh_sshkey_fingerprint macro
H A Dssh-agent.c234 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 297 milliseconds