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:sw_ctx_rx
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H
A
D
crypto.c
26
struct tls_sw_context_rx *
sw_ctx_rx
= NULL;
in tls_crypto_set_key()
local
40
sw_ctx_rx
= tls_sw_ctx_rx(ctx);
in tls_crypto_set_key()
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
26
struct tls_sw_context_rx *
sw_ctx_rx
= NULL;
in tls_crypto_set_key()
local
40
sw_ctx_rx
= tls_sw_ctx_rx(ctx);
in tls_crypto_set_key()
41
aead = &
sw_ctx_rx
->aead_recv;
in tls_crypto_set_key()
/kernel/linux/linux-6.6/net/tls/
H
A
D
tls_sw.c
2638
struct tls_sw_context_rx *
sw_ctx_rx
;
in init_ctx_rx()
local
2641
sw_ctx_rx
= kzalloc(sizeof(*
sw_ctx_rx
), GFP_KERNEL);
in init_ctx_rx()
2642
if (!
sw_ctx_rx
)
in init_ctx_rx()
2645
sw_ctx_rx
= ctx->priv_ctx_rx;
in init_ctx_rx()
2648
crypto_init_wait(&
sw_ctx_rx
->async_wait);
in init_ctx_rx()
2649
atomic_set(&
sw_ctx_rx
->decrypt_pending, 1);
in init_ctx_rx()
2650
init_waitqueue_head(&
sw_ctx_rx
->wq);
in init_ctx_rx()
2651
skb_queue_head_init(&
sw_ctx_rx
->rx_list);
in init_ctx_rx()
2652
skb_queue_head_init(&
sw_ctx_rx
in init_ctx_rx()
2663
struct tls_sw_context_rx *
sw_ctx_rx
= NULL;
tls_set_sw_offload()
local
[all...]
/kernel/linux/linux-5.10/net/tls/
H
A
D
tls_sw.c
2317
struct tls_sw_context_rx *
sw_ctx_rx
= NULL;
in tls_set_sw_offload()
local
2346
sw_ctx_rx
= kzalloc(sizeof(*
sw_ctx_rx
), GFP_KERNEL);
in tls_set_sw_offload()
2347
if (!
sw_ctx_rx
) {
in tls_set_sw_offload()
2351
ctx->priv_ctx_rx =
sw_ctx_rx
;
in tls_set_sw_offload()
2353
sw_ctx_rx
=
in tls_set_sw_offload()
2368
crypto_init_wait(&
sw_ctx_rx
->async_wait);
in tls_set_sw_offload()
2369
spin_lock_init(&
sw_ctx_rx
->decrypt_compl_lock);
in tls_set_sw_offload()
2372
skb_queue_head_init(&
sw_ctx_rx
->rx_list);
in tls_set_sw_offload()
2373
aead = &
sw_ctx_rx
in tls_set_sw_offload()
[all...]
Completed in 13 milliseconds