ESP-IDF
dpp_set_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_set_keypair()
dpp_set_keypair() function
Syntax
Show:
Summary
Declaration
Definition
from
dpp_i.h:43
struct
crypto_ec_key
*
dpp_set_keypair
(
const
struct
dpp_curve_params
*
*
curve
,
const
u8
*
privkey
,
size_t
privkey_len
)
;
Implemented in
dpp_crypto.c:191
Arguments
Argument
curve
privkey
privkey_len
Related Functions
Found 6 other functions taking a
dpp_curve_params
argument:
Function
dpp_gen_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_set_keypair
(
const
struct
dpp_curve_params
*
*
curve
,
dpp_crypto.c:191
struct
crypto_ec_key
*
dpp_set_keypair
(
const
struct
dpp_curve_params
*
*
curve
,
dpp_i.h:43
conf
->
csign
=
dpp_set_keypair
(
&
conf
->
curve
,
privkey
,
dpp.c:4595
dpp_keygen_configurator()
own_key
=
dpp_set_keypair
(
&
own_curve
,
net_access_key
,
dpp.c:4811
dpp_peer_intro()
bi
->
pubkey
=
dpp_set_keypair
(
&
bi
->
curve
,
privkey
,
privkey_len
)
;
dpp_crypto.c:280
dpp_keygen()
Call Tree
from
examples
dpp_set_keypair()
is called by 3 functions and calls 4 functions:
dpp_keygen()
dpp_keygen_configurator()
dpp_peer_intro()
All items filtered out
dpp_set_keypair()
crypto_ec_key_parse_priv()
crypto_ec_key_group()
crypto_ec_key_deinit()
dpp_get_curve_ike_group()
All items filtered out
Data Use
from
examples
dpp_set_keypair()
:
All items filtered out
dpp_set_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