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:prot_info
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/net/tls/
H
A
D
tls_sw.c
261
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_do_decryption()
310
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_trim_both_msgs()
333
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_clone_plaintext_msg()
357
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_get_rec()
483
prot = &tls_ctx->
prot_info
;
in tls_encrypt_done()
539
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_do_encryption()
728
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_push_record()
1010
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_sw_sendmsg_locked()
1467
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_decrypt_sg()
1638
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_decrypt_sw()
[all...]
H
A
D
tls_device.c
289
struct tls_prot_info *prot = &ctx->
prot_info
;
in tls_push_record()
323
struct tls_prot_info *prot = &ctx->
prot_info
;
in tls_device_record_close()
430
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_push_data()
787
prot = &tls_ctx->
prot_info
;
in tls_device_rx_resync_new_rec()
872
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_device_core_ctrl_rx_resync()
1048
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_set_device_offload()
H
A
D
tls_main.c
525
if (ctx->
prot_info
.version != TLS_1_3_VERSION)
in do_tls_getsockopt_no_pad()
742
if (ctx->
prot_info
.version != TLS_1_3_VERSION ||
in do_tls_setsockopt_no_pad()
1021
version = ctx->
prot_info
.version;
in tls_get_info()
1027
cipher_type = ctx->
prot_info
.cipher_type;
in tls_get_info()
H
A
D
tls.h
332
struct tls_prot_info *prot = &ctx->
prot_info
;
in tls_fill_prepend()
H
A
D
tls_device_fallback.c
374
&tls_ctx->
prot_info
) < 0)
in tls_enc_skb()
/kernel/linux/linux-5.10/net/tls/
H
A
D
tls_sw.c
177
prot = &tls_ctx->
prot_info
;
in tls_decrypt_done()
237
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_do_decryption()
282
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_trim_both_msgs()
305
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_clone_plaintext_msg()
329
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_get_rec()
441
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_encrypt_done()
499
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_do_encryption()
676
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_push_record()
925
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_sw_sendmsg()
1153
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_sw_do_sendpage()
[all...]
H
A
D
tls_device.c
277
struct tls_prot_info *prot = &ctx->
prot_info
;
in tls_push_record()
311
struct tls_prot_info *prot = &ctx->
prot_info
;
in tls_device_record_close()
422
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_push_data()
770
prot = &tls_ctx->
prot_info
;
in tls_device_rx_resync_new_rec()
855
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_device_core_ctrl_rx_resync()
1019
struct tls_prot_info *prot = &tls_ctx->
prot_info
;
in tls_set_device_offload()
H
A
D
tls_main.c
828
version = ctx->
prot_info
.version;
in tls_get_info()
834
cipher_type = ctx->
prot_info
.cipher_type;
in tls_get_info()
/kernel/linux/linux-5.10/include/net/
H
A
D
tls.h
242
struct tls_prot_info
prot_info
;
member
524
struct tls_prot_info *prot = &ctx->
prot_info
;
in tls_fill_prepend()
/kernel/linux/linux-6.6/include/net/
H
A
D
tls.h
221
struct tls_prot_info
prot_info
;
member
/kernel/linux/linux-5.10/drivers/nfc/pn533/
H
A
D
pn533.c
857
struct pn533_type_b_prot_info
prot_info
;
member
877
if (PN533_TYPE_B_PROT_TYPE(type_b->sensb_res.
prot_info
.fsci_type) &
in pn533_target_type_b_is_valid()
/kernel/linux/linux-6.6/drivers/nfc/pn533/
H
A
D
pn533.c
849
struct pn533_type_b_prot_info
prot_info
;
member
869
if (PN533_TYPE_B_PROT_TYPE(type_b->sensb_res.
prot_info
.fsci_type) &
in pn533_target_type_b_is_valid()
Completed in 22 milliseconds