Searched defs:MAX_HASH_BLOCK_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/boringssl/src/crypto/cipher/
H A Dtls_cbc.c70 /* MAX_HASH_BLOCK_SIZE is the maximum hash block size that we'll support.
73 #define MAX_HASH_BLOCK_SIZE 128 macro
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/
H A DImplementation.h859 #define MAX_HASH_BLOCK_SIZE ( \ macro
873 #if MAX_DIGEST_SIZE == 0 || MAX_HASH_BLOCK_SIZE == 0
880 TPM2B_TYPE(MAX_HASH_BLOCK, MAX_HASH_BLOCK_SIZE);

Completed in 249 milliseconds