ESP-IDF
dh_groups_get()
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
dh_groups_get()
dh_groups_get() function
Syntax
Show:
Summary
Declaration
Definition
from
dh_groups.h:23
const
struct
dh_group
*
dh_groups_get
(
int
id
)
;
Implemented in
dh_groups.c:1175
Arguments
Argument
id
Examples
References
from
examples
Code
Location
Referrer
const
struct
dh_group
*
dh_groups_get
(
int
id
)
dh_groups.c:1175
const
struct
dh_group
*
dh_groups_get
(
int
id
)
;
dh_groups.h:23
*
publ
=
dh_init
(
dh_groups_get
(
5
)
,
priv
)
;
dh_group5.c:19
dh5_init()
return
dh_derive_shared
(
peer_public
,
own_private
,
dh_groups_get
(
5
)
)
;
dh_group5.c:35
dh5_derive_shared()
tmp
->
dh
=
dh_groups_get
(
group
)
;
sae.c:48
sae_set_group()
pt
->
dh
=
dh_groups_get
(
group
)
;
sae.c:1031
sae_derive_pt_group()
Call Tree
from
examples
dh_groups_get()
is called by 4 functions:
sae_set_group()
sae_derive_pt_group()
dh5_init()
dh5_derive_shared()
All items filtered out
dh_groups_get()
All items filtered out
Data Use
from
examples
dh_groups_get()
reads 2 variables:
dh_group::id
dh_groups
All items filtered out
dh_groups_get()
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