Lines Matching refs:actx
2446 struct chcr_authenc_ctx *actx = AUTHENC_CTX(aeadctx);
2534 actx->auth_mode, aeadctx->hmac_ctrl,
2546 memcpy(chcr_req->key_ctx.key, actx->dec_rrkey,
2550 actx->h_iopad, kctx_len - roundup(aeadctx->enckey_len, 16));
3554 struct chcr_authenc_ctx *actx = AUTHENC_CTX(aeadctx);
3610 get_aes_decrypt_key(actx->dec_rrkey, aeadctx->key,
3624 o_ptr = actx->h_iopad + param.result_size + align;
3644 if (chcr_compute_partial_hash(shash, pad, actx->h_iopad,
3657 chcr_change_order(actx->h_iopad, param.result_size);
3664 actx->auth_mode = param.auth_mode;
3682 struct chcr_authenc_ctx *actx = AUTHENC_CTX(aeadctx);
3723 get_aes_decrypt_key(actx->dec_rrkey, aeadctx->key,
3730 actx->auth_mode = CHCR_SCMD_AUTH_MODE_NOP;