Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dhisi_qm.c413 size_t cqc_size = 0; in hisi_qm_alloc_xqc() local
416 cqc_size = sizeof(struct qm_cqc) * qp_num; in hisi_qm_alloc_xqc()
426 xqc->cqc = memalign(HISI_QM_ALIGN32, cqc_size); in hisi_qm_alloc_xqc()
432 memset(xqc->cqc, 0, cqc_size); in hisi_qm_alloc_xqc()