CFB32_BLOCK_SIZE  873 drivers/crypto/atmel-aes.c 	case CFB32_BLOCK_SIZE:
CFB32_BLOCK_SIZE 1102 drivers/crypto/atmel-aes.c 		ctx->block_size = CFB32_BLOCK_SIZE;
CFB32_BLOCK_SIZE 1347 drivers/crypto/atmel-aes.c 	.cra_blocksize		= CFB32_BLOCK_SIZE,
CFB32_BLOCK_SIZE  687 drivers/crypto/atmel-tdes.c 		if (!IS_ALIGNED(req->nbytes, CFB32_BLOCK_SIZE)) {
CFB32_BLOCK_SIZE  691 drivers/crypto/atmel-tdes.c 		ctx->block_size = CFB32_BLOCK_SIZE;
CFB32_BLOCK_SIZE  996 drivers/crypto/atmel-tdes.c 	.cra_blocksize		= CFB32_BLOCK_SIZE,