Lines Matching refs:actx
2441 struct chcr_authenc_ctx *actx = AUTHENC_CTX(aeadctx);
2529 actx->auth_mode, aeadctx->hmac_ctrl,
2541 memcpy(chcr_req->key_ctx.key, actx->dec_rrkey,
2545 actx->h_iopad, kctx_len - roundup(aeadctx->enckey_len, 16));
3550 struct chcr_authenc_ctx *actx = AUTHENC_CTX(aeadctx);
3606 get_aes_decrypt_key(actx->dec_rrkey, aeadctx->key,
3620 o_ptr = actx->h_iopad + param.result_size + align;
3640 if (chcr_compute_partial_hash(shash, pad, actx->h_iopad,
3653 chcr_change_order(actx->h_iopad, param.result_size);
3660 actx->auth_mode = param.auth_mode;
3678 struct chcr_authenc_ctx *actx = AUTHENC_CTX(aeadctx);
3719 get_aes_decrypt_key(actx->dec_rrkey, aeadctx->key,
3726 actx->auth_mode = CHCR_SCMD_AUTH_MODE_NOP;