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:awalk
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/axis/
H
A
D
artpec6_crypto.c
385
static void artpec6_crypto_walk_init(struct artpec6_crypto_walk *
awalk
,
in artpec6_crypto_walk_init()
argument
388
awalk
->sg = sg;
in artpec6_crypto_walk_init()
389
awalk
->offset = 0;
in artpec6_crypto_walk_init()
392
static size_t artpec6_crypto_walk_advance(struct artpec6_crypto_walk *
awalk
,
in artpec6_crypto_walk_advance()
argument
395
while (nbytes &&
awalk
->sg) {
in artpec6_crypto_walk_advance()
398
WARN_ON(
awalk
->offset >
awalk
->sg->length);
in artpec6_crypto_walk_advance()
400
piece = min(nbytes, (size_t)
awalk
->sg->length -
awalk
->offset);
in artpec6_crypto_walk_advance()
402
awalk
in artpec6_crypto_walk_advance()
414
artpec6_crypto_walk_chunklen(const struct artpec6_crypto_walk *
awalk
)
artpec6_crypto_walk_chunklen()
argument
422
artpec6_crypto_walk_chunk_phys(const struct artpec6_crypto_walk *
awalk
)
artpec6_crypto_walk_chunk_phys()
argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/axis/
H
A
D
artpec6_crypto.c
386
static void artpec6_crypto_walk_init(struct artpec6_crypto_walk *
awalk
,
in artpec6_crypto_walk_init()
argument
389
awalk
->sg = sg;
in artpec6_crypto_walk_init()
390
awalk
->offset = 0;
in artpec6_crypto_walk_init()
393
static size_t artpec6_crypto_walk_advance(struct artpec6_crypto_walk *
awalk
,
in artpec6_crypto_walk_advance()
argument
396
while (nbytes &&
awalk
->sg) {
in artpec6_crypto_walk_advance()
399
WARN_ON(
awalk
->offset >
awalk
->sg->length);
in artpec6_crypto_walk_advance()
401
piece = min(nbytes, (size_t)
awalk
->sg->length -
awalk
->offset);
in artpec6_crypto_walk_advance()
403
awalk
in artpec6_crypto_walk_advance()
415
artpec6_crypto_walk_chunklen(const struct artpec6_crypto_walk *
awalk
)
artpec6_crypto_walk_chunklen()
argument
423
artpec6_crypto_walk_chunk_phys(const struct artpec6_crypto_walk *
awalk
)
artpec6_crypto_walk_chunk_phys()
argument
[all...]
Completed in 5 milliseconds