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:is_aead
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/bcm/
H
A
D
spu2.c
960
((req_opts->
is_aead
&& req_opts->is_inbound) ?
in spu2_create_request()
979
if (req_opts->
is_aead
&&
in spu2_create_request()
989
if (req_opts->
is_aead
&&
in spu2_create_request()
H
A
D
spu.h
109
bool
is_aead
;
member
H
A
D
spu.c
631
if (req_opts->
is_aead
&& req_opts->is_inbound)
in spum_create_request()
634
if (req_opts->
is_aead
&& req_opts->is_inbound)
in spum_create_request()
H
A
D
cipher.c
1300
req_opts.
is_aead
= true;
in handle_aead_req()
/kernel/linux/linux-6.6/drivers/crypto/bcm/
H
A
D
spu2.c
965
((req_opts->
is_aead
&& req_opts->is_inbound) ?
in spu2_create_request()
982
if (req_opts->
is_aead
&&
in spu2_create_request()
992
if (req_opts->
is_aead
&&
in spu2_create_request()
H
A
D
spu.h
110
bool
is_aead
;
member
H
A
D
spu.c
629
if (req_opts->
is_aead
&& req_opts->is_inbound)
in spum_create_request()
632
if (req_opts->
is_aead
&& req_opts->is_inbound)
in spum_create_request()
H
A
D
cipher.c
1297
req_opts.
is_aead
= true;
in handle_aead_req()
/kernel/linux/linux-5.10/drivers/crypto/
H
A
D
atmel-aes.c
109
bool
is_aead
;
member
548
if (dd->ctx->
is_aead
)
in atmel_aes_complete()
555
if (!err && !dd->ctx->
is_aead
&&
in atmel_aes_complete()
1114
ctx->
is_aead
= false;
in atmel_aes_crypt()
1698
ctx->
is_aead
= true;
in atmel_aes_gcm_crypt()
2147
ctx->
is_aead
= true;
in atmel_aes_authenc_crypt()
/kernel/linux/linux-6.6/drivers/crypto/
H
A
D
atmel-aes.c
109
bool
is_aead
;
member
535
if (dd->ctx->
is_aead
)
in atmel_aes_complete()
542
if (!err && !dd->ctx->
is_aead
&&
in atmel_aes_complete()
1137
ctx->
is_aead
= false;
in atmel_aes_crypt()
1728
ctx->
is_aead
= true;
in atmel_aes_gcm_crypt()
2209
ctx->
is_aead
= true;
in atmel_aes_authenc_crypt()
Completed in 23 milliseconds