mbedTLS
s_crt_bundle
is only used within mbedTLS.
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
mbedTLS
s_crt_bundle
s_crt_bundle variable
Syntax
Show:
Summary
Declaration
from
esp_crt_bundle.c:65
static
bundle_t
s_crt_bundle
;
Examples
References
from
examples
Code
Location
Referrer
static
bundle_t
s_crt_bundle
;
esp_crt_bundle.c:65
int
end
=
esp_crt_get_certcount
(
s_crt_bundle
)
-
1
;
esp_crt_bundle.c:180
esp_crt_find_cert()
cert
=
esp_crt_get_cert
(
s_crt_bundle
,
middle
)
;
esp_crt_bundle.c:188
esp_crt_find_cert()
if
(
unlikely
(
s_crt_bundle
==
NULL
)
)
{
esp_crt_bundle.c:229
esp_crt_verify_callback()
ESP_LOGD
(
TAG
,
"%"
PRIu16
" certificates in bundle"
,
(
uint16_t
)
esp_crt_get_certcount
(
s_crt_bundle
)
)
;
esp_crt_bundle.c:234
esp_crt_verify_callback()
s_crt_bundle
=
x509_bundle
;
esp_crt_bundle.c:326
esp_crt_bundle_init()
if
(
s_crt_bundle
==
NULL
)
{
esp_crt_bundle.c:337
esp_crt_bundle_attach()
s_crt_bundle
=
NULL
;
esp_crt_bundle.c:361
esp_crt_bundle_detach()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_crt_bundle
is written by 2 functions and is read by 3 functions:
esp_crt_bundle_init()
esp_crt_bundle_detach()
All items filtered out
s_crt_bundle
esp_crt_find_cert()
esp_crt_verify_callback()
esp_crt_bundle_attach()
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