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_tx
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H
A
D
crypto.c
25
struct tls_sw_context_tx *
sw_ctx_tx
= NULL;
in tls_crypto_set_key()
local
35
sw_ctx_tx
= tls_sw_ctx_tx(ctx);
in tls_crypto_set_key()
36
aead = &
sw_ctx_tx
->aead_send;
in tls_crypto_set_key()
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H
A
D
crypto.c
25
struct tls_sw_context_tx *
sw_ctx_tx
= NULL;
in tls_crypto_set_key()
local
35
sw_ctx_tx
= tls_sw_ctx_tx(ctx);
in tls_crypto_set_key()
36
aead = &
sw_ctx_tx
->aead_send;
in tls_crypto_set_key()
/kernel/linux/linux-6.6/net/tls/
H
A
D
tls_sw.c
2617
struct tls_sw_context_tx *
sw_ctx_tx
;
in init_ctx_tx()
local
2620
sw_ctx_tx
= kzalloc(sizeof(*
sw_ctx_tx
), GFP_KERNEL);
in init_ctx_tx()
2621
if (!
sw_ctx_tx
)
in init_ctx_tx()
2624
sw_ctx_tx
= ctx->priv_ctx_tx;
in init_ctx_tx()
2627
crypto_init_wait(&
sw_ctx_tx
->async_wait);
in init_ctx_tx()
2628
atomic_set(&
sw_ctx_tx
->encrypt_pending, 1);
in init_ctx_tx()
2629
INIT_LIST_HEAD(&
sw_ctx_tx
->tx_list);
in init_ctx_tx()
2630
INIT_DELAYED_WORK(&
sw_ctx_tx
->tx_work.work, tx_work_handler);
in init_ctx_tx()
2631
sw_ctx_tx
in init_ctx_tx()
2662
struct tls_sw_context_tx *
sw_ctx_tx
= NULL;
tls_set_sw_offload()
local
[all...]
/kernel/linux/linux-5.10/net/tls/
H
A
D
tls_sw.c
2316
struct tls_sw_context_tx *
sw_ctx_tx
= NULL;
in tls_set_sw_offload()
local
2334
sw_ctx_tx
= kzalloc(sizeof(*
sw_ctx_tx
), GFP_KERNEL);
in tls_set_sw_offload()
2335
if (!
sw_ctx_tx
) {
in tls_set_sw_offload()
2339
ctx->priv_ctx_tx =
sw_ctx_tx
;
in tls_set_sw_offload()
2341
sw_ctx_tx
=
in tls_set_sw_offload()
2359
crypto_init_wait(&
sw_ctx_tx
->async_wait);
in tls_set_sw_offload()
2360
spin_lock_init(&
sw_ctx_tx
->encrypt_compl_lock);
in tls_set_sw_offload()
2363
aead = &
sw_ctx_tx
->aead_send;
in tls_set_sw_offload()
2364
INIT_LIST_HEAD(&
sw_ctx_tx
in tls_set_sw_offload()
[all...]
Completed in 7 milliseconds