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_rfc4543
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/bcm/
H
A
D
spu.h
112
bool
is_rfc4543
;
member
H
A
D
cipher.h
237
bool
is_rfc4543
; /* RFC 4543 style of GMAC */
member
H
A
D
spu2.c
1029
if ((req_opts->
is_rfc4543
) ||
in spu2_create_request()
1039
if (req_opts->
is_rfc4543
)
in spu2_create_request()
H
A
D
spu.c
768
if (req_opts->
is_rfc4543
) {
in spum_create_request()
H
A
D
cipher.c
1059
if (ctx->
is_rfc4543
) {
in spu_aead_rx_sg_create()
1323
if (ctx->is_esp && !ctx->
is_rfc4543
) {
in handle_aead_req()
1400
if (ctx->
is_rfc4543
) {
in handle_aead_req()
1416
req_opts.
is_rfc4543
= true;
in handle_aead_req()
2983
ctx->
is_rfc4543
= true;
in rfc4543_gcm_esp_setkey()
/kernel/linux/linux-6.6/drivers/crypto/bcm/
H
A
D
spu.h
113
bool
is_rfc4543
;
member
H
A
D
cipher.h
238
bool
is_rfc4543
; /* RFC 4543 style of GMAC */
member
H
A
D
spu2.c
1032
if ((req_opts->
is_rfc4543
) ||
in spu2_create_request()
1042
if (req_opts->
is_rfc4543
)
in spu2_create_request()
H
A
D
spu.c
766
if (req_opts->
is_rfc4543
) {
in spum_create_request()
H
A
D
cipher.c
1056
if (ctx->
is_rfc4543
) {
in spu_aead_rx_sg_create()
1320
if (ctx->is_esp && !ctx->
is_rfc4543
) {
in handle_aead_req()
1397
if (ctx->
is_rfc4543
) {
in handle_aead_req()
1413
req_opts.
is_rfc4543
= true;
in handle_aead_req()
2944
ctx->
is_rfc4543
= true;
in rfc4543_gcm_esp_setkey()
Completed in 19 milliseconds