Home
last modified time | relevance | path

Searched refs:hpre_create_qp (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_main.h89 struct hisi_qp *hpre_create_qp(uint8_t sq_type);
H A Dhpre_main.c56 struct hisi_qp *hpre_create_qp(uint8_t sq_type) in hpre_create_qp() function
H A Dhpre_dh.c109 qp = hpre_create_qp(HISI_QM_CHANNEL_TYPE0); in hpre_dh_do_task()
H A Dhpre_montgomery.c363 montgomery_qp = hpre_create_qp(HISI_QM_CHANNEL_TYPE1); in hpre_montgomery_do_task()
H A Dhpre_rsa.c82 rsa_qp = hpre_create_qp(HISI_QM_CHANNEL_TYPE0); in hpre_rsa_do_task()
H A Dhpre_ecc.c575 ecc_qp = hpre_create_qp(HISI_QM_CHANNEL_TYPE1); in hpre_do_ecc_task()