Searched defs:hpre_req (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/drivers/crypto/hisilicon/hpre/ |
| D | hpre_crypto.c | 181 static int hpre_add_req_to_ctx(struct hpre_asym_request *hpre_req) in hpre_add_req_to_ctx() 202 static void hpre_rm_req_from_ctx(struct hpre_asym_request *hpre_req) in hpre_rm_req_from_ctx() 235 static int hpre_get_data_dma_addr(struct hpre_asym_request *hpre_req, in hpre_get_data_dma_addr() 258 static int hpre_prepare_dma_buf(struct hpre_asym_request *hpre_req, in hpre_prepare_dma_buf() 285 static int hpre_hw_data_init(struct hpre_asym_request *hpre_req, in hpre_hw_data_init() 595 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, hpre_align_sz()); in hpre_dh_compute_value() local 798 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, hpre_align_sz()); in hpre_rsa_enc() local 846 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, hpre_align_sz()); in hpre_rsa_dec() local 1530 static int hpre_ecdh_src_data_init(struct hpre_asym_request *hpre_req, in hpre_ecdh_src_data_init() 1560 static int hpre_ecdh_dst_data_init(struct hpre_asym_request *hpre_req, in hpre_ecdh_dst_data_init() [all …]
|
| /kernel/linux/linux-5.10/drivers/crypto/hisilicon/hpre/ |
| D | hpre_crypto.c | 122 static int hpre_add_req_to_ctx(struct hpre_asym_request *hpre_req) in hpre_add_req_to_ctx() 143 static void hpre_rm_req_from_ctx(struct hpre_asym_request *hpre_req) in hpre_rm_req_from_ctx() 176 static int hpre_get_data_dma_addr(struct hpre_asym_request *hpre_req, in hpre_get_data_dma_addr() 200 static int hpre_prepare_dma_buf(struct hpre_asym_request *hpre_req, in hpre_prepare_dma_buf() 227 static int hpre_hw_data_init(struct hpre_asym_request *hpre_req, in hpre_hw_data_init() 519 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_dh_compute_value() local 721 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_rsa_enc() local 769 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_rsa_dec() local
|