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

  /external/openssl/crypto/sha/
sha.h 93 #define SHA_LBLOCK 16
94 #define SHA_CBLOCK (SHA_LBLOCK*4) /* SHA treats input data as a
104 SHA_LONG data[SHA_LBLOCK];
129 #define SHA256_CBLOCK (SHA_LBLOCK*4) /* SHA-256 treats input data as a
139 SHA_LONG data[SHA_LBLOCK];
168 #define SHA512_CBLOCK (SHA_LBLOCK*8) /* SHA-512 treats input data as a
187 SHA_LONG64 d[SHA_LBLOCK];
sha512.c 112 c->u.d[SHA_LBLOCK-2] = c->Nh;
113 c->u.d[SHA_LBLOCK-1] = c->Nl;
449 W+=SHA_LBLOCK;
495 W+=SHA_LBLOCK;
583 W+=SHA_LBLOCK;
  /external/openssl/include/openssl/
sha.h 93 #define SHA_LBLOCK 16
94 #define SHA_CBLOCK (SHA_LBLOCK*4) /* SHA treats input data as a
104 SHA_LONG data[SHA_LBLOCK];
129 #define SHA256_CBLOCK (SHA_LBLOCK*4) /* SHA-256 treats input data as a
139 SHA_LONG data[SHA_LBLOCK];
168 #define SHA512_CBLOCK (SHA_LBLOCK*8) /* SHA-512 treats input data as a
187 SHA_LONG64 d[SHA_LBLOCK];

Completed in 40 milliseconds