Searched refs:lli_aad (Results 1 – 4 of 4) sorted by relevance
194 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()
343 struct crypto_lli_desc *lli_head, *lli_tail, *lli_aad; in crypto_dma_start() local359 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()
342 struct crypto_lli_desc *lli_head, *lli_tail, *lli_aad; in crypto_dma_start() local358 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()
29 struct crypto_lli_desc *lli_aad; member