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

  /external/boringssl/src/crypto/cipher_extra/
tls_cbc.c 69 // MAX_HASH_BLOCK_SIZE is the maximum hash block size that we'll support.
72 #define MAX_HASH_BLOCK_SIZE 128
320 assert(md_block_size <= MAX_HASH_BLOCK_SIZE);
378 uint8_t hmac_pad[MAX_HASH_BLOCK_SIZE];
398 uint8_t first_block[MAX_HASH_BLOCK_SIZE];
416 uint8_t block[MAX_HASH_BLOCK_SIZE];
  /external/tpm2/
Implementation.h     [all...]

Completed in 93 milliseconds