HomeSort by relevance Sort by last modified time
    Searched refs:SHA_LBLOCK (Results 1 - 5 of 5) 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;
456 W+=SHA_LBLOCK;
502 W+=SHA_LBLOCK;
590 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];
  /external/chromium_org/third_party/boringssl/src/include/openssl/
sha.h 77 #define SHA_LBLOCK 16
  /external/openssl/crypto/evp/
e_aes_cbc_hmac_sha1.c 260 union { unsigned int u[SHA_LBLOCK];
333 data->u[SHA_LBLOCK-1] |= bitlen&mask;
348 data->u[SHA_LBLOCK-1] |= bitlen&mask;
360 data->u[SHA_LBLOCK-1] = bitlen;

Completed in 34 milliseconds