mbedTLS
esp_crt_bundle_init()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
esp_crt_bundle_init()
esp_crt_bundle_init() function
Syntax
Show:
Summary
Declaration
from
esp_crt_bundle.c:323
static
esp_err_t
esp_crt_bundle_init
(
const
uint8_t
*
const
x509_bundle
,
const
size_t
bundle_size
)
;
Arguments
Argument
x509_bundle
bundle_size
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
esp_crt_bundle_init
(
const
uint8_t
*
const
x509_bundle
,
const
size_t
bundle_size
)
esp_crt_bundle.c:323
ret
=
esp_crt_bundle_init
(
x509_crt_imported_bundle_bin_start
,
x509_crt_imported_bundle_bin_end
-
x509_crt_imported_bundle_bin_start
)
;
esp_crt_bundle.c:338
esp_crt_bundle_attach()
return
esp_crt_bundle_init
(
x509_bundle
,
bundle_size
)
;
esp_crt_bundle.c:369
esp_crt_bundle_set()
Call Tree
from
examples
esp_crt_bundle_init()
is called by 2 functions and calls 1 function:
esp_crt_bundle_attach()
esp_crt_bundle_set()
All items filtered out
esp_crt_bundle_init()
esp_crt_check_bundle()
All items filtered out
Data Use
from
examples
esp_crt_bundle_init()
writes 1 variable:
All items filtered out
esp_crt_bundle_init()
s_crt_bundle
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