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

/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_cbc.c65 /* MAX_HASH_BLOCK_SIZE is the maximum hash block size that we'll support.
68 #define MAX_HASH_BLOCK_SIZE 128 macro
408 unsigned char hmac_pad[MAX_HASH_BLOCK_SIZE];
409 unsigned char first_block[MAX_HASH_BLOCK_SIZE];
454 assert(md_block_size <= MAX_HASH_BLOCK_SIZE);
584 unsigned char block[MAX_HASH_BLOCK_SIZE];
/external/openssl/ssl/
H A Ds3_cbc.c66 /* MAX_HASH_BLOCK_SIZE is the maximum hash block size that we'll support.
69 #define MAX_HASH_BLOCK_SIZE 128 macro
423 unsigned char hmac_pad[MAX_HASH_BLOCK_SIZE];
424 unsigned char first_block[MAX_HASH_BLOCK_SIZE];
496 OPENSSL_assert(md_block_size <= MAX_HASH_BLOCK_SIZE);
638 unsigned char block[MAX_HASH_BLOCK_SIZE];

Completed in 92 milliseconds