Searched refs:EVP_sha384 (Results 1 - 17 of 17) sorted by relevance

/external/openssh/
H A Ddigest-openssl.c40 # define EVP_sha384 NULL macro
62 { SSH_DIGEST_SHA384, "SHA384", 48, EVP_sha384 },
H A Dconfigure22192 const EVP_MD *m = EVP_sha384(); /* We need this too */
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.h152 #define EVP_sha2_384 EVP_sha384
/external/boringssl/src/crypto/digest/
H A Ddigests.c196 const EVP_MD *EVP_sha384(void) { return &sha384_md; } function
269 { NID_sha384, EVP_sha384, SN_sha384, LN_sha384 },
283 { NID_sha384WithRSAEncryption, EVP_sha384, SN_sha384WithRSAEncryption,
H A Ddigest_test.cc44 static const MD sha384 = { "SHA384", &EVP_sha384, &SHA384 };
/external/boringssl/include/openssl/
H A Ddigest.h84 OPENSSL_EXPORT const EVP_MD *EVP_sha384(void);
/external/boringssl/src/crypto/hmac/
H A Dhmac_test.cc82 return EVP_sha384();
/external/boringssl/src/include/openssl/
H A Ddigest.h84 OPENSSL_EXPORT const EVP_MD *EVP_sha384(void);
/external/boringssl/src/crypto/evp/
H A Devp_test.cc91 return EVP_sha384();
/external/boringssl/src/tool/
H A Ddigest.cc471 return DigestSum(EVP_sha384(), args);
/external/boringssl/src/crypto/cipher/
H A De_tls.c418 EVP_sha384(), 0);
/external/boringssl/src/ssl/
H A Dssl_cipher.c491 {SSL_HANDSHAKE_MAC_SHA384, EVP_sha384},
H A Dt1_lib.c2290 return EVP_sha384();
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_openssl.c851 return openssl_hmac_vector(EVP_sha384(), key, key_len, num_elem, addr,
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_openssl.c851 return openssl_hmac_vector(EVP_sha384(), key, key_len, num_elem, addr,
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_openssl.c851 return openssl_hmac_vector(EVP_sha384(), key, key_len, num_elem, addr,
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp4447 md = EVP_sha384();

Completed in 2155 milliseconds