HomeSort by relevance Sort by last modified time
    Searched defs:SHA_LONG (Results 1 - 2 of 2) 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];
137 SHA_LONG h[8];
138 SHA_LONG Nl,Nh;
139 SHA_LONG data[SHA_LBLOCK]
    [all...]
  /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];
137 SHA_LONG h[8];
138 SHA_LONG Nl,Nh;
139 SHA_LONG data[SHA_LBLOCK]
    [all...]

Completed in 43 milliseconds