Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/hisilicon/hpre/
Dhpre_main.c776 struct hpre *hpre = container_of(file->debug, struct hpre, debug); in hpre_file_to_qm() local
778 return &hpre->qm; in hpre_file_to_qm()
950 struct hpre *hpre = container_of(qm, struct hpre, qm); in hpre_create_debugfs_file() local
951 struct hpre_debug *dbg = &hpre->debug; in hpre_create_debugfs_file()
1047 struct hpre *hpre = container_of(qm, struct hpre, qm); in hpre_dfx_debug_init() local
1048 struct hpre_dfx *dfx = hpre->debug.dfx; in hpre_dfx_debug_init()
1335 static int hpre_pf_probe_init(struct hpre *hpre) in hpre_pf_probe_init() argument
1337 struct hisi_qm *qm = &hpre->qm; in hpre_pf_probe_init()
1354 static int hpre_probe_init(struct hpre *hpre) in hpre_probe_init() argument
1357 struct hisi_qm *qm = &hpre->qm; in hpre_probe_init()
[all …]
Dhpre_crypto.c121 struct hpre *hpre; member
198 dfx = ctx->hpre->debug.dfx; in hpre_add_req_to_ctx()
384 struct hpre *hpre; in hpre_ctx_set() local
393 hpre = container_of(ctx->qp->qm, struct hpre, qm); in hpre_ctx_set()
394 ctx->hpre = hpre; in hpre_ctx_set()
437 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_dh_cb()
458 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_rsa_cb()
480 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_alg_cb()
572 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_send()
1475 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_ecdh_cb()
[all …]
Dhpre.h70 struct hpre { struct
/linux-6.12.1/drivers/crypto/hisilicon/
DMakefile2 obj-$(CONFIG_CRYPTO_DEV_HISI_HPRE) += hpre/
/linux-6.12.1/
DMAINTAINERS10212 F: Documentation/ABI/testing/debugfs-hisi-hpre
10213 F: drivers/crypto/hisilicon/hpre/hpre.h
10214 F: drivers/crypto/hisilicon/hpre/hpre_crypto.c
10215 F: drivers/crypto/hisilicon/hpre/hpre_main.c