Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_main.h350 struct hisi_qp *sec_create_qp(uint8_t sq_type);
H A Dsec_main.c61 struct hisi_qp *sec_create_qp(uint8_t sq_type) in sec_create_qp() function
H A Dsec_pbkdf2.c112 qp = sec_create_qp(HISI_QM_CHANNEL_TYPE1); in sec_pbkdf2_do_task()
H A Dsec_hash.c582 hash_ctx->qp = sec_create_qp(HISI_QM_CHANNEL_TYPE0); in hisi_sec_hash_ctx_init()
H A Dsec_cipher.c534 c_ctx->qp = sec_create_qp(HISI_QM_CHANNEL_TYPE0); in sec_cipher_ctx_allocate()
H A Dsec_authenc.c216 ae_drv_ctx->qp = sec_create_qp(HISI_QM_CHANNEL_TYPE0); in sec_authenc_ctx_allocate()