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:aead_recv
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/tls/
H
A
D
tls_sw.c
241
aead_request_set_tfm(aead_req, ctx->
aead_recv
);
in tls_do_decryption()
1452
aead_size = sizeof(*aead_req) + crypto_aead_reqsize(ctx->
aead_recv
);
in decrypt_internal()
1455
mem_size = mem_size + crypto_aead_ivsize(ctx->
aead_recv
);
in decrypt_internal()
2212
if (ctx->
aead_recv
) {
in tls_sw_release_resources_rx()
2216
crypto_free_aead(ctx->
aead_recv
);
in tls_sw_release_resources_rx()
2373
aead = &sw_ctx_rx->
aead_recv
;
in tls_set_sw_offload()
2493
tfm = crypto_aead_tfm(sw_ctx_rx->
aead_recv
);
in tls_set_sw_offload()
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H
A
D
crypto.c
41
aead = &sw_ctx_rx->
aead_recv
;
in tls_crypto_set_key()
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H
A
D
crypto.c
41
aead = &sw_ctx_rx->
aead_recv
;
in tls_crypto_set_key()
/kernel/linux/linux-6.6/include/net/
H
A
D
tls.h
122
struct crypto_aead *
aead_recv
;
member
/kernel/linux/linux-6.6/net/tls/
H
A
D
tls_sw.c
265
aead_request_set_tfm(aead_req, ctx->
aead_recv
);
in tls_do_decryption()
1512
aead_size = sizeof(*aead_req) + crypto_aead_reqsize(ctx->
aead_recv
);
in tls_decrypt_sg()
2504
if (ctx->
aead_recv
) {
in tls_sw_release_resources_rx()
2506
crypto_free_aead(ctx->
aead_recv
);
in tls_sw_release_resources_rx()
2694
aead = &sw_ctx_rx->
aead_recv
;
in tls_set_sw_offload()
2769
tfm = crypto_aead_tfm(sw_ctx_rx->
aead_recv
);
in tls_set_sw_offload()
/kernel/linux/linux-5.10/include/net/
H
A
D
tls.h
149
struct crypto_aead *
aead_recv
;
member
Completed in 12 milliseconds