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_IV_SIZE
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/bcm/
H
A
D
cipher.h
36
#define
MAX_IV_SIZE
AES_BLOCK_SIZE
macro
172
u8 resp_aad[ALIGN(MAX_ASSOC_SIZE +
MAX_IV_SIZE
,
188
u8 iv[
MAX_IV_SIZE
];
H
A
D
spum.h
47
MAX_KEY_SIZE +
MAX_IV_SIZE
)
H
A
D
spu2.h
87
2 * MAX_KEY_SIZE + 2 *
MAX_IV_SIZE
)
H
A
D
cipher.c
313
u8 local_iv_ctr[
MAX_IV_SIZE
];
in handle_skcipher_req()
4265
get_random_bytes(ctx->iv,
MAX_IV_SIZE
);
in aead_cra_init()
4266
flow_dump(" iv: ", ctx->iv,
MAX_IV_SIZE
);
in aead_cra_init()
/kernel/linux/linux-6.6/drivers/crypto/bcm/
H
A
D
cipher.h
37
#define
MAX_IV_SIZE
AES_BLOCK_SIZE
macro
173
u8 resp_aad[ALIGN(MAX_ASSOC_SIZE +
MAX_IV_SIZE
,
189
u8 iv[
MAX_IV_SIZE
];
H
A
D
spum.h
47
MAX_KEY_SIZE +
MAX_IV_SIZE
)
H
A
D
spu2.h
87
2 * MAX_KEY_SIZE + 2 *
MAX_IV_SIZE
)
H
A
D
cipher.c
313
u8 local_iv_ctr[
MAX_IV_SIZE
];
in handle_skcipher_req()
4226
get_random_bytes(ctx->iv,
MAX_IV_SIZE
);
in aead_cra_init()
4227
flow_dump(" iv: ", ctx->iv,
MAX_IV_SIZE
);
in aead_cra_init()
/kernel/linux/linux-5.10/include/net/
H
A
D
tls.h
66
#define
MAX_IV_SIZE
16
macro
116
u8 iv_data[
MAX_IV_SIZE
];
/kernel/linux/linux-6.6/include/net/
H
A
D
tls.h
64
#define
MAX_IV_SIZE
16
macro
/kernel/linux/linux-6.6/net/tls/
H
A
D
tls.h
130
u8 iv_data[
MAX_IV_SIZE
];
H
A
D
tls_device_fallback.c
57
unsigned char buf[TLS_HEADER_SIZE +
MAX_IV_SIZE
];
in tls_enc_record()
H
A
D
tls_sw.c
64
u8 iv[
MAX_IV_SIZE
];
2360
char header[TLS_HEADER_SIZE +
MAX_IV_SIZE
];
in tls_rx_msg_size()
2720
if (nonce_size >
MAX_IV_SIZE
|| prot->aad_size > TLS_MAX_AAD_SIZE) {
in tls_set_sw_offload()
H
A
D
tls_main.c
62
static_assert(cipher ## _IV_SIZE <=
MAX_IV_SIZE
); \
/kernel/linux/linux-5.10/net/tls/
H
A
D
tls_sw.c
2061
char header[TLS_HEADER_SIZE +
MAX_IV_SIZE
];
in tls_read_size()
2434
if (iv_size >
MAX_IV_SIZE
|| nonce_size >
MAX_IV_SIZE
||
in tls_set_sw_offload()
Completed in 28 milliseconds