Searched defs:SHA384_DIGEST_LENGTH (Results 1 - 4 of 4) sorted by relevance

/external/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.h53 #define SHA384_DIGEST_LENGTH 48 macro
54 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
133 void SHA384_Final __P((u_int8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*));
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dsha.h172 /* SHA384_DIGEST_LENGTH is the length of a SHA-384 digest. */
173 #define SHA384_DIGEST_LENGTH 48 macro
/external/openssl/crypto/sha/
H A Dsha.h159 #define SHA384_DIGEST_LENGTH 48 macro
/external/openssl/include/openssl/
H A Dsha.h159 #define SHA384_DIGEST_LENGTH 48 macro

Completed in 1087 milliseconds