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

/external/openssh/openbsd-compat/
H A Dsha2.h51 #define SHA256_DIGEST_LENGTH 32 macro
52 #define SHA256_DIGEST_STRING_LENGTH (SHA256_DIGEST_LENGTH * 2 + 1)
82 void SHA256_Final(u_int8_t [SHA256_DIGEST_LENGTH], SHA256_CTX *)
83 __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH)));
/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/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 116 milliseconds