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:salt_len
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/crypto/
H
A
D
ipsec.c
430
int
salt_len
= 4;
in nfp_net_xfrm_add_state()
local
433
key_len -=
salt_len
;
in nfp_net_xfrm_add_state()
/kernel/linux/linux-5.10/drivers/crypto/bcm/
H
A
D
cipher.h
186
unsigned int
salt_len
;
member
H
A
D
cipher.c
2706
ctx->
salt_len
+
in aead_enqueue()
2741
if (ctx->
salt_len
)
in aead_enqueue()
2743
ctx->salt, ctx->
salt_len
);
in aead_enqueue()
2744
memcpy(rctx->msg_buf.iv_ctr + ctx->salt_offset + ctx->
salt_len
,
in aead_enqueue()
2746
rctx->iv_ctr_len - ctx->
salt_len
- ctx->salt_offset);
in aead_enqueue()
2900
keylen + ctx->
salt_len
);
in aead_gcm_ccm_setkey()
2945
ctx->
salt_len
= GCM_ESP_SALT_SIZE;
in aead_gcm_esp_setkey()
2977
ctx->
salt_len
= GCM_ESP_SALT_SIZE;
in rfc4543_gcm_esp_setkey()
3010
ctx->
salt_len
= CCM_ESP_SALT_SIZE;
in aead_ccm_esp_setkey()
4261
ctx->
salt_len
in aead_cra_init()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/bcm/
H
A
D
cipher.h
187
unsigned int
salt_len
;
member
H
A
D
cipher.c
2667
ctx->
salt_len
+
in aead_enqueue()
2702
if (ctx->
salt_len
)
in aead_enqueue()
2704
ctx->salt, ctx->
salt_len
);
in aead_enqueue()
2705
memcpy(rctx->msg_buf.iv_ctr + ctx->salt_offset + ctx->
salt_len
,
in aead_enqueue()
2707
rctx->iv_ctr_len - ctx->
salt_len
- ctx->salt_offset);
in aead_enqueue()
2861
keylen + ctx->
salt_len
);
in aead_gcm_ccm_setkey()
2906
ctx->
salt_len
= GCM_ESP_SALT_SIZE;
in aead_gcm_esp_setkey()
2938
ctx->
salt_len
= GCM_ESP_SALT_SIZE;
in rfc4543_gcm_esp_setkey()
2971
ctx->
salt_len
= CCM_ESP_SALT_SIZE;
in aead_ccm_esp_setkey()
4222
ctx->
salt_len
in aead_cra_init()
[all...]
Completed in 14 milliseconds