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:MAX_IVLEN
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/
H
A
D
ixp4xx_crypto.c
73
#define
MAX_IVLEN
16
macro
120
u8 iv[
MAX_IVLEN
]; /* IV for CBC mode or CTR IV for CTR mode */
152
u8 iv[
MAX_IVLEN
];
184
u8 salt[
MAX_IVLEN
];
/kernel/linux/linux-6.6/drivers/crypto/intel/ixp4xx/
H
A
D
ixp4xx_crypto.c
77
#define
MAX_IVLEN
16
macro
120
u8 iv[
MAX_IVLEN
]; /* IV for CBC mode or CTR IV for CTR mode */
152
u8 iv[
MAX_IVLEN
];
185
u8 salt[
MAX_IVLEN
];
/kernel/linux/linux-5.10/crypto/
H
A
D
testmgr.c
1940
u8 _iv[3 * (MAX_ALGAPI_ALIGNMASK + 1) +
MAX_IVLEN
];
in test_aead_vec_cfg()
1984
if (WARN_ON(ivsize >
MAX_IVLEN
))
in test_aead_vec_cfg()
2223
u8 iv[
MAX_IVLEN
];
in generate_aead_message()
2711
u8 _iv[3 * (MAX_ALGAPI_ALIGNMASK + 1) +
MAX_IVLEN
];
in test_skcipher_vec_cfg()
2742
if (WARN_ON(ivsize >
MAX_IVLEN
))
in test_skcipher_vec_cfg()
2918
u8 iv[
MAX_IVLEN
];
in generate_random_cipher_testvec()
H
A
D
tcrypt.c
84
#define
MAX_IVLEN
32
macro
272
iv = kzalloc(
MAX_IVLEN
, GFP_KERNEL);
in test_mb_aead_speed()
541
iv = kzalloc(
MAX_IVLEN
, GFP_KERNEL);
in test_aead_speed()
H
A
D
testmgr.h
25
#define
MAX_IVLEN
32
macro
[all...]
/kernel/linux/linux-6.6/crypto/
H
A
D
testmgr.c
2043
u8 _iv[3 * (MAX_ALGAPI_ALIGNMASK + 1) +
MAX_IVLEN
];
in test_aead_vec_cfg()
2087
if (WARN_ON(ivsize >
MAX_IVLEN
))
in test_aead_vec_cfg()
2333
u8 iv[
MAX_IVLEN
];
in generate_aead_message()
2821
u8 _iv[3 * (MAX_ALGAPI_ALIGNMASK + 1) +
MAX_IVLEN
];
in test_skcipher_vec_cfg()
2852
if (WARN_ON(ivsize >
MAX_IVLEN
))
in test_skcipher_vec_cfg()
3031
u8 iv[
MAX_IVLEN
];
in generate_random_cipher_testvec()
H
A
D
tcrypt.c
76
#define
MAX_IVLEN
32
macro
264
iv = kzalloc(
MAX_IVLEN
, GFP_KERNEL);
in test_mb_aead_speed()
540
iv = kzalloc(
MAX_IVLEN
, GFP_KERNEL);
in test_aead_speed()
H
A
D
testmgr.h
25
#define
MAX_IVLEN
32
macro
[all...]
Completed in 98 milliseconds