Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_pbkdf2.c119 qp->fill_sqe = sec_pbkdf2_fill_sqe; in sec_pbkdf2_do_task()
122 qp->fill_sqe = sec_pbkdf2_fill_bd3_sqe; in sec_pbkdf2_do_task()
H A Dhisi_qm.h146 enum hisi_drv_status (*fill_sqe)(void *sqe, void *msg); member
H A Dsec_hash.c589 hash_ctx->qp->fill_sqe = sec_digest_fill_sqe; in hisi_sec_hash_ctx_init()
592 hash_ctx->qp->fill_sqe = sec_digest_fill_bd3_sqe; in hisi_sec_hash_ctx_init()
H A Dsec_cipher.c541 c_ctx->qp->fill_sqe = sec_cipher_bd_fill; in sec_cipher_ctx_allocate()
544 c_ctx->qp->fill_sqe = sec_cipher_bd3_fill; in sec_cipher_ctx_allocate()
H A Dhpre_dh.c115 qp->fill_sqe = hpre_dh_fill_sqe; in hpre_dh_do_task()
H A Dsec_authenc.c223 ae_drv_ctx->qp->fill_sqe = sec_aead_bd_fill; in sec_authenc_ctx_allocate()
226 ae_drv_ctx->qp->fill_sqe = sec_aead_bd3_fill; in sec_authenc_ctx_allocate()
H A Dhpre_montgomery.c369 montgomery_qp->fill_sqe = hpre_montgomery_fill_sqe; in hpre_montgomery_do_task()
H A Dhisi_qm.c802 ret = qp->fill_sqe(sqe, msg); in hisi_qp_send()
H A Dhpre_rsa.c88 rsa_qp->fill_sqe = hpre_rsa_fill_sqe; in hpre_rsa_do_task()
H A Dhpre_ecc.c581 ecc_qp->fill_sqe = hpre_ecc_fill_sqe; in hpre_do_ecc_task()