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_offset
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/net/tls/
H
A
D
tls.h
63
unsigned int
salt_offset
;
member
97
return (char *)crypto_info + cipher_desc->
salt_offset
;
in crypto_info_salt()
H
A
D
tls_main.c
73
.
salt_offset
= offsetof(struct ci, salt), \
/kernel/linux/linux-5.10/drivers/crypto/bcm/
H
A
D
cipher.h
187
unsigned int
salt_offset
;
member
H
A
D
cipher.c
2742
memcpy(rctx->msg_buf.iv_ctr + ctx->
salt_offset
,
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()
2946
ctx->
salt_offset
= GCM_ESP_SALT_OFFSET;
in aead_gcm_esp_setkey()
2978
ctx->
salt_offset
= GCM_ESP_SALT_OFFSET;
in rfc4543_gcm_esp_setkey()
3011
ctx->
salt_offset
= CCM_ESP_SALT_OFFSET;
in aead_ccm_esp_setkey()
4262
ctx->
salt_offset
= 0;
in aead_cra_init()
/kernel/linux/linux-6.6/drivers/crypto/bcm/
H
A
D
cipher.h
188
unsigned int
salt_offset
;
member
H
A
D
cipher.c
2703
memcpy(rctx->msg_buf.iv_ctr + ctx->
salt_offset
,
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()
2907
ctx->
salt_offset
= GCM_ESP_SALT_OFFSET;
in aead_gcm_esp_setkey()
2939
ctx->
salt_offset
= GCM_ESP_SALT_OFFSET;
in rfc4543_gcm_esp_setkey()
2972
ctx->
salt_offset
= CCM_ESP_SALT_OFFSET;
in aead_ccm_esp_setkey()
4223
ctx->
salt_offset
= 0;
in aead_cra_init()
Completed in 14 milliseconds