Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDmac.c69 { "hmac-sha2-512", SSH_DIGEST, SSH_DIGEST_SHA512, 0, 0, 0, 0 },
83 { "hmac-sha2-512-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_SHA512, 0, 0, 0, 1 },
HDdigest.h30 #define SSH_DIGEST_SHA512 5 macro
HDdigest-openssl.c52 { SSH_DIGEST_SHA512, "SHA512", 64, EVP_sha512 },
HDdigest-libc.c107 SSH_DIGEST_SHA512,
HDkex.c87 SSH_DIGEST_SHA512 },
HDkey.c2225 return SSH_DIGEST_SHA512; in key_ec_nid_to_hash_alg()