Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh-rsa.c277 case SSH_DIGEST_SHA512: in rsa_hash_alg_ident()
295 return SSH_DIGEST_SHA512; in rsa_hash_id_from_ident()
316 return SSH_DIGEST_SHA512; in rsa_hash_id_from_keyname()
328 case SSH_DIGEST_SHA512: in rsa_hash_alg_nid()
622 case SSH_DIGEST_SHA512: in rsa_hash_alg_oid()
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 Ddigest-openssl.c63 { SSH_DIGEST_SHA512, "SHA512", 64, EVP_sha512 },
H A Ddigest-libc.c116 SSH_DIGEST_SHA512,
H A Dkex.c95 { KEX_DH16_SHA512, KEX_DH_GRP16_SHA512, 0, SSH_DIGEST_SHA512 },
96 { KEX_DH18_SHA512, KEX_DH_GRP18_SHA512, 0, SSH_DIGEST_SHA512 },
108 SSH_DIGEST_SHA512 },
117 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.c1548 if (ctx == NULL && (ctx = ssh_digest_start(SSH_DIGEST_SHA512)) == NULL)
1555 len = ssh_digest_bytes(SSH_DIGEST_SHA512);
H A Dsshkey.c90 #define SSHKEY_SHIELD_PREKEY_HASH SSH_DIGEST_SHA512
565 return SSH_DIGEST_SHA512; in sshkey_ec_nid_to_hash_alg()