Searched refs:mlli_params (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/crypto/ccree/ |
A D | cc_buffer_mgr.c | 183 struct mlli_params *mlli_params, gfp_t flags) in cc_generate_mlli() argument 192 mlli_params->mlli_virt_addr = in cc_generate_mlli() 228 mlli_params->mlli_virt_addr, &mlli_params->mlli_dma_addr, in cc_generate_mlli() 229 mlli_params->mlli_len); in cc_generate_mlli() 367 struct mlli_params *mlli_params = &req_ctx->mlli_params; in cc_map_cipher_request() local 375 mlli_params->curr_pool = NULL; in cc_map_cipher_request() 940 struct mlli_params *mlli_params = &areq_ctx->mlli_params; in cc_map_aead_request() local 951 mlli_params->curr_pool = NULL; in cc_map_aead_request() 1139 struct mlli_params *mlli_params = &areq_ctx->mlli_params; in cc_map_hash_request_final() local 1149 mlli_params->curr_pool = NULL; in cc_map_hash_request_final() [all …]
|
A D | cc_cipher.h | 24 struct mlli_params mlli_params; member
|
A D | cc_aead.h | 94 struct mlli_params mlli_params; member
|
A D | cc_hash.h | 56 struct mlli_params mlli_params; member
|
A D | cc_buffer_mgr.h | 33 struct mlli_params { struct
|
A D | cc_cipher.c | 782 &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()
|
A D | cc_aead.c | 1168 !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()
|
A D | cc_hash.c | 2186 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