Lines Matching refs:BLOCKCIPHER_BLOCK_SIZE
47 #define BLOCKCIPHER_BLOCK_SIZE 16 macro
224 const unsigned int bulk_len = req->cryptlen - BLOCKCIPHER_BLOCK_SIZE; in adiantum_hash_header()
253 const unsigned int bulk_len = req->cryptlen - BLOCKCIPHER_BLOCK_SIZE; in adiantum_hash_message()
287 const unsigned int bulk_len = req->cryptlen - BLOCKCIPHER_BLOCK_SIZE; in adiantum_finish()
307 bulk_len, BLOCKCIPHER_BLOCK_SIZE, 1); in adiantum_finish()
326 const unsigned int bulk_len = req->cryptlen - BLOCKCIPHER_BLOCK_SIZE; in adiantum_crypt()
331 if (req->cryptlen < BLOCKCIPHER_BLOCK_SIZE) in adiantum_crypt()
347 bulk_len, BLOCKCIPHER_BLOCK_SIZE, 0); in adiantum_crypt()
356 BUILD_BUG_ON(BLOCKCIPHER_BLOCK_SIZE != 16); in adiantum_crypt()
482 if (blockcipher_alg->cra_blocksize != BLOCKCIPHER_BLOCK_SIZE) in adiantum_supported_algorithms()
562 inst->alg.base.cra_blocksize = BLOCKCIPHER_BLOCK_SIZE; in adiantum_create()