Home
last modified time | relevance | path

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

/drivers/crypto/ccree/
Dcc_buffer_mgr.c39 u32 *mlli_nents[MAX_NUM_OF_BUFFERS_IN_MLLI]; member
226 if (sg_data->mlli_nents[i]) { in cc_generate_mlli()
230 *sg_data->mlli_nents[i] += in cc_generate_mlli()
250 bool is_last_entry, u32 *mlli_nents) in cc_add_buffer_entry() argument
262 sgl_data->mlli_nents[index] = mlli_nents; in cc_add_buffer_entry()
263 if (sgl_data->mlli_nents[index]) in cc_add_buffer_entry()
264 *sgl_data->mlli_nents[index] = 0; in cc_add_buffer_entry()
271 bool is_last_table, u32 *mlli_nents) in cc_add_sg_entry() argument
283 sgl_data->mlli_nents[index] = mlli_nents; in cc_add_sg_entry()
284 if (sgl_data->mlli_nents[index]) in cc_add_sg_entry()
[all …]
Dcc_buffer_mgr.h29 unsigned int mlli_nents; //mlli nents might be different than the above member
Dcc_hash.h55 u32 mlli_nents; member
Dcc_aead.c756 areq_ctx->assoc.mlli_nents, NS_BIT); in cc_set_assoc_desc()
807 u32 mlli_nents = areq_ctx->assoc.mlli_nents; in cc_proc_authen_desc() local
812 mlli_nents = areq_ctx->dst.mlli_nents; in cc_proc_authen_desc()
815 mlli_nents = areq_ctx->src.mlli_nents; in cc_proc_authen_desc()
821 set_din_type(&desc[idx], DMA_MLLI, mlli_addr, mlli_nents, in cc_proc_authen_desc()
867 areq_ctx->src.mlli_nents, NS_BIT); in cc_proc_cipher_desc()
869 areq_ctx->dst.mlli_nents, NS_BIT, 0); in cc_proc_cipher_desc()
Dcc_hash.c2248 areq_ctx->mlli_nents, NS_BIT); in cc_set_desc()