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:o_context
(Results
1 - 1
of
1
) sorted by relevance
/third_party/libcoap/src/
H
A
D
coap_openssl.c
502
coap_openssl_context_t *
o_context
;
in coap_dtls_psk_client_callback()
local
512
o_context
= (coap_openssl_context_t *)c_session->context->dtls_context;
in coap_dtls_psk_client_callback()
513
if (
o_context
== NULL)
in coap_dtls_psk_client_callback()
914
coap_openssl_context_t *
o_context
=
in coap_dtls_context_set_spsk()
local
918
if (!setup_data || !
o_context
)
in coap_dtls_context_set_spsk()
921
SSL_CTX_set_psk_server_callback(
o_context
->dtls.ctx,
in coap_dtls_context_set_spsk()
924
SSL_CTX_set_psk_server_callback(
o_context
->tls.ctx,
in coap_dtls_context_set_spsk()
931
SSL_CTX_use_psk_identity_hint(
o_context
->dtls.ctx, hint);
in coap_dtls_context_set_spsk()
933
SSL_CTX_use_psk_identity_hint(
o_context
->tls.ctx, hint);
in coap_dtls_context_set_spsk()
938
SSL_CTX_set_tlsext_servername_arg(
o_context
in coap_dtls_context_set_spsk()
986
coap_openssl_context_t *
o_context
=
coap_dtls_context_set_cpsk()
local
2221
coap_openssl_context_t *
o_context
=
psk_tls_server_name_call_back()
local
2526
coap_openssl_context_t *
o_context
;
psk_tls_client_hello_call_back()
local
[all...]
Completed in 3 milliseconds