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:IS_PSK
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libcoap/src/
H
A
D
coap_gnutls.c
107
#define
IS_PSK
(1 << 0)
macro
393
g_context->psk_pki_enabled |=
IS_PSK
;
in coap_dtls_context_set_spsk()
413
g_context->psk_pki_enabled |=
IS_PSK
;
in coap_dtls_context_set_cpsk()
1686
if (g_context->psk_pki_enabled &
IS_PSK
) {
in setup_client_ssl_session()
1729
(g_context->psk_pki_enabled & (
IS_PSK
| IS_PKI)) == 0) {
in setup_client_ssl_session()
1832
if (g_context->psk_pki_enabled &
IS_PSK
) {
in setup_server_ssl_session()
2069
if (g_context->psk_pki_enabled &
IS_PSK
) {
in coap_dtls_free_gnutls_env()
2083
(
IS_PSK
| IS_PKI | IS_CLIENT)) == IS_CLIENT) {
in coap_dtls_free_gnutls_env()
H
A
D
coap_mbedtls.c
103
#define
IS_PSK
(1 << 0)
macro
967
if (m_context->psk_pki_enabled &
IS_PSK
) {
in setup_server_ssl_session()
1146
if (m_context->psk_pki_enabled &
IS_PSK
) {
1182
(m_context->psk_pki_enabled & (
IS_PSK
| IS_PKI)) == 0) {
1680
m_context->psk_pki_enabled |=
IS_PSK
;
1712
m_context->psk_pki_enabled |=
IS_PSK
;
H
A
D
coap_openssl.c
132
#define
IS_PSK
0x1
macro
976
o_context->psk_pki_enabled |=
IS_PSK
;
in coap_dtls_context_set_spsk()
1009
o_context->psk_pki_enabled |=
IS_PSK
;
in coap_dtls_context_set_cpsk()
2886
if (context->psk_pki_enabled &
IS_PSK
) {
in setup_client_ssl_session()
Completed in 12 milliseconds