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:tlshws
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H
A
D
chtls_hw.c
187
hws = &csk->
tlshws
;
in get_new_keyid()
217
hws = &csk->
tlshws
;
in free_tls_keyid()
272
&csk->
tlshws
.crypto_info;
in chtls_key_info()
285
&csk->
tlshws
.crypto_info;
in chtls_key_info()
310
csk->
tlshws
.keylen = key_ctx_size;
in chtls_key_info()
338
struct chtls_hws *hws = &csk->
tlshws
;
in chtls_set_scmd()
430
set_wr_txq(skb, CPL_PRIORITY_DATA, csk->
tlshws
.txqid);
in chtls_setkey()
457
csk->
tlshws
.rxkey = keyid;
in chtls_setkey()
459
csk->
tlshws
.tx_seq_no = 0;
in chtls_setkey()
460
csk->
tlshws
in chtls_setkey()
[all...]
H
A
D
chtls_io.c
27
return csk->
tlshws
.txkey >= 0;
in is_tls_tx()
32
return csk->
tlshws
.rxkey >= 0;
in is_tls_rx()
47
return DIV_ROUND_UP(size, csk->
tlshws
.mfs);
in nos_ivs()
201
if (csk->
tlshws
.fcplenmax)
in send_tx_flowc_wr()
202
FLOWC_PARAM(TXDATAPLEN_MAX, csk->
tlshws
.fcplenmax);
in send_tx_flowc_wr()
231
hws = &csk->
tlshws
;
in tls_copy_ivs()
287
hws = &csk->
tlshws
;
in tls_copy_tx_key()
363
hws = &csk->
tlshws
;
in tls_tx_data_wr()
447
struct chtls_hws *hws = &csk->
tlshws
;
in chtls_expansion_size()
489
hws = &csk->
tlshws
;
in make_tlstx_data_wr()
[all...]
H
A
D
chtls_cm.c
77
csk->
tlshws
.ofld = 1;
in chtls_sock_create()
78
csk->
tlshws
.txkey = -1;
in chtls_sock_create()
79
csk->
tlshws
.rxkey = -1;
in chtls_sock_create()
80
csk->
tlshws
.mfs = TLS_MFS;
in chtls_sock_create()
81
skb_queue_head_init(&csk->
tlshws
.sk_recv_queue);
in chtls_sock_create()
193
struct chtls_hws *tlsk = &csk->
tlshws
;
in chtls_purge_recv_queue()
349
data_lost |= skb_queue_len(&csk->
tlshws
.sk_recv_queue);
in chtls_close()
1750
tlsk = &csk->
tlshws
;
in chtls_recv_pdu()
1813
tlsk = &csk->
tlshws
;
in chtls_rx_hdr()
H
A
D
chtls.h
316
struct chtls_hws
tlshws
;
member
H
A
D
chtls_main.c
518
crypto_info = (struct tls_crypto_info *)&csk->
tlshws
.crypto_info;
in do_chtls_setsockopt()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H
A
D
chtls_hw.c
187
hws = &csk->
tlshws
;
in get_new_keyid()
217
hws = &csk->
tlshws
;
in free_tls_keyid()
272
&csk->
tlshws
.crypto_info;
in chtls_key_info()
285
&csk->
tlshws
.crypto_info;
in chtls_key_info()
310
csk->
tlshws
.keylen = key_ctx_size;
in chtls_key_info()
338
struct chtls_hws *hws = &csk->
tlshws
;
in chtls_set_scmd()
430
set_wr_txq(skb, CPL_PRIORITY_DATA, csk->
tlshws
.txqid);
in chtls_setkey()
457
csk->
tlshws
.rxkey = keyid;
in chtls_setkey()
459
csk->
tlshws
.tx_seq_no = 0;
in chtls_setkey()
460
csk->
tlshws
in chtls_setkey()
[all...]
H
A
D
chtls_io.c
27
return csk->
tlshws
.txkey >= 0;
in is_tls_tx()
32
return csk->
tlshws
.rxkey >= 0;
in is_tls_rx()
47
return DIV_ROUND_UP(size, csk->
tlshws
.mfs);
in nos_ivs()
201
if (csk->
tlshws
.fcplenmax)
in send_tx_flowc_wr()
202
FLOWC_PARAM(TXDATAPLEN_MAX, csk->
tlshws
.fcplenmax);
in send_tx_flowc_wr()
231
hws = &csk->
tlshws
;
in tls_copy_ivs()
287
hws = &csk->
tlshws
;
in tls_copy_tx_key()
363
hws = &csk->
tlshws
;
in tls_tx_data_wr()
447
struct chtls_hws *hws = &csk->
tlshws
;
in chtls_expansion_size()
489
hws = &csk->
tlshws
;
in make_tlstx_data_wr()
[all...]
H
A
D
chtls_cm.c
77
csk->
tlshws
.ofld = 1;
in chtls_sock_create()
78
csk->
tlshws
.txkey = -1;
in chtls_sock_create()
79
csk->
tlshws
.rxkey = -1;
in chtls_sock_create()
80
csk->
tlshws
.mfs = TLS_MFS;
in chtls_sock_create()
81
skb_queue_head_init(&csk->
tlshws
.sk_recv_queue);
in chtls_sock_create()
193
struct chtls_hws *tlsk = &csk->
tlshws
;
in chtls_purge_recv_queue()
349
data_lost |= skb_queue_len(&csk->
tlshws
.sk_recv_queue);
in chtls_close()
1750
tlsk = &csk->
tlshws
;
in chtls_recv_pdu()
1813
tlsk = &csk->
tlshws
;
in chtls_rx_hdr()
H
A
D
chtls.h
319
struct chtls_hws
tlshws
;
member
H
A
D
chtls_main.c
518
crypto_info = (struct tls_crypto_info *)&csk->
tlshws
.crypto_info;
in do_chtls_setsockopt()
Completed in 14 milliseconds