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:aead_queue
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/crypto/internal/
H
A
D
aead.h
33
struct
aead_queue
{
struct
111
static inline void aead_init_queue(struct
aead_queue
*queue,
in aead_init_queue()
117
static inline int aead_enqueue_request(struct
aead_queue
*queue,
in aead_enqueue_request()
124
struct
aead_queue
*queue)
in aead_dequeue_request()
133
static inline struct aead_request *aead_get_backlog(struct
aead_queue
*queue)
in aead_get_backlog()
/kernel/linux/linux-6.6/include/crypto/internal/
H
A
D
aead.h
33
struct
aead_queue
{
struct
133
static inline void aead_init_queue(struct
aead_queue
*queue,
in aead_init_queue()
/kernel/linux/linux-5.10/drivers/crypto/
H
A
D
omap-aes.h
167
struct
aead_queue
aead_queue
;
member
H
A
D
omap-aes.c
1079
dd->
aead_queue
.base.max_qlen = value;
in queue_len_store()
1118
aead_init_queue(&dd->
aead_queue
, OMAP_AES_QUEUE_LENGTH);
in omap_aes_probe()
/kernel/linux/linux-6.6/drivers/crypto/
H
A
D
omap-aes.h
165
struct
aead_queue
aead_queue
;
member
H
A
D
omap-aes.c
1079
dd->
aead_queue
.base.max_qlen = value;
in queue_len_store()
1118
aead_init_queue(&dd->
aead_queue
, OMAP_AES_QUEUE_LENGTH);
in omap_aes_probe()
Completed in 5 milliseconds