ESP-IDF
dpp_authentication::own_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::own_bi
dpp_authentication::own_bi field
Syntax
Show:
Summary
Declaration
from
dpp.h:244
struct
dpp_bootstrap_info
*
own_bi
;
Examples
References
from
examples
Code
Location
Referrer
struct
dpp_bootstrap_info
*
own_bi
;
dpp.h:244
if
(
auth
->
own_bi
)
dpp.c:1053
dpp_autogen_bootstrap_key()
auth
->
tmp_own_bi
=
auth
->
own_bi
=
bi
;
dpp.c:1066
dpp_autogen_bootstrap_key()
auth
->
own_bi
=
own_bi
;
dpp.c:1100
dpp_auth_init()
i_pubkey_hash
=
auth
->
own_bi
->
pubkey_hash
;
dpp.c:1166
dpp_auth_init()
if
(
!
auth
->
own_bi
)
dpp.c:1455
dpp_auth_build_resp_ok()
if
(
auth
->
own_bi
&&
auth
->
peer_bi
)
{
dpp.c:1516
dpp_auth_build_resp_ok()
r_pubkey_hash
=
auth
->
own_bi
->
pubkey_hash
;
dpp.c:1545
dpp_auth_build_resp_ok()
if
(
!
auth
->
own_bi
)
dpp.c:1631
dpp_auth_build_resp_status()
r_pubkey_hash
=
auth
->
own_bi
->
pubkey_hash
;
dpp.c:1635
dpp_auth_build_resp_status()
auth
->
own_bi
=
own_bi
;
dpp.c:1735
dpp_auth_req_rx()
if
(
auth
->
own_bi
)
dpp.c:1996
dpp_auth_build_conf()
i_pubkey_hash
=
auth
->
own_bi
->
pubkey_hash
;
dpp.c:1997
dpp_auth_build_conf()
if
(
!
auth
->
own_bi
||
dpp.c:2311
dpp_auth_resp_rx()
os_memcmp
(
i_bootstrap
,
auth
->
own_bi
->
pubkey_hash
,
dpp.c:2312
dpp_auth_resp_rx()
}
else
if
(
auth
->
own_bi
&&
auth
->
own_bi
->
type
==
DPP_BOOTSTRAP_PKEX
)
{
dpp.c:2318
dpp_auth_resp_rx()
if
(
!
i_bootstrap
&&
auth
->
own_bi
)
{
dpp.c:2343
dpp_auth_resp_rx()
auth
->
own_bi
=
NULL
;
dpp.c:2346
dpp_auth_resp_rx()
if
(
auth
->
own_bi
)
{
dpp.c:2433
dpp_auth_resp_rx()
if
(
auth
->
initiator
||
!
auth
->
own_bi
)
{
dpp.c:2638
dpp_auth_conf_rx()
if
(
os_memcmp
(
r_bootstrap
,
auth
->
own_bi
->
pubkey_hash
,
dpp.c:2667
dpp_auth_conf_rx()
if
(
auth
->
peer_bi
&&
auth
->
own_bi
)
{
dpp_crypto.c:533
dpp_derive_bk_ke()
if
(
auth
->
own_bi
)
dpp_crypto.c:813
dpp_gen_r_auth()
bix
=
dpp_get_pubkey_point
(
auth
->
own_bi
->
pubkey
,
0
)
;
dpp_crypto.c:814
dpp_gen_r_auth()
brx
=
dpp_get_pubkey_point
(
auth
->
own_bi
->
pubkey
,
0
)
;
dpp_crypto.c:825
dpp_gen_r_auth()
if
(
auth
->
own_bi
)
dpp_crypto.c:892
dpp_gen_i_auth()
bix
=
dpp_get_pubkey_point
(
auth
->
own_bi
->
pubkey
,
0
)
;
dpp_crypto.c:893
dpp_gen_i_auth()
if
(
!
auth
->
own_bi
)
dpp_crypto.c:906
dpp_gen_i_auth()
brx
=
dpp_get_pubkey_point
(
auth
->
own_bi
->
pubkey
,
0
)
;
dpp_crypto.c:908
dpp_gen_i_auth()
bR
=
crypto_ec_key_get_private_key
(
auth
->
own_bi
->
pubkey
)
;
dpp_crypto.c:985
dpp_auth_derive_l_responder()
group
=
crypto_ec_get_group_from_key
(
auth
->
own_bi
->
pubkey
)
;
dpp_crypto.c:1034
dpp_auth_derive_l_initiator()
bI_bn
=
crypto_ec_key_get_private_key
(
auth
->
own_bi
->
pubkey
)
;
dpp_crypto.c:1035
dpp_auth_derive_l_initiator()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_authentication::own_bi
is written by 4 functions and is read by 12 functions:
dpp_autogen_bootstrap_key()
dpp_auth_init()
dpp_auth_req_rx()
dpp_auth_resp_rx()
All items filtered out
dpp_authentication::own_bi
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