Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:hisi_zip_ctx
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/
H
A
D
zip_crypto.c
91
struct
hisi_zip_ctx
*ctx;
94
struct
hisi_zip_ctx
{
struct
180
static int hisi_zip_ctx_init(struct
hisi_zip_ctx
*
hisi_zip_ctx
, u8 req_type, int node)
in hisi_zip_ctx_init()
argument
196
ret = hisi_zip_start_qp(qps[i], &
hisi_zip_ctx
->qp_ctx[i], i,
in hisi_zip_ctx_init()
200
hisi_qm_stop_qp(
hisi_zip_ctx
->qp_ctx[j].qp);
in hisi_zip_ctx_init()
206
hisi_zip_ctx
->qp_ctx[i].zip_dev = hisi_zip;
in hisi_zip_ctx_init()
212
static void hisi_zip_ctx_exit(struct
hisi_zip_ctx
*
hisi_zip_ctx
)
in hisi_zip_ctx_exit()
argument
217
hisi_zip_release_qp(&
hisi_zip_ctx
in hisi_zip_ctx_exit()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/zip/
H
A
D
zip_crypto.c
96
struct
hisi_zip_ctx
*ctx;
112
struct
hisi_zip_ctx
{
struct
318
static void hisi_zip_fill_sqe(struct
hisi_zip_ctx
*ctx, struct hisi_zip_sqe *sqe,
in hisi_zip_fill_sqe()
446
struct
hisi_zip_ctx
*ctx = crypto_tfm_ctx(acomp_req->base.tfm);
in hisi_zip_acompress()
476
struct
hisi_zip_ctx
*ctx = crypto_tfm_ctx(acomp_req->base.tfm);
in hisi_zip_adecompress()
556
static int hisi_zip_ctx_init(struct
hisi_zip_ctx
*
hisi_zip_ctx
, u8 req_type, int node)
in hisi_zip_ctx_init()
argument
573
qp_ctx = &
hisi_zip_ctx
->qp_ctx[i];
in hisi_zip_ctx_init()
574
qp_ctx->ctx =
hisi_zip_ctx
;
in hisi_zip_ctx_init()
578
hisi_qm_stop_qp(
hisi_zip_ctx
in hisi_zip_ctx_init()
595
hisi_zip_ctx
_exit(struct
hisi_zip_ctx
*
hisi_zip_ctx
)
hisi_zip_ctx_exit()
argument
[all...]
Completed in 3 milliseconds