Searched refs:hw_ctx (Results 1 – 3 of 3) sorted by relevance
24 void *hw_ctx; member30 void *hw_ctx; member52 void (*cleanup_hw_ctx)(void *hw_ctx);
146 u64 hw_ctx[6]; /* W31 - W36 */ member
340 struct artpec6_crypto_aead_hw_ctx hw_ctx; member1913 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()