Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_utils.c194 hw_desc->lli_aad = dma_alloc_coherent(dev, sizeof(struct crypto_lli_desc), in rk_crypto_hw_desc_alloc()
196 if (!hw_desc->lli_aad) in rk_crypto_hw_desc_alloc()
203 hw_desc->lli_aad, hw_desc->lli_aad_dma); in rk_crypto_hw_desc_alloc()
231 hw_desc->lli_aad, hw_desc->lli_aad_dma); in rk_crypto_hw_desc_free()
H A Drk_crypto_v2_skcipher.c343 struct crypto_lli_desc *lli_head, *lli_tail, *lli_aad; in crypto_dma_start() local
359 lli_aad = hw_info->hw_desc.lli_aad; in crypto_dma_start()
379 lli_aad->src_addr = alg_ctx->addr_aad_in; in crypto_dma_start()
380 lli_aad->src_len = alg_ctx->assoclen; in crypto_dma_start()
381 lli_aad->user_define = LLI_USER_CIPHER_START | in crypto_dma_start()
385 lli_aad->next_addr = hw_info->hw_desc.lli_head_dma; in crypto_dma_start()
H A Drk_crypto_v3_skcipher.c342 struct crypto_lli_desc *lli_head, *lli_tail, *lli_aad; in crypto_dma_start() local
358 lli_aad = hw_info->hw_desc.lli_aad; in crypto_dma_start()
378 lli_aad->src_addr = alg_ctx->addr_aad_in; in crypto_dma_start()
379 lli_aad->src_len = alg_ctx->assoclen; in crypto_dma_start()
380 lli_aad->user_define = LLI_USER_CIPHER_START | in crypto_dma_start()
384 lli_aad->next_addr = hw_info->hw_desc.lli_head_dma; in crypto_dma_start()
H A Drk_crypto_utils.h29 struct crypto_lli_desc *lli_aad; member