ESP-IDF
dpp_authentication::peer_bi
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_bi
dpp_authentication::peer_bi field
Syntax
Show:
Summary
Declaration
from
dpp.h:243
struct
dpp_bootstrap_info
*
peer_bi
;
Examples
References
from
examples
Code
Location
Referrer
struct
dpp_bootstrap_info
*
peer_bi
;
dpp.h:243
struct
dpp_bootstrap_info
*
peer_bi
=
auth
->
peer_bi
;
dpp.c:917
dpp_channel_intersect()
if
(
auth
->
peer_bi
->
num_freq
>
0
)
dpp.c:987
dpp_prepare_channel_list()
if
(
dpp_keygen
(
bi
,
auth
->
peer_bi
->
curve
->
name
,
NULL
,
0
)
<
0
||
dpp.c:1060
dpp_autogen_bootstrap_key()
auth
->
peer_bi
=
peer_bi
;
dpp.c:1099
dpp_auth_init()
if
(
dpp_ecdh
(
auth
->
own_protocol_key
,
auth
->
peer_bi
->
pubkey
,
dpp.c:1152
dpp_auth_init()
r_pubkey_hash
=
auth
->
peer_bi
->
pubkey_hash
;
dpp.c:1165
dpp_auth_init()
if
(
auth
->
own_bi
&&
auth
->
peer_bi
)
{
dpp.c:1516
dpp_auth_build_resp_ok()
if
(
auth
->
peer_bi
)
dpp.c:1546
dpp_auth_build_resp_ok()
i_pubkey_hash
=
auth
->
peer_bi
->
pubkey_hash
;
dpp.c:1547
dpp_auth_build_resp_ok()
if
(
auth
->
peer_bi
)
dpp.c:1636
dpp_auth_build_resp_status()
i_pubkey_hash
=
auth
->
peer_bi
->
pubkey_hash
;
dpp.c:1637
dpp_auth_build_resp_status()
auth
->
peer_bi
=
peer_bi
;
dpp.c:1734
dpp_auth_req_rx()
auth
->
peer_bi
=
peer_bi
;
dpp.c:1952
dpp_notify_new_qr_code()
r_pubkey_hash
=
auth
->
peer_bi
->
pubkey_hash
;
dpp.c:1995
dpp_auth_build_conf()
if
(
!
auth
->
initiator
||
!
auth
->
peer_bi
)
{
dpp.c:2260
dpp_auth_resp_rx()
if
(
os_memcmp
(
r_bootstrap
,
auth
->
peer_bi
->
pubkey_hash
,
dpp.c:2289
dpp_auth_resp_rx()
if
(
!
auth
->
peer_bi
||
dpp.c:2689
dpp_auth_conf_rx()
os_memcmp
(
i_bootstrap
,
auth
->
peer_bi
->
pubkey_hash
,
dpp.c:2690
dpp_auth_conf_rx()
}
else
if
(
auth
->
peer_bi
)
{
dpp.c:2696
dpp_auth_conf_rx()
if
(
auth
->
peer_bi
&&
auth
->
own_bi
)
{
dpp_crypto.c:533
dpp_derive_bk_ke()
brx
=
dpp_get_pubkey_point
(
auth
->
peer_bi
->
pubkey
,
0
)
;
dpp_crypto.c:817
dpp_gen_r_auth()
if
(
auth
->
peer_bi
)
dpp_crypto.c:821
dpp_gen_r_auth()
bix
=
dpp_get_pubkey_point
(
auth
->
peer_bi
->
pubkey
,
0
)
;
dpp_crypto.c:822
dpp_gen_r_auth()
if
(
!
auth
->
peer_bi
)
dpp_crypto.c:896
dpp_gen_i_auth()
brx
=
dpp_get_pubkey_point
(
auth
->
peer_bi
->
pubkey
,
0
)
;
dpp_crypto.c:898
dpp_gen_i_auth()
if
(
auth
->
peer_bi
)
dpp_crypto.c:902
dpp_gen_i_auth()
bix
=
dpp_get_pubkey_point
(
auth
->
peer_bi
->
pubkey
,
0
)
;
dpp_crypto.c:903
dpp_gen_i_auth()
BI
=
crypto_ec_key_get_public_key
(
auth
->
peer_bi
->
pubkey
)
;
dpp_crypto.c:983
dpp_auth_derive_l_responder()
group
=
crypto_ec_get_group_from_key
(
auth
->
peer_bi
->
pubkey
)
;
dpp_crypto.c:984
dpp_auth_derive_l_responder()
BR_point
=
crypto_ec_key_get_public_key
(
auth
->
peer_bi
->
pubkey
)
;
dpp_crypto.c:1031
dpp_auth_derive_l_initiator()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_authentication::peer_bi
is written by 3 functions and is read by 14 functions:
dpp_auth_init()
dpp_auth_req_rx()
dpp_notify_new_qr_code()
All items filtered out
dpp_authentication::peer_bi
dpp_channel_intersect()
dpp_prepare_channel_list()
dpp_autogen_bootstrap_key()
dpp_auth_init()
dpp_auth_build_resp_ok()
dpp_auth_build_resp_status()
dpp_auth_build_conf()
dpp_auth_resp_rx()
dpp_auth_conf_rx()
dpp_derive_bk_ke()
dpp_gen_r_auth()
dpp_gen_i_auth()
dpp_auth_derive_l_responder()
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