ESP-IDF
dpp_bootstrap_info::pubkey
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_bootstrap_info::pubkey
dpp_bootstrap_info::pubkey field
Syntax
Show:
Summary
Declaration
from
dpp.h:169
struct
crypto_ec_key
*
pubkey
;
Examples
References
from
examples
Code
Location
Referrer
struct
crypto_ec_key
*
pubkey
;
dpp.h:169
crypto_ec_key_deinit
(
info
->
pubkey
)
;
dpp.c:205
dpp_bootstrap_info_free()
if
(
dpp_ecdh
(
auth
->
own_protocol_key
,
auth
->
peer_bi
->
pubkey
,
dpp.c:1152
dpp_auth_init()
pi
=
dpp_set_pubkey_point
(
own_bi
->
pubkey
,
i_proto
,
i_proto_len
)
;
dpp.c:1784
dpp_auth_req_rx()
if
(
dpp_ecdh
(
own_bi
->
pubkey
,
pi
,
auth
->
Mx
,
&
secret_len
)
<
0
)
dpp.c:1791
dpp_auth_req_rx()
der
=
crypto_ec_key_get_subject_public_key
(
bi
->
pubkey
)
;
dpp_crypto.c:252
dpp_bootstrap_key_hash()
bi
->
pubkey
=
dpp_set_keypair
(
&
bi
->
curve
,
privkey
,
privkey_len
)
;
dpp_crypto.c:280
dpp_keygen()
bi
->
pubkey
=
dpp_gen_keypair
(
bi
->
curve
)
;
dpp_crypto.c:282
dpp_keygen()
if
(
!
bi
->
pubkey
)
dpp_crypto.c:283
dpp_keygen()
der
=
crypto_ec_key_get_subject_public_key
(
bi
->
pubkey
)
;
dpp_crypto.c:287
dpp_keygen()
bi
->
pubkey
=
pkey
;
dpp_crypto.c:496
dpp_get_subject_public_key()
bix
=
dpp_get_pubkey_point
(
auth
->
own_bi
->
pubkey
,
0
)
;
dpp_crypto.c:814
dpp_gen_r_auth()
brx
=
dpp_get_pubkey_point
(
auth
->
peer_bi
->
pubkey
,
0
)
;
dpp_crypto.c:817
dpp_gen_r_auth()
bix
=
dpp_get_pubkey_point
(
auth
->
peer_bi
->
pubkey
,
0
)
;
dpp_crypto.c:822
dpp_gen_r_auth()
brx
=
dpp_get_pubkey_point
(
auth
->
own_bi
->
pubkey
,
0
)
;
dpp_crypto.c:825
dpp_gen_r_auth()
bix
=
dpp_get_pubkey_point
(
auth
->
own_bi
->
pubkey
,
0
)
;
dpp_crypto.c:893
dpp_gen_i_auth()
brx
=
dpp_get_pubkey_point
(
auth
->
peer_bi
->
pubkey
,
0
)
;
dpp_crypto.c:898
dpp_gen_i_auth()
bix
=
dpp_get_pubkey_point
(
auth
->
peer_bi
->
pubkey
,
0
)
;
dpp_crypto.c:903
dpp_gen_i_auth()
brx
=
dpp_get_pubkey_point
(
auth
->
own_bi
->
pubkey
,
0
)
;
dpp_crypto.c:908
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
=
crypto_ec_key_get_private_key
(
auth
->
own_bi
->
pubkey
)
;
dpp_crypto.c:985
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()
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_bootstrap_info::pubkey
is written by 2 functions and is read by 9 functions:
dpp_keygen()
dpp_get_subject_public_key()
All items filtered out
dpp_bootstrap_info::pubkey
dpp_bootstrap_info_free()
dpp_auth_init()
dpp_auth_req_rx()
dpp_bootstrap_key_hash()
dpp_keygen()
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