Home
last modified time | relevance | path

Searched refs:mlli_params (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_buffer_mgr.c183 struct mlli_params *mlli_params, gfp_t flags) in cc_generate_mlli()
192 mlli_params->mlli_virt_addr = in cc_generate_mlli()
193 dma_pool_alloc(mlli_params->curr_pool, flags, in cc_generate_mlli()
194 &mlli_params->mlli_dma_addr); in cc_generate_mlli()
195 if (!mlli_params->mlli_virt_addr) { in cc_generate_mlli()
201 mlli_p = mlli_params->mlli_virt_addr; in cc_generate_mlli()
225 mlli_params->mlli_len = (total_nents * LLI_ENTRY_BYTE_SIZE); in cc_generate_mlli()
228 mlli_params->mlli_virt_addr, &mlli_params in cc_generate_mlli()
182 cc_generate_mlli(struct device *dev, struct buffer_array *sg_data, struct mlli_params *mlli_params, gfp_t flags) cc_generate_mlli() argument
376 struct mlli_params *mlli_params = &req_ctx->mlli_params; cc_map_cipher_request() local
949 struct mlli_params *mlli_params = &areq_ctx->mlli_params; cc_map_aead_request() local
1149 struct mlli_params *mlli_params = &areq_ctx->mlli_params; cc_map_hash_request_final() local
1230 struct mlli_params *mlli_params = &areq_ctx->mlli_params; cc_map_hash_request_update() local
[all...]
H A Dcc_cipher.h24 struct mlli_params mlli_params; member
H A Dcc_hash.h56 struct mlli_params mlli_params; member
H A Dcc_aead.h94 struct mlli_params mlli_params; member
H A Dcc_buffer_mgr.h33 struct mlli_params { struct
H A Dcc_cipher.c779 &req_ctx->mlli_params.mlli_dma_addr, in cc_setup_mlli_desc()
780 req_ctx->mlli_params.mlli_len, in cc_setup_mlli_desc()
784 req_ctx->mlli_params.mlli_dma_addr, in cc_setup_mlli_desc()
785 req_ctx->mlli_params.mlli_len, NS_BIT); in cc_setup_mlli_desc()
788 req_ctx->mlli_params.mlli_len); in cc_setup_mlli_desc()
H A Dcc_aead.c1168 !req_ctx->is_single_pass) && req_ctx->mlli_params.mlli_len) { in cc_mlli_to_sram()
1171 req_ctx->mlli_params.mlli_len); in cc_mlli_to_sram()
1175 req_ctx->mlli_params.mlli_dma_addr, in cc_mlli_to_sram()
1176 req_ctx->mlli_params.mlli_len, NS_BIT); in cc_mlli_to_sram()
1179 req_ctx->mlli_params.mlli_len); in cc_mlli_to_sram()
H A Dcc_hash.c2186 areq_ctx->mlli_params.mlli_dma_addr, in cc_set_desc()
2187 areq_ctx->mlli_params.mlli_len, NS_BIT); in cc_set_desc()
2189 areq_ctx->mlli_params.mlli_len); in cc_set_desc()
/kernel/linux/linux-6.6/drivers/crypto/ccree/
H A Dcc_buffer_mgr.c183 struct mlli_params *mlli_params, gfp_t flags) in cc_generate_mlli()
192 mlli_params->mlli_virt_addr = in cc_generate_mlli()
193 dma_pool_alloc(mlli_params->curr_pool, flags, in cc_generate_mlli()
194 &mlli_params->mlli_dma_addr); in cc_generate_mlli()
195 if (!mlli_params->mlli_virt_addr) { in cc_generate_mlli()
201 mlli_p = mlli_params->mlli_virt_addr; in cc_generate_mlli()
225 mlli_params->mlli_len = (total_nents * LLI_ENTRY_BYTE_SIZE); in cc_generate_mlli()
228 mlli_params->mlli_virt_addr, &mlli_params in cc_generate_mlli()
182 cc_generate_mlli(struct device *dev, struct buffer_array *sg_data, struct mlli_params *mlli_params, gfp_t flags) cc_generate_mlli() argument
376 struct mlli_params *mlli_params = &req_ctx->mlli_params; cc_map_cipher_request() local
949 struct mlli_params *mlli_params = &areq_ctx->mlli_params; cc_map_aead_request() local
1149 struct mlli_params *mlli_params = &areq_ctx->mlli_params; cc_map_hash_request_final() local
1230 struct mlli_params *mlli_params = &areq_ctx->mlli_params; cc_map_hash_request_update() local
[all...]
H A Dcc_cipher.h24 struct mlli_params mlli_params; member
H A Dcc_aead.h94 struct mlli_params mlli_params; member
H A Dcc_hash.h56 struct mlli_params mlli_params; member
H A Dcc_buffer_mgr.h33 struct mlli_params { struct
H A Dcc_cipher.c782 &req_ctx->mlli_params.mlli_dma_addr, in cc_setup_mlli_desc()
783 req_ctx->mlli_params.mlli_len, in cc_setup_mlli_desc()
787 req_ctx->mlli_params.mlli_dma_addr, in cc_setup_mlli_desc()
788 req_ctx->mlli_params.mlli_len, NS_BIT); in cc_setup_mlli_desc()
791 req_ctx->mlli_params.mlli_len); in cc_setup_mlli_desc()
H A Dcc_aead.c1168 !req_ctx->is_single_pass) && req_ctx->mlli_params.mlli_len) { in cc_mlli_to_sram()
1171 req_ctx->mlli_params.mlli_len); in cc_mlli_to_sram()
1175 req_ctx->mlli_params.mlli_dma_addr, in cc_mlli_to_sram()
1176 req_ctx->mlli_params.mlli_len, NS_BIT); in cc_mlli_to_sram()
1179 req_ctx->mlli_params.mlli_len); in cc_mlli_to_sram()
H A Dcc_hash.c2186 areq_ctx->mlli_params.mlli_dma_addr, in cc_set_desc()
2187 areq_ctx->mlli_params.mlli_len, NS_BIT); in cc_set_desc()
2189 areq_ctx->mlli_params.mlli_len); in cc_set_desc()

Completed in 19 milliseconds