BLOCKCIPHER_BLOCK_SIZE  232 crypto/adiantum.c 	const unsigned int bulk_len = req->cryptlen - BLOCKCIPHER_BLOCK_SIZE;
BLOCKCIPHER_BLOCK_SIZE  261 crypto/adiantum.c 	const unsigned int bulk_len = req->cryptlen - BLOCKCIPHER_BLOCK_SIZE;
BLOCKCIPHER_BLOCK_SIZE  295 crypto/adiantum.c 	const unsigned int bulk_len = req->cryptlen - BLOCKCIPHER_BLOCK_SIZE;
BLOCKCIPHER_BLOCK_SIZE  315 crypto/adiantum.c 				 bulk_len, BLOCKCIPHER_BLOCK_SIZE, 1);
BLOCKCIPHER_BLOCK_SIZE  335 crypto/adiantum.c 	const unsigned int bulk_len = req->cryptlen - BLOCKCIPHER_BLOCK_SIZE;
BLOCKCIPHER_BLOCK_SIZE  340 crypto/adiantum.c 	if (req->cryptlen < BLOCKCIPHER_BLOCK_SIZE)
BLOCKCIPHER_BLOCK_SIZE  356 crypto/adiantum.c 				 bulk_len, BLOCKCIPHER_BLOCK_SIZE, 0);
BLOCKCIPHER_BLOCK_SIZE  365 crypto/adiantum.c 	BUILD_BUG_ON(BLOCKCIPHER_BLOCK_SIZE != 16);
BLOCKCIPHER_BLOCK_SIZE  491 crypto/adiantum.c 	if (blockcipher_alg->cra_blocksize != BLOCKCIPHER_BLOCK_SIZE)
BLOCKCIPHER_BLOCK_SIZE  599 crypto/adiantum.c 	inst->alg.base.cra_blocksize = BLOCKCIPHER_BLOCK_SIZE;