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

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dsha.h77 #define SHA_LBLOCK 16 macro
/external/openssl/crypto/sha/
H A Dsha.h93 #define SHA_LBLOCK 16 macro
94 #define SHA_CBLOCK (SHA_LBLOCK*4) /* SHA treats input data as a
104 SHA_LONG data[SHA_LBLOCK];
129 #define SHA256_CBLOCK (SHA_LBLOCK*4) /* SHA-256 treats input data as a
139 SHA_LONG data[SHA_LBLOCK];
168 #define SHA512_CBLOCK (SHA_LBLOCK*8) /* SHA-512 treats input data as a
187 SHA_LONG64 d[SHA_LBLOCK];
/external/openssl/include/openssl/
H A Dsha.h93 #define SHA_LBLOCK 16 macro
94 #define SHA_CBLOCK (SHA_LBLOCK*4) /* SHA treats input data as a
104 SHA_LONG data[SHA_LBLOCK];
129 #define SHA256_CBLOCK (SHA_LBLOCK*4) /* SHA-256 treats input data as a
139 SHA_LONG data[SHA_LBLOCK];
168 #define SHA512_CBLOCK (SHA_LBLOCK*8) /* SHA-512 treats input data as a
187 SHA_LONG64 d[SHA_LBLOCK];

Completed in 320 milliseconds