Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/hpre/
H A Dhpre_main.c378 struct hpre *hpre = container_of(file->debug, struct hpre, debug); in hpre_file_to_qm() local
380 return &hpre->qm; in hpre_file_to_qm()
591 struct hpre *hpre = container_of(qm, struct hpre, qm); in hpre_create_debugfs_file() local
592 struct hpre_debug *dbg = &hpre->debug; in hpre_create_debugfs_file()
685 struct hpre *hpre = container_of(qm, struct hpre, qm); in hpre_dfx_debug_init() local
686 struct hpre_dfx *dfx = hpre->debug.dfx; in hpre_dfx_debug_init()
809 static int hpre_pf_probe_init(struct hpre *hpre) in hpre_pf_probe_init() argument
811 struct hisi_qm *qm = &hpre->qm; in hpre_pf_probe_init()
826 static int hpre_probe_init(struct hpre *hpre) in hpre_probe_init() argument
828 struct hisi_qm *qm = &hpre->qm; in hpre_probe_init()
[all …]
H A Dhpre_crypto.c75 struct hpre *hpre; member
136 dfx = ctx->hpre->debug.dfx; in hpre_add_req_to_ctx()
317 struct hpre *hpre; in hpre_ctx_set() local
325 hpre = container_of(ctx->qp->qm, struct hpre, qm); in hpre_ctx_set()
326 ctx->hpre = hpre; in hpre_ctx_set()
369 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_dh_cb()
390 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_rsa_cb()
412 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_alg_cb()
492 struct hpre_dfx *dfx = ctx->hpre->debug.dfx; in hpre_send()
H A Dhpre.h63 struct hpre { struct
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dhashswf.c474 AVal home, hpre; in RTMP_HashSWF() local
479 hpre.av_val = "Q:"; in RTMP_HashSWF()
480 hpre.av_len = 2; in RTMP_HashSWF()
483 hpre.av_val = getenv("HOMEDRIVE"); in RTMP_HashSWF()
484 hpre.av_len = strlen(hpre.av_val); in RTMP_HashSWF()
490 hpre.av_val = ""; in RTMP_HashSWF()
491 hpre.av_len = 0; in RTMP_HashSWF()
509 path = malloc(hpre.av_len + home.av_len + sizeof(DIRSEP ".swfinfo")); in RTMP_HashSWF()
510 sprintf(path, "%s%s" DIRSEP ".swfinfo", hpre.av_val, home.av_val); in RTMP_HashSWF()
/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/
H A DMakefile2 obj-$(CONFIG_CRYPTO_DEV_HISI_HPRE) += hpre/
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS7929 F: Documentation/ABI/testing/debugfs-hisi-hpre
7930 F: drivers/crypto/hisilicon/hpre/hpre.h
7931 F: drivers/crypto/hisilicon/hpre/hpre_crypto.c
7932 F: drivers/crypto/hisilicon/hpre/hpre_main.c