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:get_cipher_desc
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/net/tls/
H
A
D
tls_device_fallback.c
72
cipher_desc =
get_cipher_desc
(prot->cipher_type);
in tls_enc_record()
313
get_cipher_desc
(tls_ctx->crypto_send.info.cipher_type);
in fill_sg_out()
351
cipher_desc =
get_cipher_desc
(tls_ctx->crypto_send.info.cipher_type);
in tls_enc_skb()
477
cipher_desc =
get_cipher_desc
(crypto_info->cipher_type);
in tls_sw_fallback_init()
H
A
D
tls.h
74
static inline const struct tls_cipher_desc *
get_cipher_desc
(u16 cipher_type)
in get_cipher_desc()
function
H
A
D
tls_device.c
901
cipher_desc =
get_cipher_desc
(tls_ctx->crypto_recv.info.cipher_type);
in tls_device_reencrypt()
1082
cipher_desc =
get_cipher_desc
(crypto_info->cipher_type);
in tls_set_device_offload()
H
A
D
tls_main.c
481
cipher_desc =
get_cipher_desc
(crypto_info->cipher_type);
in do_tls_getsockopt_conf()
635
cipher_desc =
get_cipher_desc
(crypto_info->cipher_type);
in do_tls_setsockopt_conf()
H
A
D
tls_sw.c
2697
cipher_desc =
get_cipher_desc
(crypto_info->cipher_type);
in tls_set_sw_offload()
Completed in 12 milliseconds