https_request sample
server_root_cert_pem_start
is only used within https_request sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
https_request sample
server_root_cert_pem_start
server_root_cert_pem_start variable
Syntax
Show:
Summary
Declaration
from
https_request_example_main.c:82
extern
const
uint8_t
server_root_cert_pem_start
[
]
;
Examples
References
from
examples
Code
Location
Referrer
extern
const
uint8_t
server_root_cert_pem_start
[
]
asm
(
"_binary_server_root_cert_pem_start"
)
;
https_request_example_main.c:82
.
cacert_buf
=
(
const
unsigned
char
*
)
server_root_cert_pem_start
,
https_request_example_main.c:193
https_get_request_using_cacert_buf()
.
cacert_bytes
=
server_root_cert_pem_end
-
server_root_cert_pem_start
,
https_request_example_main.c:194
https_get_request_using_cacert_buf()
.
cacert_buf
=
(
const
unsigned
char
*
)
server_root_cert_pem_start
,
https_request_example_main.c:205
https_get_request_using_specified_ciphersuites()
.
cacert_bytes
=
server_root_cert_pem_end
-
server_root_cert_pem_start
,
https_request_example_main.c:206
https_get_request_using_specified_ciphersuites()
esp_ret
=
esp_tls_set_global_ca_store
(
server_root_cert_pem_start
,
server_root_cert_pem_end
-
server_root_cert_pem_start
)
;
https_request_example_main.c:224
https_get_request_using_global_ca_store()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
server_root_cert_pem_start
is read by 3 functions:
All items filtered out
server_root_cert_pem_start
https_get_request_using_cacert_buf()
https_get_request_using_specified_ciphersuites()
https_get_request_using_global_ca_store()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out