ESP-IDF
dpp_bootstrap_info::curve
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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::curve
dpp_bootstrap_info::curve field
Syntax
Show:
Summary
Declaration
from
dpp.h:171
const
struct
dpp_curve_params
*
curve
;
Examples
References
from
examples
Code
Location
Referrer
const
struct
dpp_curve_params
*
curve
;
dpp.h:171
if
(
dpp_keygen
(
bi
,
auth
->
peer_bi
->
curve
->
name
,
NULL
,
0
)
<
0
||
dpp.c:1060
dpp_autogen_bootstrap_key()
auth
->
curve
=
peer_bi
->
curve
;
dpp.c:1101
dpp_auth_init()
auth
->
curve
=
own_bi
->
curve
;
dpp.c:1736
dpp_auth_req_rx()
bi
->
curve
->
name
,
dpp.c:5107
dpp_get_bootstrap_info()
bi
->
curve
=
dpp_get_curve_name
(
curve
)
;
dpp_crypto.c:273
dpp_keygen()
if
(
!
bi
->
curve
)
{
dpp_crypto.c:274
dpp_keygen()
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()
bi
->
curve
=
dpp_get_curve_ike_group
(
crypto_ec_key_group
(
pkey
)
)
;
dpp_crypto.c:488
dpp_get_subject_public_key()
if
(
!
bi
->
curve
)
{
dpp_crypto.c:489
dpp_get_subject_public_key()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_bootstrap_info::curve
is written by 2 functions and is read by 6 functions:
dpp_keygen()
dpp_get_subject_public_key()
All items filtered out
dpp_bootstrap_info::curve
dpp_autogen_bootstrap_key()
dpp_auth_init()
dpp_auth_req_rx()
dpp_get_bootstrap_info()
dpp_keygen()
dpp_get_subject_public_key()
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