Searched refs:SSH_DIGEST_SHA512 (Results 1 – 6 of 6) sorted by relevance
| /trueos/crypto/openssh/ |
| HD | mac.c | 69 { "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 },
|
| HD | digest.h | 30 #define SSH_DIGEST_SHA512 5 macro
|
| HD | digest-openssl.c | 52 { SSH_DIGEST_SHA512, "SHA512", 64, EVP_sha512 },
|
| HD | digest-libc.c | 107 SSH_DIGEST_SHA512,
|
| HD | kex.c | 87 SSH_DIGEST_SHA512 },
|
| HD | key.c | 2225 return SSH_DIGEST_SHA512; in key_ec_nid_to_hash_alg()
|