Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/axis/
Dartpec6_crypto.c343 struct artpec6_crypto_aead_hw_ctx hw_ctx; member
1930 req_ctx->hw_ctx.aad_length_bits = in artpec6_crypto_prepare_aead()
1933 req_ctx->hw_ctx.text_length_bits = in artpec6_crypto_prepare_aead()
1936 memcpy(req_ctx->hw_ctx.J0, areq->iv, crypto_aead_ivsize(cipher)); in artpec6_crypto_prepare_aead()
1938 memcpy(req_ctx->hw_ctx.J0 + GCM_AES_IV_SIZE, "\x00\x00\x00\x01", 4); in artpec6_crypto_prepare_aead()
1940 ret = artpec6_crypto_setup_out_descr(common, &req_ctx->hw_ctx, in artpec6_crypto_prepare_aead()