Home
last modified time | relevance | path

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

/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_main.c847 struct hpre *hpre = container_of(file->debug, struct hpre, debug); in hpre_file_to_qm() local
849 return &hpre->qm; in hpre_file_to_qm()
1021 struct hpre *hpre = container_of(qm, struct hpre, qm); in hpre_create_debugfs_file() local
1022 struct hpre_debug *dbg = &hpre->debug; in hpre_create_debugfs_file()
1141 struct hpre *hpre = container_of(qm, struct hpre, qm); in hpre_dfx_debug_init() local
1142 struct hpre_dfx *dfx = hpre->debug.dfx; in hpre_dfx_debug_init()
1529 static int hpre_pf_probe_init(struct hpre *hpre) in hpre_pf_probe_init() argument
1531 struct hisi_qm *qm = &hpre->qm; in hpre_pf_probe_init()
1546 static int hpre_probe_init(struct hpre *hpre) in hpre_probe_init() argument
1549 struct hisi_qm *qm = &hpre->qm; in hpre_probe_init()
[all …]
H A Dhpre_crypto.c113 struct hpre *hpre; member
156 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_dfx_add_req_time()
328 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_dh_cb()
349 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_rsa_cb()
385 struct hpre *hpre; in hpre_ctx_init() local
396 hpre = container_of(ctx->qp->qm, struct hpre, qm); in hpre_ctx_init()
397 ctx->hpre = hpre; in hpre_ctx_init()
455 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_send()
1427 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_ecdh_cb()
H A Dhpre.h70 struct hpre { struct
/linux/drivers/crypto/hisilicon/
H A DMakefile2 obj-$(CONFIG_CRYPTO_DEV_HISI_HPRE) += hpre/
/linux/Documentation/ABI/testing/
H A Ddebugfs-hisi-hpre191 Description: Dump the values of the qm and hpre capability bit registers and
/linux/
H A DMAINTAINERS11502 F: Documentation/ABI/testing/debugfs-hisi-hpre
11503 F: drivers/crypto/hisilicon/hpre/hpre.h
11504 F: drivers/crypto/hisilicon/hpre/hpre_crypto.c
11505 F: drivers/crypto/hisilicon/hpre/hpre_main.c