alg_type 4368 drivers/crypto/caam/caamalg_qi2.c u32 alg_type; alg_type 4393 drivers/crypto/caam/caamalg_qi2.c .alg_type = OP_ALG_ALGSEL_SHA1, alg_type 4414 drivers/crypto/caam/caamalg_qi2.c .alg_type = OP_ALG_ALGSEL_SHA224, alg_type 4435 drivers/crypto/caam/caamalg_qi2.c .alg_type = OP_ALG_ALGSEL_SHA256, alg_type 4456 drivers/crypto/caam/caamalg_qi2.c .alg_type = OP_ALG_ALGSEL_SHA384, alg_type 4477 drivers/crypto/caam/caamalg_qi2.c .alg_type = OP_ALG_ALGSEL_SHA512, alg_type 4498 drivers/crypto/caam/caamalg_qi2.c .alg_type = OP_ALG_ALGSEL_MD5, alg_type 4505 drivers/crypto/caam/caamalg_qi2.c int alg_type; alg_type 4560 drivers/crypto/caam/caamalg_qi2.c ctx->adata.algtype = OP_TYPE_CLASS2_ALG | caam_hash->alg_type; alg_type 4620 drivers/crypto/caam/caamalg_qi2.c t_alg->alg_type = template->alg_type; alg_type 1628 drivers/crypto/caam/caamhash.c u32 alg_type; alg_type 1653 drivers/crypto/caam/caamhash.c .alg_type = OP_ALG_ALGSEL_SHA1, alg_type 1674 drivers/crypto/caam/caamhash.c .alg_type = OP_ALG_ALGSEL_SHA224, alg_type 1695 drivers/crypto/caam/caamhash.c .alg_type = OP_ALG_ALGSEL_SHA256, alg_type 1716 drivers/crypto/caam/caamhash.c .alg_type = OP_ALG_ALGSEL_SHA384, alg_type 1737 drivers/crypto/caam/caamhash.c .alg_type = OP_ALG_ALGSEL_SHA512, alg_type 1758 drivers/crypto/caam/caamhash.c .alg_type = OP_ALG_ALGSEL_MD5, alg_type 1777 drivers/crypto/caam/caamhash.c .alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_XCBC_MAC, alg_type 1796 drivers/crypto/caam/caamhash.c .alg_type = OP_ALG_ALGSEL_AES | OP_ALG_AAI_CMAC, alg_type 1802 drivers/crypto/caam/caamhash.c int alg_type; alg_type 1839 drivers/crypto/caam/caamhash.c if (is_xcbc_aes(caam_hash->alg_type)) { alg_type 1842 drivers/crypto/caam/caamhash.c ctx->adata.algtype = OP_TYPE_CLASS1_ALG | caam_hash->alg_type; alg_type 1844 drivers/crypto/caam/caamhash.c } else if (is_cmac_aes(caam_hash->alg_type)) { alg_type 1847 drivers/crypto/caam/caamhash.c ctx->adata.algtype = OP_TYPE_CLASS1_ALG | caam_hash->alg_type; alg_type 1857 drivers/crypto/caam/caamhash.c ctx->adata.algtype = OP_TYPE_CLASS2_ALG | caam_hash->alg_type; alg_type 1977 drivers/crypto/caam/caamhash.c t_alg->alg_type = template->alg_type; alg_type 2024 drivers/crypto/caam/caamhash.c if (is_mdha(alg->alg_type) && alg_type 2046 drivers/crypto/caam/caamhash.c if ((alg->alg_type & OP_ALG_ALGSEL_MASK) == OP_ALG_ALGSEL_AES) alg_type 158 drivers/crypto/hisilicon/qm.c #define QM_MK_SQC_W13(priority, orders, alg_type) \ alg_type 161 drivers/crypto/hisilicon/qm.c (((alg_type) & QM_SQ_TYPE_MASK) << QM_SQ_TYPE_SHIFT)) alg_type 1105 drivers/crypto/hisilicon/qm.c struct hisi_qp *hisi_qm_create_qp(struct hisi_qm *qm, u8 alg_type) alg_type 1146 drivers/crypto/hisilicon/qm.c qp->alg_type = alg_type; alg_type 1228 drivers/crypto/hisilicon/qm.c sqc->w13 = QM_MK_SQC_W13(0, 1, qp->alg_type); alg_type 179 drivers/crypto/hisilicon/qm.h u8 alg_type; alg_type 202 drivers/crypto/hisilicon/qm.h struct hisi_qp *hisi_qm_create_qp(struct hisi_qm *qm, u8 alg_type); alg_type 111 drivers/crypto/hisilicon/zip/zip_crypto.c int alg_type, int req_type) alg_type 116 drivers/crypto/hisilicon/zip/zip_crypto.c qp = hisi_qm_create_qp(qm, alg_type); alg_type 325 drivers/crypto/hisilicon/zip/zip_crypto.c (qp->alg_type == 0) ? "" : "de", qp->qp_id, status, alg_type 334 drivers/crypto/hisilicon/zip/zip_crypto.c head_size = (qp->alg_type == 0) ? TO_HEAD_SIZE(qp->req_type) : 0; alg_type 531 drivers/crypto/picoxcell_crypto.c static int spacc_aead_do_fallback(struct aead_request *req, unsigned alg_type, alg_type 630 drivers/crypto/picoxcell_crypto.c unsigned alg_type, bool is_encrypt) alg_type 647 drivers/crypto/picoxcell_crypto.c return spacc_aead_do_fallback(req, alg_type, is_encrypt); alg_type 911 drivers/crypto/picoxcell_crypto.c unsigned alg_type, bool is_encrypt) alg_type 935 drivers/crypto/picoxcell_crypto.c static int spacc_ablk_setup(struct ablkcipher_request *req, unsigned alg_type, alg_type 951 drivers/crypto/picoxcell_crypto.c return spacc_ablk_do_fallback(req, alg_type, is_encrypt); alg_type 262 drivers/crypto/rockchip/rk3288_crypto.h enum alg_type type;