Searched refs:SSH_DIGEST_SHA512 (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | kex-names.c | 59 { KEX_DH16_SHA512, KEX_DH_GRP16_SHA512, 0, SSH_DIGEST_SHA512 }, 60 { KEX_DH18_SHA512, KEX_DH_GRP18_SHA512, 0, SSH_DIGEST_SHA512 }, 72 SSH_DIGEST_SHA512 }, 81 SSH_DIGEST_SHA512 }, 83 SSH_DIGEST_SHA512 },
|
H A D | mac.c | 63 { "hmac-sha2-512", SSH_DIGEST, SSH_DIGEST_SHA512, 0, 0, 0, 0 }, 73 { "hmac-sha2-512-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_SHA512, 0, 0, 0, 1 },
|
H A D | digest.h | 29 #define SSH_DIGEST_SHA512 4 macro
|
H A D | ssh-rsa.c | 320 case SSH_DIGEST_SHA512: in rsa_hash_alg_ident() 338 return SSH_DIGEST_SHA512; in rsa_hash_id_from_ident() 359 return SSH_DIGEST_SHA512; in rsa_hash_id_from_keyname()
|
H A D | digest-openssl.c | 63 { SSH_DIGEST_SHA512, "SHA512", 64, EVP_sha512 },
|
H A D | digest-libc.c | 116 SSH_DIGEST_SHA512,
|
H A D | auth2.c | 231 size_t len = ssh_digest_bytes(SSH_DIGEST_SHA512); in user_specific_delay() 237 if (ssh_digest_memory(SSH_DIGEST_SHA512, b, strlen(b), hash, len) != 0) in user_specific_delay()
|
H A D | sshd.c | 1198 if (ctx == NULL && (ctx = ssh_digest_start(SSH_DIGEST_SHA512)) == NULL) in accumulate_host_timing_secret() 1205 len = ssh_digest_bytes(SSH_DIGEST_SHA512); in accumulate_host_timing_secret()
|
H A D | sshkey.c | 91 #define SSHKEY_SHIELD_PREKEY_HASH SSH_DIGEST_SHA512 509 case SSH_DIGEST_SHA512: in ssh_digest_to_md() 672 return SSH_DIGEST_SHA512; in sshkey_ec_nid_to_hash_alg()
|