ESP-IDF
dpp_keygen_configurator()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dpp_keygen_configurator()
dpp_keygen_configurator() function
Syntax
Show:
Summary
Declaration
Definition
from
dpp.h:520
struct
dpp_configurator
*
dpp_keygen_configurator
(
const
char
*
curve
,
u8
*
privkey
,
size_t
privkey_len
)
;
Implemented in
dpp.c:4569
Arguments
Argument
curve
privkey
privkey_len
Examples
References
from
examples
Code
Location
Referrer
dpp_keygen_configurator
(
const
char
*
curve
,
u8
*
privkey
,
dpp.c:4570
dpp_keygen_configurator
(
const
char
*
curve
,
u8
*
privkey
,
dpp.h:521
conf
=
dpp_keygen_configurator
(
curve
,
privkey
,
privkey_len
)
;
dpp.c:5179
dpp_configurator_add()
Call Tree
from
examples
dpp_keygen_configurator()
is called by 1 function and calls 12 functions:
dpp_configurator_add()
All items filtered out
dpp_keygen_configurator()
free()
calloc()
wpabuf_len()
wpabuf_head()
wpabuf_free()
sha256_vector()
base64_url_encode()
dpp_configurator_free()
dpp_get_curve_name()
dpp_gen_keypair()
dpp_set_keypair()
dpp_get_pubkey_point()
All items filtered out
Data Use
from
examples
dpp_keygen_configurator()
reads 4 variables and writes 4 variables:
dpp_configurator::csign
dpp_configurator::kid
dpp_configurator::curve
dpp_curves
All items filtered out
dpp_keygen_configurator()
dpp_configurator::own
dpp_configurator::csign
dpp_configurator::kid
dpp_configurator::curve
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
dpp_keygen_configurator()
allocates 1 types and frees 1 types:
dpp_configurator
All items filtered out
dpp_keygen_configurator()
dpp_configurator
All items filtered out