Home
last modified time | relevance | path

Searched refs:SSH_DIGEST_SHA512 (Results 1 – 6 of 6) sorted by relevance

/external/openssh/
Dmac.c63 { "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 },
Ddigest.h30 #define SSH_DIGEST_SHA512 5 macro
Ddigest-openssl.c63 { SSH_DIGEST_SHA512, "SHA512", 64, EVP_sha512 },
Ddigest-libc.c112 SSH_DIGEST_SHA512,
Dkex.c92 SSH_DIGEST_SHA512 },
Dsshkey.c429 return SSH_DIGEST_SHA512; in sshkey_ec_nid_to_hash_alg()