Home
last modified time | relevance | path

Searched refs:hw_ctx (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_drv.h24 void *hw_ctx; member
30 void *hw_ctx; member
52 void (*cleanup_hw_ctx)(void *hw_ctx);
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_ipsec.h146 u64 hw_ctx[6]; /* W31 - W36 */ member
/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c340 struct artpec6_crypto_aead_hw_ctx hw_ctx; member
1913 req_ctx->hw_ctx.aad_length_bits = in artpec6_crypto_prepare_aead()
1916 req_ctx->hw_ctx.text_length_bits = in artpec6_crypto_prepare_aead()
1919 memcpy(req_ctx->hw_ctx.J0, areq->iv, crypto_aead_ivsize(cipher)); in artpec6_crypto_prepare_aead()
1921 memcpy(req_ctx->hw_ctx.J0 + GCM_AES_IV_SIZE, "\x00\x00\x00\x01", 4); in artpec6_crypto_prepare_aead()
1923 ret = artpec6_crypto_setup_out_descr(common, &req_ctx->hw_ctx, in artpec6_crypto_prepare_aead()