xts_aes           570 drivers/crypto/ccp/ccp-dev-v3.c 	.xts_aes = ccp_perform_xts_aes,
xts_aes          1089 drivers/crypto/ccp/ccp-dev-v5.c 	.xts_aes = ccp5_perform_xts_aes,
xts_aes           653 drivers/crypto/ccp/ccp-dev.h 	int (*xts_aes)(struct ccp_op *);
xts_aes          1233 drivers/crypto/ccp/ccp-ops.c 		ret = cmd_q->ccp->vdata->perform->xts_aes(&op);