HomeSort by relevance Sort by last modified time
    Searched refs:SHA_LONG (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/sha/
sha.h 79 * ! SHA_LONG has to be at least 32 bits wide. If it's wider, then !
85 #define SHA_LONG unsigned long
87 #define SHA_LONG unsigned long
90 #define SHA_LONG unsigned int
102 SHA_LONG h0,h1,h2,h3,h4;
103 SHA_LONG Nl,Nh;
104 SHA_LONG data[SHA_LBLOCK];
131 SHA_LONG h[8];
132 SHA_LONG Nl,Nh;
133 SHA_LONG data[SHA_LBLOCK]
    [all...]
sha256.c 74 #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;
sha_locl.h 67 #define HASH_LONG SHA_LONG
216 SHA_LONG XX[16];
229 if (!is_endian.little && sizeof(SHA_LONG)==4 && ((size_t)p%4)==0)
231 const SHA_LONG *W=(const SHA_LONG *)data;
398 SHA_LONG X[16];
  /external/openssl/include/openssl/
sha.h 79 * ! SHA_LONG has to be at least 32 bits wide. If it's wider, then !
85 #define SHA_LONG unsigned long
87 #define SHA_LONG unsigned long
90 #define SHA_LONG unsigned int
102 SHA_LONG h0,h1,h2,h3,h4;
103 SHA_LONG Nl,Nh;
104 SHA_LONG data[SHA_LBLOCK];
131 SHA_LONG h[8];
132 SHA_LONG Nl,Nh;
133 SHA_LONG data[SHA_LBLOCK]
    [all...]

Completed in 264 milliseconds