Home
last modified time | relevance | path

Searched refs:SSH_DIGEST_SHA384 (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/openssh/
H A Ddigest.h28 #define SSH_DIGEST_SHA384 3 macro
H A Ddigest-openssl.c62 { SSH_DIGEST_SHA384, "SHA384", 48, EVP_sha384 },
H A Dkex.c103 SSH_DIGEST_SHA384 },
H A Dsshkey.c527 return SSH_DIGEST_SHA384; in sshkey_ec_nid_to_hash_alg()