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:swinit
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/
H
A
D
talitos.c
869
unsigned int
swinit
;
member
881
unsigned int
swinit
;
member
1805
if (!req_ctx->first || req_ctx->
swinit
) {
in common_nonsnoop_hash()
1810
req_ctx->
swinit
= 0;
in common_nonsnoop_hash()
1940
req_ctx->
swinit
= 0; /* assume h/w init of context */
in ahash_init()
1975
req_ctx->
swinit
= 1;/* prevent h/w initting context with sha256 values*/
in ahash_init_sha224_swinit()
2080
if (req_ctx->first && !req_ctx->
swinit
)
in ahash_process_req()
2146
export->
swinit
= req_ctx->
swinit
;
in ahash_export()
2172
req_ctx->
swinit
in ahash_import()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/
H
A
D
talitos.c
870
unsigned int
swinit
;
member
882
unsigned int
swinit
;
member
1806
if (!req_ctx->first || req_ctx->
swinit
) {
in common_nonsnoop_hash()
1811
req_ctx->
swinit
= 0;
in common_nonsnoop_hash()
1941
req_ctx->
swinit
= 0; /* assume h/w init of context */
in ahash_init()
1976
req_ctx->
swinit
= 1;/* prevent h/w initting context with sha256 values*/
in ahash_init_sha224_swinit()
2081
if (req_ctx->first && !req_ctx->
swinit
)
in ahash_process_req()
2147
export->
swinit
= req_ctx->
swinit
;
in ahash_export()
2173
req_ctx->
swinit
in ahash_import()
[all...]
Completed in 8 milliseconds