Home
last modified time | relevance | path

Searched refs:hisi_qm_create_qp (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/drivers/crypto/hisilicon/
H A Dhisi_qm.h246 struct hisi_qp *hisi_qm_create_qp(struct hisi_qm *qm, uint8_t sq_type);
H A Dsec_main.c85 return hisi_qm_create_qp(&sec_dev->qm, sq_type); in sec_create_qp()
H A Dhpre_main.c82 return hisi_qm_create_qp(&hpre_dev->qm, sq_type); in hpre_create_qp()
H A Dhisi_qm.c704 struct hisi_qp *hisi_qm_create_qp(struct hisi_qm *qm, uint8_t sq_type) in hisi_qm_create_qp() function