CAST5_BLOCK_SIZE   38 arch/x86/crypto/cast5_avx_glue.c 	return glue_fpu_begin(CAST5_BLOCK_SIZE, CAST5_PARALLEL_BLOCKS,
CAST5_BLOCK_SIZE   53 arch/x86/crypto/cast5_avx_glue.c 	const unsigned int bsize = CAST5_BLOCK_SIZE;
CAST5_BLOCK_SIZE  112 arch/x86/crypto/cast5_avx_glue.c 	const unsigned int bsize = CAST5_BLOCK_SIZE;
CAST5_BLOCK_SIZE  145 arch/x86/crypto/cast5_avx_glue.c 	const unsigned int bsize = CAST5_BLOCK_SIZE;
CAST5_BLOCK_SIZE  220 arch/x86/crypto/cast5_avx_glue.c 	u8 keystream[CAST5_BLOCK_SIZE];
CAST5_BLOCK_SIZE  228 arch/x86/crypto/cast5_avx_glue.c 	crypto_inc(ctrblk, CAST5_BLOCK_SIZE);
CAST5_BLOCK_SIZE  234 arch/x86/crypto/cast5_avx_glue.c 	const unsigned int bsize = CAST5_BLOCK_SIZE;
CAST5_BLOCK_SIZE  287 arch/x86/crypto/cast5_avx_glue.c 	while ((nbytes = walk.nbytes) >= CAST5_BLOCK_SIZE) {
CAST5_BLOCK_SIZE  309 arch/x86/crypto/cast5_avx_glue.c 		.base.cra_blocksize	= CAST5_BLOCK_SIZE,
CAST5_BLOCK_SIZE  322 arch/x86/crypto/cast5_avx_glue.c 		.base.cra_blocksize	= CAST5_BLOCK_SIZE,
CAST5_BLOCK_SIZE  327 arch/x86/crypto/cast5_avx_glue.c 		.ivsize			= CAST5_BLOCK_SIZE,
CAST5_BLOCK_SIZE  341 arch/x86/crypto/cast5_avx_glue.c 		.ivsize			= CAST5_BLOCK_SIZE,
CAST5_BLOCK_SIZE  342 arch/x86/crypto/cast5_avx_glue.c 		.chunksize		= CAST5_BLOCK_SIZE,
CAST5_BLOCK_SIZE  514 crypto/cast5_generic.c 	.cra_blocksize		= CAST5_BLOCK_SIZE,