ESP-IDF
dpp_debug_print_key()
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
dpp_debug_print_key()
dpp_debug_print_key() function
Syntax
Show:
Summary
Declaration
Definition
from
dpp_i.h:30
void
dpp_debug_print_key
(
const
char
*
title
,
struct
crypto_ec_key
*
key
)
;
Implemented in
dpp_crypto.c:82
Arguments
Argument
title
key
Examples
References
from
examples
Code
Location
Referrer
void
dpp_debug_print_key
(
const
char
*
title
,
struct
crypto_ec_key
*
key
)
dpp_crypto.c:82
void
dpp_debug_print_key
(
const
char
*
title
,
struct
crypto_ec_key
*
key
)
;
dpp_i.h:30
dpp_debug_print_key
(
"Peer (Initiator) Protocol Key"
,
pi
)
;
dpp.c:1789
dpp_auth_req_rx()
dpp_debug_print_key
(
"Peer (Responder) Protocol Key"
,
pr
)
;
dpp.c:2368
dpp_auth_resp_rx()
dpp_debug_print_key
(
"DPP: Received netAccessKey"
,
key
)
;
dpp.c:4105
dpp_parse_connector()
dpp_debug_print_key
(
"DPP: Received C-sign-key"
,
csign_pub
)
;
dpp.c:4189
dpp_parse_cred_dpp()
dpp_debug_print_key
(
"DPP: Received netAccessKey"
,
peer_key
)
;
dpp.c:4871
dpp_peer_intro()
dpp_debug_print_key
(
"Own generated key"
,
key
)
;
dpp_crypto.c:185
dpp_gen_keypair()
Call Tree
from
examples
dpp_debug_print_key()
is called by 6 functions and calls 1 function:
dpp_gen_keypair()
dpp_auth_req_rx()
dpp_auth_resp_rx()
dpp_parse_connector()
dpp_parse_cred_dpp()
dpp_peer_intro()
All items filtered out
dpp_debug_print_key()
crypto_ec_key_debug_print()
All items filtered out
Data Use
from
examples
dpp_debug_print_key()
:
All items filtered out
dpp_debug_print_key()
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