Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/hisilicon/hpre/
H A Dhpre_main.c810 struct hpre *hpre = container_of(file->debug, struct hpre, debug); in hpre_file_to_qm() local
812 return &hpre->qm; in hpre_file_to_qm()
984 struct hpre *hpre = container_of(qm, struct hpre, qm); in hpre_create_debugfs_file() local
1104 struct hpre *hpre = container_of(qm, struct hpre, qm); in hpre_dfx_debug_init() local
1444 static int hpre_pf_probe_init(struct hpre *hpre) in hpre_pf_probe_init() argument
1463 static int hpre_probe_init(struct hpre *hpre) in hpre_probe_init() argument
1498 struct hpre *hpre; in hpre_probe() local
1501 hpre = devm_kzalloc(&pdev->dev, sizeof(*hpre), GFP_KERNEL); in hpre_probe()
1502 if (!hpre) in hpre_probe()
1505 qm = &hpre->qm; in hpre_probe()
[all …]
H A Dhpre_crypto.c123 struct hpre *hpre; member
202 dfx = ctx->hpre->debug.dfx; in hpre_add_req_to_ctx()
388 struct hpre *hpre; in hpre_ctx_set() local
397 hpre = container_of(ctx->qp->qm, struct hpre, qm); in hpre_ctx_set()
398 ctx->hpre = hpre; in hpre_ctx_set()
441 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_dh_cb()
462 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_rsa_cb()
484 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_alg_cb()
576 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_send()
1479 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_ecdh_cb()
[all …]
H A Dhpre.h70 struct hpre { struct
/linux-6.15/drivers/crypto/hisilicon/
H A DMakefile2 obj-$(CONFIG_CRYPTO_DEV_HISI_HPRE) += hpre/
/linux-6.15/Documentation/ABI/testing/
H A Ddebugfs-hisi-hpre191 Description: Dump the values of the qm and hpre capability bit registers and
/linux-6.15/
H A DMAINTAINERS10688 F: Documentation/ABI/testing/debugfs-hisi-hpre
10689 F: drivers/crypto/hisilicon/hpre/hpre.h
10690 F: drivers/crypto/hisilicon/hpre/hpre_crypto.c
10691 F: drivers/crypto/hisilicon/hpre/hpre_main.c