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:cmdl_size
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/
H
A
D
sa2ul.h
276
* @
cmdl_size
: Command label size
285
u16
cmdl_size
;
member
H
A
D
sa2ul.c
897
ctx->enc.
cmdl_size
= cmdl_len;
in sa_cipher_setkey()
911
ctx->dec.
cmdl_size
= cmdl_len;
in sa_cipher_setkey()
1104
memcpy(cmdl, sa_ctx->cmdl, sa_ctx->
cmdl_size
);
in sa_run()
1117
cmdl[sa_ctx->
cmdl_size
/ sizeof(u32)] = req->type;
in sa_run()
1250
sa_prepare_tx_desc(mdptr, (sa_ctx->
cmdl_size
+ (SA_PSDATA_CTX_WORDS *
in sa_run()
1254
ml = sa_ctx->
cmdl_size
+ (SA_PSDATA_CTX_WORDS * sizeof(u32));
in sa_run()
1459
ctx->enc.
cmdl_size
= cmdl_len;
in sa_sha_setup()
1830
ctx->enc.
cmdl_size
= cmdl_len;
in sa_aead_setkey()
1845
ctx->dec.
cmdl_size
= cmdl_len;
in sa_aead_setkey()
/kernel/linux/linux-6.6/drivers/crypto/
H
A
D
sa2ul.h
280
* @
cmdl_size
: Command label size
289
u16
cmdl_size
;
member
H
A
D
sa2ul.c
923
ctx->enc.
cmdl_size
= cmdl_len;
in sa_cipher_setkey()
937
ctx->dec.
cmdl_size
= cmdl_len;
in sa_cipher_setkey()
1130
memcpy(cmdl, sa_ctx->cmdl, sa_ctx->
cmdl_size
);
in sa_run()
1143
cmdl[sa_ctx->
cmdl_size
/ sizeof(u32)] = req->type;
in sa_run()
1276
sa_prepare_tx_desc(mdptr, (sa_ctx->
cmdl_size
+ (SA_PSDATA_CTX_WORDS *
in sa_run()
1280
ml = sa_ctx->
cmdl_size
+ (SA_PSDATA_CTX_WORDS * sizeof(u32));
in sa_run()
1483
ctx->enc.
cmdl_size
= cmdl_len;
in sa_sha_setup()
1851
ctx->enc.
cmdl_size
= cmdl_len;
in sa_aead_setkey()
1866
ctx->dec.
cmdl_size
= cmdl_len;
in sa_aead_setkey()
Completed in 9 milliseconds