Searched defs:SHA_LONG64 (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/sha/
H A Dsha.h164 * Unlike 32-bit digest algorithms, SHA-512 *relies* on SHA_LONG64
172 #define SHA_LONG64 unsigned __int64 macro
175 #define SHA_LONG64 unsigned long macro
178 #define SHA_LONG64 unsigned long long macro
184 SHA_LONG64 h[8];
185 SHA_LONG64 Nl,Nh;
187 SHA_LONG64 d[SHA_LBLOCK];
/external/openssl/include/openssl/
H A Dsha.h164 * Unlike 32-bit digest algorithms, SHA-512 *relies* on SHA_LONG64
172 #define SHA_LONG64 unsigned __int64 macro
175 #define SHA_LONG64 unsigned long macro
178 #define SHA_LONG64 unsigned long long macro
184 SHA_LONG64 h[8];
185 SHA_LONG64 Nl,Nh;
187 SHA_LONG64 d[SHA_LBLOCK];

Completed in 48 milliseconds