Home
last modified time | relevance | path

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

/linux/drivers/crypto/caam/
H A Dcaamhash.c1582 u32 alg_type; member
1607 .alg_type = OP_ALG_ALGSEL_SHA1,
1628 .alg_type = OP_ALG_ALGSEL_SHA224,
1649 .alg_type = OP_ALG_ALGSEL_SHA256,
1670 .alg_type = OP_ALG_ALGSEL_SHA384,
1691 .alg_type = OP_ALG_ALGSEL_SHA512,
1712 .alg_type = OP_ALG_ALGSEL_MD5,
1731 .alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_XCBC_MAC,
1750 .alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CMAC,
1756 int alg_type; member
[all …]
/linux/include/linux/
H A Dhisi_acc_qm.h454 u8 alg_type; member
578 u8 alg_type, int node, struct hisi_qp **qps);
/linux/drivers/crypto/hisilicon/
H A Dqm.c261 #define QM_MK_SQC_W13(priority, orders, alg_type) \ argument
264 (((alg_type) & QM_SQ_TYPE_MASK) << QM_SQ_TYPE_SHIFT))
2005 static struct hisi_qp *qm_create_qp_nolock(struct hisi_qm *qm, u8 alg_type) in qm_create_qp_nolock() argument
2038 qp->alg_type = alg_type; in qm_create_qp_nolock()
2052 static struct hisi_qp *hisi_qm_create_qp(struct hisi_qm *qm, u8 alg_type) in hisi_qm_create_qp() argument
2062 qp = qm_create_qp_nolock(qm, alg_type); in hisi_qm_create_qp()
2104 sqc.w13 = cpu_to_le16(QM_MK_SQC_W13(0, 1, qp->alg_type)); in qm_sq_ctx_cfg()
2441 u8 alg_type = 0; in hisi_qm_uacce_get_queue() local
2443 qp = hisi_qm_create_qp(qm, alg_type); in hisi_qm_uacce_get_queue()
2577 qp->alg_type = type; in qm_set_sqctype()
[all …]