ESP-IDF
hexdump()
is only used within ESP-IDF.
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
ESP-IDF
hexdump()
hexdump() function
Syntax
Show:
Summary
Declaration
from
security1.c:84
static
void
hexdump
(
const
char
*
msg
,
uint8_t
*
buf
,
int
len
)
;
Arguments
Argument
msg
buf
len
Examples
References
from
examples
Code
Location
Referrer
static
void
hexdump
(
const
char
*
msg
,
uint8_t
*
buf
,
int
len
)
security1.c:84
hexdump
(
"Client verifier"
,
in
->
sc1
->
client_verify_data
.
data
,
security1.c:109
handle_session_command1()
hexdump
(
"Dec Client verifier"
,
check_buf
,
sizeof
(
check_buf
)
)
;
security1.c:130
handle_session_command1()
hexdump
(
"Device verify data"
,
outbuf
,
PUBLIC_KEY_LEN
)
;
security1.c:181
handle_session_command1()
hexdump
(
"Device pubkey"
,
dev_pubkey
,
PUBLIC_KEY_LEN
)
;
security1.c:278
handle_session_command0()
hexdump
(
"Client pubkey"
,
cli_pubkey
,
PUBLIC_KEY_LEN
)
;
security1.c:279
handle_session_command0()
hexdump
(
"Shared key"
,
cur_session
->
sym_key
,
PUBLIC_KEY_LEN
)
;
security1.c:329
handle_session_command0()
hexdump
(
"Device random"
,
cur_session
->
rand
,
SZ_RANDOM
)
;
security1.c:338
handle_session_command0()
Call Tree
from
examples
hexdump()
is called by 2 functions and calls 3 functions:
handle_session_command1()
handle_session_command0()
All items filtered out
hexdump()
esp_log_buffer_hex_internal()
esp_log_timestamp()
esp_log_write()
All items filtered out
Data Use
from
examples
hexdump()
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()
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