Searched refs:crypto_lli_desc (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk_crypto_utils.c | 137 struct crypto_lli_desc *cur_lli = NULL; in rk_crypto_dump_hw_desc() 187 u32 lli_len = lli_cnt * sizeof(struct crypto_lli_desc); in rk_crypto_hw_desc_alloc() 194 hw_desc->lli_aad = dma_alloc_coherent(dev, sizeof(struct crypto_lli_desc), in rk_crypto_hw_desc_alloc() 202 dma_free_coherent(dev, sizeof(struct crypto_lli_desc), in rk_crypto_hw_desc_alloc() 227 (unsigned long)hw_desc->total * sizeof(struct crypto_lli_desc), in rk_crypto_hw_desc_free() 230 dma_free_coherent(hw_desc->dev, sizeof(struct crypto_lli_desc), in rk_crypto_hw_desc_free() 233 dma_free_coherent(hw_desc->dev, hw_desc->total * sizeof(struct crypto_lli_desc), in rk_crypto_hw_desc_free() 244 struct crypto_lli_desc *cur_lli = NULL; in rk_crypto_hw_desc_init() 269 memset(hw_desc->lli_head, 0x00, src_nents * sizeof(struct crypto_lli_desc)); in rk_crypto_hw_desc_init()
|
| H A D | rk_crypto_utils.h | 16 struct crypto_lli_desc { struct 29 struct crypto_lli_desc *lli_aad; argument 30 struct crypto_lli_desc *lli_head; 31 struct crypto_lli_desc *lli_tail;
|
| H A D | rk_crypto_v2_ahash.c | 116 struct crypto_lli_desc *lli_desc = hw_info->hw_desc.lli_head; in rk_ahash_crypto_complete() 216 struct crypto_lli_desc *lli_head, *lli_tail; in rk_ahash_dma_start()
|
| H A D | rk_crypto_v3_ahash.c | 183 struct crypto_lli_desc *lli_desc = hw_info->hw_desc.lli_head; in rk_ahash_crypto_complete() 290 struct crypto_lli_desc *lli_head, *lli_tail; in rk_ahash_dma_start()
|
| H A D | rk_crypto_v2_skcipher.c | 207 struct crypto_lli_desc *lli_desc = hw_info->hw_desc.lli_head; in rk_crypto_complete() 343 struct crypto_lli_desc *lli_head, *lli_tail, *lli_aad; in crypto_dma_start()
|
| H A D | rk_crypto_v3_skcipher.c | 206 struct crypto_lli_desc *lli_desc = hw_info->hw_desc.lli_head; in rk_crypto_complete() 342 struct crypto_lli_desc *lli_head, *lli_tail, *lli_aad; in crypto_dma_start()
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/ |
| H A D | rockchip_thunderboot_crypto.c | 129 struct crypto_lli_desc { struct 146 struct crypto_lli_desc *desc; argument
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/ |
| H A D | crypto_v2.c | 27 struct crypto_lli_desc { struct 39 struct crypto_lli_desc data_lli; /* lli desc */ argument 414 struct crypto_lli_desc *lli = &hash_ctx->data_lli; in rk_hash_direct_calc() 748 static void dump_crypto_state(struct crypto_lli_desc *desc, in dump_crypto_state() 936 struct crypto_lli_desc *data_desc = NULL, *aad_desc = NULL; in hw_cipher_crypt()
|