CFB8_BLOCK_SIZE   863 drivers/crypto/atmel-aes.c 	case CFB8_BLOCK_SIZE:
CFB8_BLOCK_SIZE  1094 drivers/crypto/atmel-aes.c 		ctx->block_size = CFB8_BLOCK_SIZE;
CFB8_BLOCK_SIZE  1387 drivers/crypto/atmel-aes.c 	.cra_blocksize		= CFB8_BLOCK_SIZE,
CFB8_BLOCK_SIZE   675 drivers/crypto/atmel-tdes.c 		if (!IS_ALIGNED(req->nbytes, CFB8_BLOCK_SIZE)) {
CFB8_BLOCK_SIZE   679 drivers/crypto/atmel-tdes.c 		ctx->block_size = CFB8_BLOCK_SIZE;
CFB8_BLOCK_SIZE   956 drivers/crypto/atmel-tdes.c 	.cra_blocksize		= CFB8_BLOCK_SIZE,