Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/ccree/
H A Dcc_buffer_mgr.c214 if (sg_data->mlli_nents[i]) { in cc_generate_mlli()
218 *sg_data->mlli_nents[i] += in cc_generate_mlli()
249 sgl_data->mlli_nents[index] = mlli_nents; in cc_add_sg_entry()
692 &areq_ctx->src.mlli_nents); in cc_prepare_aead_data_mlli()
732 &areq_ctx->src.mlli_nents); in cc_prepare_aead_data_mlli()
736 &areq_ctx->dst.mlli_nents); in cc_prepare_aead_data_mlli()
764 &areq_ctx->dst.mlli_nents); in cc_prepare_aead_data_mlli()
768 &areq_ctx->src.mlli_nents); in cc_prepare_aead_data_mlli()
910 areq_ctx->dst.mlli_nents = areq_ctx->src.mlli_nents; in cc_update_aead_mlli_nents()
916 areq_ctx->src.mlli_nents; in cc_update_aead_mlli_nents()
[all …]
H A Dcc_buffer_mgr.h30 unsigned int mlli_nents; //mlli nents might be different than the above member
H A Dcc_hash.h55 u32 mlli_nents; member
H A Dcc_aead.c746 areq_ctx->assoc.mlli_nents, NS_BIT); in cc_set_assoc_desc()
797 u32 mlli_nents = areq_ctx->assoc.mlli_nents; in cc_proc_authen_desc() local
802 mlli_nents = areq_ctx->dst.mlli_nents; in cc_proc_authen_desc()
805 mlli_nents = areq_ctx->src.mlli_nents; in cc_proc_authen_desc()
811 set_din_type(&desc[idx], DMA_MLLI, mlli_addr, mlli_nents, in cc_proc_authen_desc()
857 areq_ctx->src.mlli_nents, NS_BIT); in cc_proc_cipher_desc()
859 areq_ctx->dst.mlli_nents, NS_BIT, 0); in cc_proc_cipher_desc()
H A Dcc_hash.c2196 areq_ctx->mlli_nents, NS_BIT); in cc_set_desc()