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

  /external/boringssl/src/crypto/cipher/
tls_cbc.c 70 /* MAX_HASH_BLOCK_SIZE is the maximum hash block size that we'll support.
73 #define MAX_HASH_BLOCK_SIZE 128
292 uint8_t hmac_pad[MAX_HASH_BLOCK_SIZE];
293 uint8_t first_block[MAX_HASH_BLOCK_SIZE];
341 assert(md_block_size <= MAX_HASH_BLOCK_SIZE);
431 uint8_t block[MAX_HASH_BLOCK_SIZE];
  /external/tpm2/
CryptoEngine.h 70 #define MAX_HASH_STATE_SIZE ((2 * MAX_HASH_BLOCK_SIZE) + 16)
Implementation.h     [all...]

Completed in 204 milliseconds