mbedTLS
esp_crt_get_name_len()
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_name_len()
esp_crt_get_name_len() function
Syntax
Show:
Summary
Declaration
from
esp_crt_bundle.c:77
static
uint16_t
esp_crt_get_name_len
(
const
cert_t
cert
)
;
Arguments
Argument
cert
Examples
References
from
examples
Code
Location
Referrer
static
uint16_t
esp_crt_get_name_len
(
const
cert_t
cert
)
esp_crt_bundle.c:77
return
esp_crt_get_name
(
cert
)
+
esp_crt_get_name_len
(
cert
)
;
esp_crt_bundle.c:94
esp_crt_get_key()
return
CRT_HEADER_SIZE
+
esp_crt_get_name_len
(
cert
)
+
esp_crt_get_key_len
(
cert
)
;
esp_crt_bundle.c:99
esp_crt_get_len()
cert_name_len
=
esp_crt_get_name_len
(
cert
)
;
esp_crt_bundle.c:189
esp_crt_find_cert()
char
*
cert_name
=
malloc
(
(
esp_crt_get_name_len
(
cert
)
+
1
)
*
sizeof
(
char
)
)
;
esp_crt_bundle.c:249
esp_crt_verify_callback()
memcpy
(
cert_name
,
esp_crt_get_name
(
cert
)
,
esp_crt_get_name_len
(
cert
)
)
;
esp_crt_bundle.c:251
esp_crt_verify_callback()
cert_name
[
esp_crt_get_name_len
(
cert
)
]
=
'\0'
;
esp_crt_bundle.c:252
esp_crt_verify_callback()
Call Tree
from
examples
esp_crt_get_name_len()
is called by 4 functions and calls 1 function:
esp_crt_get_key()
esp_crt_get_len()
esp_crt_find_cert()
esp_crt_verify_callback()
All items filtered out
esp_crt_get_name_len()
get16_le()
All items filtered out
Data Use
from
examples
esp_crt_get_name_len()
:
All items filtered out
esp_crt_get_name_len()
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