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

/external/dhcpcd-6.8.2/crypt/
H A Dsha256.h34 #define SHA256_DIGEST_LENGTH 32 macro
/external/boringssl/include/openssl/
H A Dsha.h153 /* SHA256_DIGEST_LENGTH is the length of a SHA-256 digest. */
154 #define SHA256_DIGEST_LENGTH 32 macro
163 * to |md|, which must have at least |SHA256_DIGEST_LENGTH| bytes of space. It
168 * |out|. There must be at least |SHA256_DIGEST_LENGTH| bytes of space in
/external/boringssl/src/include/openssl/
H A Dsha.h153 /* SHA256_DIGEST_LENGTH is the length of a SHA-256 digest. */
154 #define SHA256_DIGEST_LENGTH 32 macro
163 * to |md|, which must have at least |SHA256_DIGEST_LENGTH| bytes of space. It
168 * |out|. There must be at least |SHA256_DIGEST_LENGTH| bytes of space in
/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/dhcpcd-6.8.2/
H A Dipv6.c81 #ifndef SHA256_DIGEST_LENGTH
82 # define SHA256_DIGEST_LENGTH 32 macro
321 unsigned char buf[2048], *p, digest[SHA256_DIGEST_LENGTH];

Completed in 194 milliseconds