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:sni_callback
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
H
A
D
test_https_sni.c
133
sni_callback
(gnutls_session_t session,
in sni_callback()
function
267
MHD_OPTION_HTTPS_CERT_CALLBACK, &
sni_callback
,
in main()
/third_party/python/Lib/
H
A
D
ssl.py
555
self.
sni_callback
= None
564
self.
sni_callback
= shim_cb
/third_party/mbedtls/programs/ssl/
H
A
D
ssl_server2.c
881
int
sni_callback
(void *p_info, mbedtls_ssl_context *ssl,
in sni_callback()
function
886
/* preserve behavior which checks for SNI match in
sni_callback
() for
in sni_callback()
887
* the benefits of tests using
sni_callback
(), even though the actual
in sni_callback()
889
* in this application. This exercises
sni_callback
and cert_callback
in sni_callback()
3141
mbedtls_ssl_conf_sni(&conf,
sni_callback
, sni_info);
in main()
/third_party/python/Lib/test/
H
A
D
test_ssl.py
4890
server_context.
sni_callback
= sni_cb
Completed in 17 milliseconds