ESP-IDF
dpp_gen_keypair()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dpp_gen_keypair()
dpp_gen_keypair() function
Syntax
Show:
Summary
Declaration
Definition
from
dpp_i.h:42
struct
crypto_ec_key
*
dpp_gen_keypair
(
const
struct
dpp_curve_params
*
curve
)
;
Implemented in
dpp_crypto.c:177
Arguments
Argument
curve
Related Functions
Found 6 other functions taking a
dpp_curve_params
argument:
Function
dpp_set_keypair()
dpp_parse_jwk()
dpp_hash_vector()
dpp_build_jwk()
dpp_parse_jws_prot_hdr()
dpp_derive_pmkid()
Examples
References
from
examples
Code
Location
Referrer
struct
crypto_ec_key
*
dpp_gen_keypair
(
const
struct
dpp_curve_params
*
curve
)
dpp_crypto.c:177
struct
crypto_ec_key
*
dpp_gen_keypair
(
const
struct
dpp_curve_params
*
curve
)
;
dpp_i.h:42
auth
->
own_protocol_key
=
dpp_gen_keypair
(
auth
->
curve
)
;
dpp.c:1142
dpp_auth_init()
auth
->
own_protocol_key
=
dpp_gen_keypair
(
auth
->
curve
)
;
dpp.c:1494
dpp_auth_build_resp_ok()
conf
->
csign
=
dpp_gen_keypair
(
conf
->
curve
)
;
dpp.c:4598
dpp_keygen_configurator()
auth
->
own_protocol_key
=
dpp_gen_keypair
(
auth
->
curve
)
;
dpp.c:4655
dpp_configurator_own_config()
bi
->
pubkey
=
dpp_gen_keypair
(
bi
->
curve
)
;
dpp_crypto.c:282
dpp_keygen()
Call Tree
from
examples
dpp_gen_keypair()
is called by 5 functions and calls 2 functions:
dpp_keygen()
dpp_auth_init()
dpp_auth_build_resp_ok()
dpp_keygen_configurator()
dpp_configurator_own_config()
All items filtered out
dpp_gen_keypair()
crypto_ec_key_gen()
dpp_debug_print_key()
All items filtered out
Data Use
from
examples
dpp_gen_keypair()
reads 1 variable:
dpp_curve_params::ike_group
All items filtered out
dpp_gen_keypair()
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