Searched refs:DECRYPT (Results 1 – 7 of 7) sorted by relevance
272 if (ctx->drv_ctx[DECRYPT]) { in aead_setkey()273 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in aead_setkey()396 if (ctx->drv_ctx[DECRYPT]) { in gcm_setkey()397 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in gcm_setkey()504 if (ctx->drv_ctx[DECRYPT]) { in rfc4106_setkey()505 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in rfc4106_setkey()610 if (ctx->drv_ctx[DECRYPT]) { in rfc4543_setkey()657 if (ctx->drv_ctx[DECRYPT]) { in skcipher_setkey()778 if (ctx->drv_ctx[DECRYPT]) { in xts_skcipher_setkey()2500 ctx->drv_ctx[DECRYPT] = NULL; in caam_init_common()[all …]
40 DECRYPT, enumerator
163 DECRYPT, enumerator
266 flc = &ctx->flc[DECRYPT]; in aead_set_sh_desc()611 flc = &ctx->flc[DECRYPT]; in chachapoly_set_sh_desc()698 flc = &ctx->flc[DECRYPT]; in gcm_set_sh_desc()791 flc = &ctx->flc[DECRYPT]; in rfc4106_set_sh_desc()892 flc = &ctx->flc[DECRYPT]; in rfc4543_set_sh_desc()975 flc = &ctx->flc[DECRYPT]; in skcipher_setkey()1102 flc = &ctx->flc[DECRYPT]; in xts_skcipher_setkey()1368 caam_req->flc = &ctx->flc[DECRYPT]; in aead_decrypt()1369 caam_req->flc_dma = ctx->flc_dma[DECRYPT]; in aead_decrypt()1562 caam_req->flc = &ctx->flc[DECRYPT]; in skcipher_decrypt()[all …]
271 rctx->ctrl_arg = DECRYPT; in nitrox_aes_gcm_dec()490 aead_rctx->ctrl_arg = DECRYPT; in nitrox_rfc4106_dec()
86 #define DECRYPT 1 macro
264 creq->ctrl.s.arg = (enc ? ENCRYPT : DECRYPT); in nitrox_skcipher_crypt()
Completed in 801 milliseconds