mbedTLS
esp_crt_get_certcount()
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_get_certcount()
esp_crt_get_certcount() function
Syntax
Show:
Summary
Declaration
from
esp_crt_bundle.c:107
static
uint32_t
esp_crt_get_certcount
(
const
bundle_t
bundle
)
;
Arguments
Argument
bundle
Examples
References
from
examples
Code
Location
Referrer
static
uint32_t
esp_crt_get_certcount
(
const
bundle_t
bundle
)
esp_crt_bundle.c:107
int
end
=
esp_crt_get_certcount
(
s_crt_bundle
)
-
1
;
esp_crt_bundle.c:180
esp_crt_find_cert()
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()
const
uint32_t
num_certs
=
esp_crt_get_certcount
(
x509_bundle
)
;
esp_crt_bundle.c:297
esp_crt_check_bundle()
Call Tree
from
examples
esp_crt_get_certcount()
is called by 3 functions and calls 1 function:
esp_crt_find_cert()
esp_crt_verify_callback()
esp_crt_check_bundle()
All items filtered out
esp_crt_get_certcount()
esp_crt_get_cert_offset()
All items filtered out
Data Use
from
examples
esp_crt_get_certcount()
:
All items filtered out
esp_crt_get_certcount()
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