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

  /external/openssl/crypto/evp/
m_ecdsa.c 142 SHA_CBLOCK,
e_aes_cbc_hmac_sha1.c 151 res = SHA_CBLOCK-res;
158 res = len % SHA_CBLOCK;
162 sha1_block_data_order(c,ptr,len/SHA_CBLOCK);
191 sha_off = SHA_CBLOCK-key->md.num;
207 if (plen>(sha_off+iv) && (blocks=(plen-(sha_off+iv))/SHA_CBLOCK)) {
212 blocks *= SHA_CBLOCK;
261 unsigned char c[SHA_CBLOCK]; }
295 if (len>=(256+SHA_CBLOCK)) {
296 j = (len-(256+SHA_CBLOCK))&(0-SHA_CBLOCK);
    [all...]
m_dss.c 92 SHA_CBLOCK,
m_dss1.c 94 SHA_CBLOCK,
m_sha1.c 95 SHA_CBLOCK,
  /external/openssl/crypto/sha/
sha.h 94 #define SHA_CBLOCK (SHA_LBLOCK*4) /* SHA treats input data as a
97 #define SHA_LAST_BLOCK (SHA_CBLOCK-8)
sha_locl.h 69 #define HASH_CBLOCK SHA_CBLOCK
255 data += SHA_CBLOCK;
sha256.c 76 #define HASH_CBLOCK SHA_CBLOCK
  /external/openssl/include/openssl/
sha.h 94 #define SHA_CBLOCK (SHA_LBLOCK*4) /* SHA treats input data as a
97 #define SHA_LAST_BLOCK (SHA_CBLOCK-8)
  /external/chromium_org/third_party/boringssl/src/include/openssl/
sha.h 70 /* SHA_CBLOCK is the block size of SHA-1. */
71 #define SHA_CBLOCK 64
  /external/openssl/crypto/engine/
eng_openssl.c 342 SHA_CBLOCK,
eng_cryptodev.c 875 SHA_CBLOCK,
    [all...]

Completed in 477 milliseconds