Searched refs:BLOCKCIPHER_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
47 #define BLOCKCIPHER_BLOCK_SIZE 16 macro232 const unsigned int bulk_len = req->cryptlen - BLOCKCIPHER_BLOCK_SIZE; in adiantum_hash_header()261 const unsigned int bulk_len = req->cryptlen - BLOCKCIPHER_BLOCK_SIZE; in adiantum_hash_message()295 const unsigned int bulk_len = req->cryptlen - BLOCKCIPHER_BLOCK_SIZE; in adiantum_finish()315 bulk_len, BLOCKCIPHER_BLOCK_SIZE, 1); in adiantum_finish()335 const unsigned int bulk_len = req->cryptlen - BLOCKCIPHER_BLOCK_SIZE; in adiantum_crypt()340 if (req->cryptlen < BLOCKCIPHER_BLOCK_SIZE) in adiantum_crypt()356 bulk_len, BLOCKCIPHER_BLOCK_SIZE, 0); in adiantum_crypt()365 BUILD_BUG_ON(BLOCKCIPHER_BLOCK_SIZE != 16); in adiantum_crypt()491 if (blockcipher_alg->cra_blocksize != BLOCKCIPHER_BLOCK_SIZE) in adiantum_supported_algorithms()[all …]