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

  /external/boringssl/src/crypto/cipher_extra/
e_aesctrhmac.c 41 uint8_t block[SHA256_CBLOCK];
136 (SHA256_CBLOCK - ((sizeof(uint64_t)*2 +
138 SHA256_CBLOCK)) %
139 SHA256_CBLOCK;
140 uint8_t padding[SHA256_CBLOCK];
  /external/boringssl/src/include/openssl/
sha.h 147 /* SHA256_CBLOCK is the block size of SHA-256. */
148 #define SHA256_CBLOCK 64
170 * block transformation using the state from |sha| and |SHA256_CBLOCK| bytes
177 uint8_t data[SHA256_CBLOCK];

Completed in 2964 milliseconds