ESP-IDF
dpp_configurator
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dpp_configurator
dpp_configurator struct
Syntax
Show:
Summary
Declaration
Definition
from
dpp.h:296
struct
dpp_configurator
;
Implemented in
dpp.h:322
Fields
Field
Declared as
dpp_configurator::list
struct
dl_list
dpp_configurator::id
unsigned
int
dpp_configurator::own
int
dpp_configurator::csign
struct
crypto_ec_key
*
dpp_configurator::kid
char
*
dpp_configurator::curve
const
struct
dpp_curve_params
*
Related Functions
Found 2 other functions taking a
dpp_configurator
argument:
Function
dpp_configurator_free()
dpp_configurator_get_key()
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
dpp_configurator
{
dpp.h:322
struct
dpp_configurator
*
conf
;
dpp.h:296
static
struct
dpp_configurator
*
dpp.c:3030
dpp_configurator_get_id()
struct
dpp_configurator
*
conf
;
dpp.c:3033
dpp_configurator_get_id()
struct
dpp_configurator
,
list
)
{
dpp.c:3039
dpp_configurator_get_id()
void
dpp_configurator_free
(
struct
dpp_configurator
*
conf
)
dpp.c:4541
dpp_configurator_free()
dpp_configurator_free()::conf
os_free
(
conf
)
;
dpp.c:4547
dpp_configurator_free()
int
dpp_configurator_get_key
(
const
struct
dpp_configurator
*
conf
,
char
*
buf
,
dpp.c:4550
dpp_configurator_get_key()
dpp_configurator_get_key()::conf
struct
dpp_configurator
*
dpp.c:4569
dpp_keygen_configurator()
struct
dpp_configurator
*
conf
;
dpp.c:4573
dpp_keygen_configurator()
conf
=
os_zalloc
(
sizeof
(
*
conf
)
)
;
dpp.c:4579
dpp_keygen_configurator()
os_free
(
conf
)
;
dpp.c:4590
dpp_keygen_configurator()
struct
dpp_configurator
*
conf
;
dpp.c:5148
dpp_next_configurator_id()
dl_list_for_each
(
conf
,
&
dpp
->
configurator
,
struct
dpp_configurator
,
dpp.c:5151
dpp_next_configurator_id()
struct
dpp_configurator
*
conf
=
NULL
;
dpp.c:5166
dpp_configurator_add()
struct
dpp_configurator
*
conf
,
*
tmp
;
dpp.c:5197
dpp_configurator_del()
struct
dpp_configurator
,
list
)
{
dpp.c:5204
dpp_configurator_del()
struct
dpp_configurator
*
conf
;
dpp.c:5235
dpp_configurator_get_key_id()
struct
dpp_configurator
*
conf
;
dpp.h:296
dpp_authentication
dpp_authentication::conf
int
dpp_configurator_get_key
(
const
struct
dpp_configurator
*
conf
,
char
*
buf
,
dpp.h:517
dpp_configurator_get_key()
dpp_configurator_get_key()::conf
void
dpp_configurator_free
(
struct
dpp_configurator
*
conf
)
;
dpp.h:519
dpp_configurator_free()
dpp_configurator_free()::conf
struct
dpp_configurator
*
dpp.h:520
dpp_keygen_configurator()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
dpp_authentication::conf
dpp_authentication
dpp.h:296
dpp_configurator_get_key()::conf
dpp_configurator_get_key()
dpp.h:517
dpp_configurator_free()::conf
dpp_configurator_free()
dpp.h:519
return
dpp_keygen_configurator()
dpp.h:520
return
dpp_configurator_get_id()
dpp.c:3030
dpp_configurator_free()::conf
dpp_configurator_free()
dpp.c:4541
dpp_configurator_get_key()::conf
dpp_configurator_get_key()
dpp.c:4550
return
dpp_keygen_configurator()
dpp.c:4569
Lifecycle
from
examples
dpp_configurator
is allocated by 1 symbol and is freed by 2 symbols:
dpp_keygen_configurator()
All items filtered out
dpp_configurator
dpp_configurator_free()
dpp_keygen_configurator()
All items filtered out