Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/ccree/
Dcc_buffer_mgr.c28 u32 *mlli_nents[MAX_NUM_OF_BUFFERS_IN_MLLI]; member
214 if (sg_data->mlli_nents[i]) { in cc_generate_mlli()
218 *sg_data->mlli_nents[i] += in cc_generate_mlli()
238 bool is_last_table, u32 *mlli_nents) in cc_add_sg_entry() argument
249 sgl_data->mlli_nents[index] = mlli_nents; in cc_add_sg_entry()
250 if (sgl_data->mlli_nents[index]) in cc_add_sg_entry()
251 *sgl_data->mlli_nents[index] = 0; in cc_add_sg_entry()
602 areq_ctx->assoc.mlli_nents = 0; in cc_aead_chain_assoc()
644 &areq_ctx->assoc.mlli_nents); in cc_aead_chain_assoc()
692 &areq_ctx->src.mlli_nents); in cc_prepare_aead_data_mlli()
[all …]
Dcc_buffer_mgr.h30 unsigned int mlli_nents; //mlli nents might be different than the above member
Dcc_hash.h55 u32 mlli_nents; member
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()
Dcc_hash.c2196 areq_ctx->mlli_nents, NS_BIT); in cc_set_desc()