Searched refs:SHA_LONG (Results 1 - 5 of 5) sorted by relevance

/external/openssl/crypto/sha/
H A Dsha.h79 * ! SHA_LONG has to be at least 32 bits wide. If it's wider, then !
85 #define SHA_LONG unsigned long macro
87 #define SHA_LONG unsigned long macro
90 #define SHA_LONG unsigned int macro
102 SHA_LONG h0,h1,h2,h3,h4;
103 SHA_LONG Nl,Nh;
104 SHA_LONG data[SHA_LBLOCK];
137 SHA_LONG h[8];
138 SHA_LONG Nl,Nh;
139 SHA_LONG dat
[all...]
H A Dsha256.c74 #define HASH_LONG SHA_LONG
118 static const SHA_LONG K256[64] = {
154 SHA_LONG X[16],l;
206 SHA_LONG X[16];
216 if (!is_endian.little && sizeof(SHA_LONG)==4 && ((size_t)in%4)==0)
218 const SHA_LONG *W=(const SHA_LONG *)data;
241 SHA_LONG l;
H A Dsha_locl.h67 #define HASH_LONG SHA_LONG
220 SHA_LONG XX[16];
233 if (!is_endian.little && sizeof(SHA_LONG)==4 && ((size_t)p%4)==0)
235 const SHA_LONG *W=(const SHA_LONG *)data;
402 SHA_LONG X[16];
/external/openssl/include/openssl/
H A Dsha.h79 * ! SHA_LONG has to be at least 32 bits wide. If it's wider, then !
85 #define SHA_LONG unsigned long macro
87 #define SHA_LONG unsigned long macro
90 #define SHA_LONG unsigned int macro
102 SHA_LONG h0,h1,h2,h3,h4;
103 SHA_LONG Nl,Nh;
104 SHA_LONG data[SHA_LBLOCK];
137 SHA_LONG h[8];
138 SHA_LONG Nl,Nh;
139 SHA_LONG dat
[all...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dsha.h78 #define SHA_LONG uint32_t macro

Completed in 103 milliseconds