Searched defs:SHA512_CBLOCK (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dsha.h197 /* SHA512_CBLOCK is the block size of SHA-512. */
198 #define SHA512_CBLOCK 128 macro
/external/openssl/crypto/sha/
H A Dsha.h168 #define SHA512_CBLOCK (SHA_LBLOCK*8) /* SHA-512 treats input data as a macro
188 unsigned char p[SHA512_CBLOCK];
/external/openssl/include/openssl/
H A Dsha.h168 #define SHA512_CBLOCK (SHA_LBLOCK*8) /* SHA-512 treats input data as a macro
188 unsigned char p[SHA512_CBLOCK];

Completed in 251 milliseconds