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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_cbc.c69 * MAX_HASH_BLOCK_SIZE is the maximum hash block size that we'll support.
73 #define MAX_HASH_BLOCK_SIZE 128 macro
439 unsigned char hmac_pad[MAX_HASH_BLOCK_SIZE];
440 unsigned char first_block[MAX_HASH_BLOCK_SIZE];
528 OPENSSL_assert(md_block_size <= MAX_HASH_BLOCK_SIZE);
691 unsigned char block[MAX_HASH_BLOCK_SIZE];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_cbc.c69 * MAX_HASH_BLOCK_SIZE is the maximum hash block size that we'll support.
73 #define MAX_HASH_BLOCK_SIZE 128 macro
439 unsigned char hmac_pad[MAX_HASH_BLOCK_SIZE];
440 unsigned char first_block[MAX_HASH_BLOCK_SIZE];
528 OPENSSL_assert(md_block_size <= MAX_HASH_BLOCK_SIZE);
691 unsigned char block[MAX_HASH_BLOCK_SIZE];

Completed in 152 milliseconds