Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkex-names.c59 { 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 Dmac.c63 { "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 Ddigest.h29 #define SSH_DIGEST_SHA512 4 macro
H A Dssh-rsa.c320 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 Ddigest-openssl.c63 { SSH_DIGEST_SHA512, "SHA512", 64, EVP_sha512 },
H A Ddigest-libc.c116 SSH_DIGEST_SHA512,
H A Dauth2.c231 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 Dsshd.c1198 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 Dsshkey.c91 #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()