ESP-IDF
hexdump_mpi()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
ESP-IDF
hexdump_mpi()
hexdump_mpi() function
Syntax
Show:
Summary
Declaration
from
esp_srp.c:58
static
void
hexdump_mpi
(
const
char
*
name
,
esp_mpi_t
*
bn
)
;
Arguments
Argument
name
bn
Examples
References
from
examples
Code
Location
Referrer
static
void
hexdump_mpi
(
const
char
*
name
,
esp_mpi_t
*
bn
)
esp_srp.c:58
hexdump_mpi
(
"k"
,
k
)
;
esp_srp.c:269
__esp_srp_srv_pubkey()
hexdump_mpi
(
"b"
,
hd
->
b
)
;
esp_srp.c:276
__esp_srp_srv_pubkey()
hexdump_mpi
(
"x"
,
x
)
;
esp_srp.c:346
_esp_srp_gen_salt_verifier()
hexdump_mpi
(
"Verifier"
,
hd
->
v
)
;
esp_srp.c:355
_esp_srp_gen_salt_verifier()
hexdump_mpi
(
"u"
,
u
)
;
esp_srp.c:527
esp_srp_get_session_key()
hexdump_mpi
(
"S"
,
S
)
;
esp_srp.c:540
esp_srp_get_session_key()
Call Tree
from
examples
hexdump_mpi()
is called by 3 functions and calls 5 functions:
__esp_srp_srv_pubkey()
_esp_srp_gen_salt_verifier()
esp_srp_get_session_key()
All items filtered out
hexdump_mpi()
free()
esp_log_buffer_hex_internal()
esp_log_timestamp()
esp_log_write()
esp_mpi_to_bin()
All items filtered out
Data Use
from
examples
hexdump_mpi()
reads 6 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
TAG
All items filtered out
hexdump_mpi()
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