CFB16_BLOCK_SIZE  868 drivers/crypto/atmel-aes.c 	case CFB16_BLOCK_SIZE:
CFB16_BLOCK_SIZE 1098 drivers/crypto/atmel-aes.c 		ctx->block_size = CFB16_BLOCK_SIZE;
CFB16_BLOCK_SIZE 1367 drivers/crypto/atmel-aes.c 	.cra_blocksize		= CFB16_BLOCK_SIZE,
CFB16_BLOCK_SIZE  681 drivers/crypto/atmel-tdes.c 		if (!IS_ALIGNED(req->nbytes, CFB16_BLOCK_SIZE)) {
CFB16_BLOCK_SIZE  685 drivers/crypto/atmel-tdes.c 		ctx->block_size = CFB16_BLOCK_SIZE;
CFB16_BLOCK_SIZE  976 drivers/crypto/atmel-tdes.c 	.cra_blocksize		= CFB16_BLOCK_SIZE,