ESP-IDF
dpp_authentication::own_protocol_key
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::own_protocol_key
dpp_authentication::own_protocol_key field
Syntax
Show:
Summary
Declaration
from
dpp.h:256
struct
crypto_ec_key
*
own_protocol_key
;
Examples
References
from
examples
Code
Location
Referrer
struct
crypto_ec_key
*
own_protocol_key
;
dpp.h:256
auth
->
own_protocol_key
=
dpp_gen_keypair
(
auth
->
curve
)
;
dpp.c:1142
dpp_auth_init()
if
(
!
auth
->
own_protocol_key
)
dpp.c:1144
dpp_auth_init()
pi
=
dpp_get_pubkey_point
(
auth
->
own_protocol_key
,
0
)
;
dpp.c:1147
dpp_auth_init()
if
(
dpp_ecdh
(
auth
->
own_protocol_key
,
auth
->
peer_bi
->
pubkey
,
dpp.c:1152
dpp_auth_init()
crypto_ec_key_deinit
(
auth
->
own_protocol_key
)
;
dpp.c:1480
dpp_auth_build_resp_ok()
auth
->
own_protocol_key
=
dpp_gen_keypair
(
auth
->
curve
)
;
dpp.c:1494
dpp_auth_build_resp_ok()
if
(
!
auth
->
own_protocol_key
)
dpp.c:1496
dpp_auth_build_resp_ok()
pr
=
dpp_get_pubkey_point
(
auth
->
own_protocol_key
,
0
)
;
dpp.c:1499
dpp_auth_build_resp_ok()
if
(
dpp_ecdh
(
auth
->
own_protocol_key
,
auth
->
peer_protocol_key
,
dpp.c:1504
dpp_auth_build_resp_ok()
pr
=
dpp_set_pubkey_point
(
auth
->
own_protocol_key
,
r_proto
,
r_proto_len
)
;
dpp.c:2363
dpp_auth_resp_rx()
if
(
dpp_ecdh
(
auth
->
own_protocol_key
,
pr
,
auth
->
Nx
,
&
secret_len
)
<
0
)
{
dpp.c:2370
dpp_auth_resp_rx()
crypto_ec_key_deinit
(
auth
->
own_protocol_key
)
;
dpp.c:3098
dpp_auth_deinit()
if
(
crypto_ec_key_compare
(
key
,
auth
->
own_protocol_key
)
!=
1
)
{
dpp.c:4107
dpp_parse_connector()
if
(
crypto_ec_get_priv_key_der
(
auth
->
own_protocol_key
,
&
der
,
&
der_len
)
<
0
)
dpp.c:4148
dpp_copy_netaccesskey()
auth
->
own_protocol_key
=
dpp_gen_keypair
(
auth
->
curve
)
;
dpp.c:4655
dpp_configurator_own_config()
if
(
!
auth
->
own_protocol_key
)
dpp.c:4656
dpp_configurator_own_config()
auth
->
peer_protocol_key
=
auth
->
own_protocol_key
;
dpp.c:4659
dpp_configurator_own_config()
pix
=
dpp_get_pubkey_point
(
auth
->
own_protocol_key
,
0
)
;
dpp_crypto.c:811
dpp_gen_r_auth()
prx
=
dpp_get_pubkey_point
(
auth
->
own_protocol_key
,
0
)
;
dpp_crypto.c:820
dpp_gen_r_auth()
pix
=
dpp_get_pubkey_point
(
auth
->
own_protocol_key
,
0
)
;
dpp_crypto.c:890
dpp_gen_i_auth()
prx
=
dpp_get_pubkey_point
(
auth
->
own_protocol_key
,
0
)
;
dpp_crypto.c:901
dpp_gen_i_auth()
pR
=
crypto_ec_key_get_private_key
(
auth
->
own_protocol_key
)
;
dpp_crypto.c:986
dpp_auth_derive_l_responder()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_authentication::own_protocol_key
is written by 3 functions and is read by 10 functions:
dpp_auth_init()
dpp_auth_build_resp_ok()
dpp_configurator_own_config()
All items filtered out
dpp_authentication::own_protocol_key
dpp_auth_init()
dpp_auth_build_resp_ok()
dpp_auth_resp_rx()
dpp_auth_deinit()
dpp_parse_connector()
dpp_copy_netaccesskey()
dpp_configurator_own_config()
dpp_gen_r_auth()
dpp_gen_i_auth()
dpp_auth_derive_l_responder()
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