Searched defs:SHA_LONG (Results 1 - 2 of 2) 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...]
/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...]

Completed in 1916 milliseconds