Searched refs:hpre (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/crypto/hisilicon/hpre/ |
| A D | hpre_main.c | 608 struct hpre *hpre = container_of(file->debug, struct hpre, debug); in hpre_file_to_qm() local 610 return &hpre->qm; in hpre_file_to_qm() 804 struct hpre *hpre = container_of(qm, struct hpre, qm); in hpre_create_debugfs_file() local 899 struct hpre *hpre = container_of(qm, struct hpre, qm); in hpre_dfx_debug_init() local 1034 static int hpre_pf_probe_init(struct hpre *hpre) in hpre_pf_probe_init() argument 1052 static int hpre_probe_init(struct hpre *hpre) in hpre_probe_init() argument 1075 struct hpre *hpre; in hpre_probe() local 1078 hpre = devm_kzalloc(&pdev->dev, sizeof(*hpre), GFP_KERNEL); in hpre_probe() 1079 if (!hpre) in hpre_probe() 1082 qm = &hpre->qm; in hpre_probe() [all …]
|
| A D | hpre_crypto.c | 112 struct hpre *hpre; member 179 dfx = ctx->hpre->debug.dfx; in hpre_add_req_to_ctx() 365 struct hpre *hpre; in hpre_ctx_set() local 374 hpre = container_of(ctx->qp->qm, struct hpre, qm); in hpre_ctx_set() 375 ctx->hpre = hpre; in hpre_ctx_set() 418 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_dh_cb() 439 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_rsa_cb() 461 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_alg_cb() 553 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_send() 1446 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_ecdh_cb() [all …]
|
| A D | hpre.h | 72 struct hpre { struct
|
| /linux/drivers/crypto/hisilicon/ |
| A D | Makefile | 2 obj-$(CONFIG_CRYPTO_DEV_HISI_HPRE) += hpre/
|
| /linux/ |
| A D | MAINTAINERS | 8567 F: Documentation/ABI/testing/debugfs-hisi-hpre 8568 F: drivers/crypto/hisilicon/hpre/hpre.h 8569 F: drivers/crypto/hisilicon/hpre/hpre_crypto.c 8570 F: drivers/crypto/hisilicon/hpre/hpre_main.c
|
Completed in 30 milliseconds