Searched refs:alg_type (Results 1 – 6 of 6) sorted by relevance
| /drivers/crypto/caam/ |
| A D | caamhash.c | 1582 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, 1756 int alg_type; member 1796 if (is_xcbc_aes(caam_hash->alg_type)) { in caam_hash_cra_init() 1938 t_alg->alg_type = template->alg_type; in caam_hash_alloc() [all …]
|
| A D | caamalg_qi2.c | 4411 u32 alg_type; member 4436 .alg_type = OP_ALG_ALGSEL_SHA1, 4457 .alg_type = OP_ALG_ALGSEL_SHA224, 4478 .alg_type = OP_ALG_ALGSEL_SHA256, 4499 .alg_type = OP_ALG_ALGSEL_SHA384, 4520 .alg_type = OP_ALG_ALGSEL_SHA512, 4541 .alg_type = OP_ALG_ALGSEL_MD5, 4548 int alg_type; member 4604 ctx->adata.algtype = OP_TYPE_CLASS2_ALG | caam_hash->alg_type; in caam_hash_cra_init() 4669 t_alg->alg_type = template->alg_type; in caam_hash_alloc()
|
| /drivers/crypto/hisilicon/sec2/ |
| A D | sec_crypto.c | 253 if (ctx->alg_type == SEC_AEAD) in sec_alg_send_backlog_soft() 519 if (ctx->alg_type == SEC_AEAD) { in sec_alg_resource_alloc() 539 if (ctx->alg_type == SEC_AEAD) in sec_alg_resource_alloc() 542 if (ctx->alg_type == SEC_AEAD) in sec_alg_resource_alloc() 558 if (ctx->alg_type == SEC_AEAD) { in sec_alg_resource_free() 783 ctx->alg_type = SEC_SKCIPHER; in sec_skcipher_init() 972 if (ctx->alg_type == SEC_AEAD) in GEN_SEC_SETKEY_FUNC() 1016 if (ctx->alg_type == SEC_AEAD) in sec_cipher_pbuf_unmap() 1642 if (alg_type == SEC_SKCIPHER) { in sec_update_iv() 2002 if (ctx->alg_type == SEC_AEAD) in sec_process() [all …]
|
| A D | sec.h | 200 enum sec_alg_type alg_type; member
|
| /drivers/crypto/hisilicon/zip/ |
| A D | zip_crypto.c | 301 (qp->alg_type == 0) ? "" : "de", qp->qp_id, status, in hisi_zip_acomp_cb() 362 int alg_type, int req_type) in hisi_zip_start_qp() argument 368 qp->alg_type = alg_type; in hisi_zip_start_qp()
|
| /drivers/crypto/hisilicon/ |
| A D | qm.c | 260 #define QM_MK_SQC_W13(priority, orders, alg_type) \ argument 263 (((alg_type) & QM_SQ_TYPE_MASK) << QM_SQ_TYPE_SHIFT)) 2028 qp->alg_type = alg_type; in qm_create_qp_nolock() 2052 qp = qm_create_qp_nolock(qm, alg_type); in hisi_qm_create_qp() 2094 sqc.w13 = cpu_to_le16(QM_MK_SQC_W13(0, 1, qp->alg_type)); in qm_sq_ctx_cfg() 2431 u8 alg_type = 0; in hisi_qm_uacce_get_queue() local 2433 qp = hisi_qm_create_qp(qm, alg_type); in hisi_qm_uacce_get_queue() 2567 qp->alg_type = type; in qm_set_sqctype() 3531 u8 alg_type, int node, struct hisi_qp **qps) in hisi_qm_alloc_qps_node() argument 3549 qps[i] = hisi_qm_create_qp(tmp->qm, alg_type); in hisi_qm_alloc_qps_node() [all …]
|
Completed in 35 milliseconds