ESP-IDF
dpp_authentication::peer_protocol_key
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dpp_authentication::peer_protocol_key
dpp_authentication::peer_protocol_key field
Syntax
Show:
Summary
Declaration
from
dpp.h:257
struct
crypto_ec_key
*
peer_protocol_key
;
Examples
References
from
examples
Code
Location
Referrer
struct
crypto_ec_key
*
peer_protocol_key
;
dpp.h:257
if
(
dpp_ecdh
(
auth
->
own_protocol_key
,
auth
->
peer_protocol_key
,
dpp.c:1504
dpp_auth_build_resp_ok()
auth
->
peer_protocol_key
=
pi
;
dpp.c:1888
dpp_auth_req_rx()
auth
->
peer_protocol_key
=
pi
;
dpp.c:1927
dpp_auth_req_rx()
crypto_ec_key_deinit
(
auth
->
peer_protocol_key
)
;
dpp.c:2374
dpp_auth_resp_rx()
auth
->
peer_protocol_key
=
pr
;
dpp.c:2375
dpp_auth_resp_rx()
crypto_ec_key_deinit
(
auth
->
peer_protocol_key
)
;
dpp.c:3099
dpp_auth_deinit()
if
(
dpp_build_jwk
(
dppcon
,
"netAccessKey"
,
auth
->
peer_protocol_key
,
NULL
,
dpp.c:3326
dpp_build_conf_obj_dpp()
auth
->
peer_protocol_key
=
auth
->
own_protocol_key
;
dpp.c:4659
dpp_configurator_own_config()
auth
->
peer_protocol_key
=
NULL
;
dpp.c:4672
dpp_configurator_own_config()
prx
=
dpp_get_pubkey_point
(
auth
->
peer_protocol_key
,
0
)
;
dpp_crypto.c:812
dpp_gen_r_auth()
pix
=
dpp_get_pubkey_point
(
auth
->
peer_protocol_key
,
0
)
;
dpp_crypto.c:819
dpp_gen_r_auth()
prx
=
dpp_get_pubkey_point
(
auth
->
peer_protocol_key
,
0
)
;
dpp_crypto.c:891
dpp_gen_i_auth()
pix
=
dpp_get_pubkey_point
(
auth
->
peer_protocol_key
,
0
)
;
dpp_crypto.c:900
dpp_gen_i_auth()
PR_point
=
crypto_ec_key_get_public_key
(
auth
->
peer_protocol_key
)
;
dpp_crypto.c:1032
dpp_auth_derive_l_initiator()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_authentication::peer_protocol_key
is written by 3 functions and is read by 7 functions:
dpp_auth_req_rx()
dpp_auth_resp_rx()
dpp_configurator_own_config()
All items filtered out
dpp_authentication::peer_protocol_key
dpp_auth_build_resp_ok()
dpp_auth_resp_rx()
dpp_auth_deinit()
dpp_build_conf_obj_dpp()
dpp_gen_r_auth()
dpp_gen_i_auth()
dpp_auth_derive_l_initiator()
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