ESP-IDF
sae_temporary_data::pwe_ffc
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/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_temporary_data::pwe_ffc
sae_temporary_data::pwe_ffc field
Syntax
Show:
Summary
Declaration
from
sae.h:53
struct
crypto_bignum
*
pwe_ffc
;
Examples
References
from
examples
Code
Location
Referrer
struct
crypto_bignum
*
pwe_ffc
;
sae.h:53
crypto_bignum_deinit
(
tmp
->
pwe_ffc
,
1
)
;
sae.c:96
sae_clear_temp_data()
crypto_bignum_deinit
(
sae
->
tmp
->
pwe_ffc
,
1
)
;
sae.c:454
sae_derive_pwe_ffc()
sae
->
tmp
->
pwe_ffc
=
NULL
;
sae.c:455
sae_derive_pwe_ffc()
sae
->
tmp
->
pwe_ffc
=
crypto_bignum_init_set
(
pwe_buf
,
prime_len
)
;
sae.c:517
sae_derive_pwe_ffc()
return
sae
->
tmp
->
pwe_ffc
?
0
:
-
1
;
sae.c:521
sae_derive_pwe_ffc()
if
(
crypto_bignum_exptmod
(
sae
->
tmp
->
pwe_ffc
,
mask
,
sae
->
tmp
->
prime
,
sae.c:1266
sae_derive_commit_element_ffc()
crypto_bignum_deinit
(
sae
->
tmp
->
pwe_ffc
,
1
)
;
sae.c:1367
sae_prepare_commit_pt()
sae
->
tmp
->
pwe_ffc
=
sae_derive_pwe_from_pt_ffc
(
pt
,
addr1
,
sae.c:1368
sae_prepare_commit_pt()
if
(
!
sae
->
tmp
->
pwe_ffc
)
sae.c:1370
sae_prepare_commit_pt()
if
(
crypto_bignum_exptmod
(
sae
->
tmp
->
pwe_ffc
,
sae
->
peer_commit_scalar
,
sae.c:1431
sae_derive_k_ffc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sae_temporary_data::pwe_ffc
is written by 2 functions and is read by 5 functions:
sae_derive_pwe_ffc()
sae_prepare_commit_pt()
All items filtered out
sae_temporary_data::pwe_ffc
sae_clear_temp_data()
sae_derive_pwe_ffc()
sae_derive_commit_element_ffc()
sae_prepare_commit_pt()
sae_derive_k_ffc()
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