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

/external/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.h50 #define SHA256_DIGEST_LENGTH 32 macro
51 #define SHA256_DIGEST_STRING_LENGTH (SHA256_DIGEST_LENGTH * 2 + 1)
125 void SHA256_Final __P((u_int8_t[SHA256_DIGEST_LENGTH], SHA256_CTX*));
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dsha.h137 /* SHA256_DIGEST_LENGTH is the length of a SHA-256 digest. */
138 #define SHA256_DIGEST_LENGTH 32 macro
/external/openssl/crypto/sha/
H A Dsha.h133 #define SHA256_DIGEST_LENGTH 32 macro
/external/openssl/include/openssl/
H A Dsha.h133 #define SHA256_DIGEST_LENGTH 32 macro

Completed in 177 milliseconds