mbedTLS
esp_crt_get_name()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_name()
esp_crt_get_name() function
Syntax
Show:
Summary
Declaration
from
esp_crt_bundle.c:82
static
const
uint8_t
*
esp_crt_get_name
(
const
cert_t
cert
)
;
Arguments
Argument
cert
Examples
References
from
examples
Code
Location
Referrer
static
const
uint8_t
*
esp_crt_get_name
(
const
cert_t
cert
)
esp_crt_bundle.c:82
return
esp_crt_get_name
(
cert
)
+
esp_crt_get_name_len
(
cert
)
;
esp_crt_bundle.c:94
esp_crt_get_key()
int
cmp_res
=
memcmp
(
issuer
,
esp_crt_get_name
(
cert
)
,
MIN
(
issuer_len
,
cert_name_len
)
)
;
esp_crt_bundle.c:194
esp_crt_find_cert()
memcpy
(
cert_name
,
esp_crt_get_name
(
cert
)
,
esp_crt_get_name_len
(
cert
)
)
;
esp_crt_bundle.c:251
esp_crt_verify_callback()
Call Tree
from
examples
esp_crt_get_name()
is called by 3 functions:
esp_crt_get_key()
esp_crt_find_cert()
esp_crt_verify_callback()
All items filtered out
esp_crt_get_name()
All items filtered out
Data Use
from
examples
esp_crt_get_name()
:
All items filtered out
esp_crt_get_name()
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