ESP-IDF
sae_pt::dh
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sae_pt::dh
sae_pt::dh field
Syntax
Show:
Summary
Declaration
from
sae.h:91
const
struct
dh_group
*
dh
;
Examples
References
from
examples
Code
Location
Referrer
const
struct
dh_group
*
dh
;
sae.h:91
pt
->
dh
=
dh_groups_get
(
group
)
;
sae.c:1031
sae_derive_pt_group()
if
(
!
pt
->
dh
)
{
sae.c:1032
sae_derive_pt_group()
pt
->
ffc_pt
=
sae_derive_pt_ffc
(
pt
->
dh
,
group
,
ssid
,
ssid_len
,
sae.c:1037
sae_derive_pt_group()
prime
=
crypto_bignum_init_set
(
pt
->
dh
->
prime
,
pt
->
dh
->
prime_len
)
;
sae.c:1171
sae_derive_pwe_from_pt_ffc()
order
=
crypto_bignum_init_set
(
pt
->
dh
->
order
,
pt
->
dh
->
order_len
)
;
sae.c:1172
sae_derive_pwe_from_pt_ffc()
prime_len
=
pt
->
dh
->
prime_len
;
sae.c:1175
sae_derive_pwe_from_pt_ffc()
if
(
pt
->
dh
)
{
sae.c:1366
sae_prepare_commit_pt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sae_pt::dh
is written by 1 function and is read by 3 functions:
sae_derive_pt_group()
All items filtered out
sae_pt::dh
sae_derive_pt_group()
sae_derive_pwe_from_pt_ffc()
sae_prepare_commit_pt()
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