Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_montgomery.c359 struct hisi_qp *montgomery_qp = NULL; in hpre_montgomery_do_task() local
363 montgomery_qp = hpre_create_qp(HISI_QM_CHANNEL_TYPE1); in hpre_montgomery_do_task()
364 if (!montgomery_qp) { in hpre_montgomery_do_task()
369 montgomery_qp->fill_sqe = hpre_montgomery_fill_sqe; in hpre_montgomery_do_task()
370 montgomery_qp->parse_sqe = hpre_montgomery_parse_sqe; in hpre_montgomery_do_task()
371 ret = hisi_qp_send(montgomery_qp, msg); in hpre_montgomery_do_task()
378 ret = hisi_qp_recv_sync(montgomery_qp, msg); in hpre_montgomery_do_task()
385 hisi_qm_release_qp(montgomery_qp); in hpre_montgomery_do_task()