mbedTLS
get16_le()
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
get16_le()
get16_le() function
Syntax
Show:
Summary
Declaration
from
esp_crt_bundle.c:68
static
uint16_t
get16_le
(
const
uint8_t
*
ptr
)
;
Arguments
Argument
ptr
Examples
References
from
examples
Code
Location
Referrer
static
uint16_t
get16_le
(
const
uint8_t
*
ptr
)
esp_crt_bundle.c:68
return
get16_le
(
cert
+
CRT_NAME_LEN_OFFSET
)
;
esp_crt_bundle.c:79
esp_crt_get_name_len()
return
get16_le
(
cert
+
CRT_KEY_LEN_OFFSET
)
;
esp_crt_bundle.c:89
esp_crt_get_key_len()
Call Tree
from
examples
get16_le()
is called by 2 functions:
esp_crt_get_name_len()
esp_crt_get_key_len()
All items filtered out
get16_le()
All items filtered out
Data Use
from
examples
get16_le()
:
All items filtered out
get16_le()
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