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_rpk_not_cert
(Results
1 - 7
of
7
) sorted by relevance
/third_party/libcoap/include/coap3/
H
A
D
coap_dtls.h
302
uint8_t
is_rpk_not_cert
; /**< 1 is RPK instead of Public Certificate.
member
/third_party/libcoap/examples/
H
A
D
coap-client.c
111
static int
is_rpk_not_cert
= 0; /* Cert is RPK if set */
variable
1361
} else if (
is_rpk_not_cert
) {
in setup_pki()
1364
dtls_pki.
is_rpk_not_cert
=
is_rpk_not_cert
;
in setup_pki()
1382
} else if (!
is_rpk_not_cert
) {
in setup_pki()
1694
is_rpk_not_cert
= 1;
in main()
H
A
D
coap-server.c
107
static int
is_rpk_not_cert
= 0; /* Cert is RPK if set */
variable
1879
} else if (!use_pem_buf && !
is_rpk_not_cert
) {
in update_pki_key()
2045
} else if (
is_rpk_not_cert
) {
in setup_pki()
2048
dtls_pki.
is_rpk_not_cert
=
is_rpk_not_cert
;
in setup_pki()
2101
is_rpk_not_cert
? "RPK" : "PKI");
in fill_keystore()
2817
is_rpk_not_cert
= 1;
in main()
/third_party/libcoap/src/
H
A
D
coap_gnutls.c
308
if (g_context->setup_data.
is_rpk_not_cert
) {
in coap_dtls_context_set_pki()
1053
if (setup_data->
is_rpk_not_cert
) {
in setup_pki_credentials()
1132
if (setup_data->
is_rpk_not_cert
) {
in setup_pki_credentials()
1246
if (setup_data->
is_rpk_not_cert
) {
in setup_pki_credentials()
1322
if (setup_data->
is_rpk_not_cert
) {
in setup_pki_credentials()
1856
} else if (setup_data->
is_rpk_not_cert
) {
in setup_server_ssl_session()
H
A
D
coap_tinydtls.c
1207
if (!setup_data->
is_rpk_not_cert
) {
in coap_dtls_context_set_pki()
H
A
D
coap_mbedtls.c
507
if (setup_data->
is_rpk_not_cert
) {
in setup_pki_credentials()
H
A
D
coap_openssl.c
1477
if (setup_data->
is_rpk_not_cert
) {
in setup_pki_ssl()
Completed in 21 milliseconds