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

/openbsd-current/lib/libssl/
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
403 unsigned char hmac_pad[MAX_HASH_BLOCK_SIZE];
404 unsigned char first_block[MAX_HASH_BLOCK_SIZE];
470 OPENSSL_assert(md_block_size <= MAX_HASH_BLOCK_SIZE);
565 unsigned char block[MAX_HASH_BLOCK_SIZE];

Completed in 76 milliseconds