Home
last modified time | relevance | path

Searched defs:alg_type (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/crypto/hisilicon/
H A Dqm.c264 #define QM_MK_SQC_W13(priority, orders, alg_type) \ argument
2052 static struct hisi_qp *find_shareable_qp(struct hisi_qm *qm, u8 alg_type, bool is_in_kernel) in find_shareable_qp()
2083 static struct hisi_qp *qm_create_qp_nolock(struct hisi_qm *qm, u8 alg_type, bool is_in_kernel) in qm_create_qp_nolock()
2127 static struct hisi_qp *hisi_qm_create_qp(struct hisi_qm *qm, u8 alg_type) in hisi_qm_create_qp()
2525 u8 alg_type = 0; in hisi_qm_uacce_get_queue() local
3691 static int qm_get_and_start_qp(struct hisi_qm *qm, int qp_num, struct hisi_qp **qps, u8 *alg_type) in qm_get_and_start_qp()
3782 u8 *alg_type, int node, struct hisi_qp **qps) in hisi_qm_alloc_qps_node()
/linux/drivers/crypto/caam/
H A Dcaamhash.c1582 u32 alg_type; member
1756 int alg_type; member
H A Dcaamalg_qi2.c4411 u32 alg_type; member
4548 int alg_type; member
/linux/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c422 u8 alg_type[HZIP_CTX_Q_NUM]; in hisi_zip_ctx_init() local
/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c1642 static void sec_update_iv(struct sec_req *req, enum sec_alg_type alg_type) in sec_update_iv()