skip_ctx          552 drivers/crypto/marvell/cesa.h 	bool skip_ctx;
skip_ctx          849 drivers/crypto/marvell/cesa.h 					bool skip_ctx,
skip_ctx          100 drivers/crypto/marvell/cipher.c 	if (!sreq->skip_ctx) {
skip_ctx          102 drivers/crypto/marvell/cipher.c 		sreq->skip_ctx = true;
skip_ctx          310 drivers/crypto/marvell/cipher.c 	bool skip_ctx = false;
skip_ctx          341 drivers/crypto/marvell/cipher.c 		op = mv_cesa_dma_add_op(&basereq->chain, op_templ, skip_ctx, flags);
skip_ctx          346 drivers/crypto/marvell/cipher.c 		skip_ctx = true;
skip_ctx          403 drivers/crypto/marvell/cipher.c 	sreq->skip_ctx = false;
skip_ctx          249 drivers/crypto/marvell/tdma.c 					bool skip_ctx,
skip_ctx          267 drivers/crypto/marvell/tdma.c 	size = skip_ctx ? sizeof(op->desc) : sizeof(*op);