Searched refs:SSH_DIGEST_SHA512 (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | mac.c | 63 { "hmac-sha2-512", SSH_DIGEST, SSH_DIGEST_SHA512, 0, 0, 0, 0 }, 79 { "hmac-sha2-512-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_SHA512, 0, 0, 0, 1 },
|
D | digest.h | 30 #define SSH_DIGEST_SHA512 5 macro
|
D | digest-openssl.c | 63 { SSH_DIGEST_SHA512, "SHA512", 64, EVP_sha512 },
|
D | digest-libc.c | 112 SSH_DIGEST_SHA512,
|
D | kex.c | 92 SSH_DIGEST_SHA512 },
|
D | sshkey.c | 429 return SSH_DIGEST_SHA512; in sshkey_ec_nid_to_hash_alg()
|