Searched refs:SHA256_CBLOCK (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/include/openssl/
H A Dsha.h135 /* SHA256_CBLOCK is the block size of SHA-256. */
136 #define SHA256_CBLOCK 64 macro
/external/boringssl/src/include/openssl/
H A Dsha.h135 /* SHA256_CBLOCK is the block size of SHA-256. */
136 #define SHA256_CBLOCK 64 macro
/external/boringssl/src/crypto/cipher/
H A De_aes.c1517 uint8_t block[SHA256_CBLOCK];
1616 (SHA256_CBLOCK - ((sizeof(uint64_t)*2 +
1618 SHA256_CBLOCK)) %
1619 SHA256_CBLOCK;
1620 uint8_t padding[SHA256_CBLOCK];

Completed in 147 milliseconds