ESP-IDF
sae_temporary_data::pwe_ecc
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_ecc
sae_temporary_data::pwe_ecc field
Syntax
Show:
Summary
Declaration
from
sae.h:52
struct
crypto_ec_point
*
pwe_ecc
;
Examples
References
from
examples
Code
Location
Referrer
struct
crypto_ec_point
*
pwe_ecc
;
sae.h:52
crypto_ec_point_deinit
(
tmp
->
pwe_ecc
,
1
)
;
sae.c:100
sae_clear_temp_data()
crypto_ec_point_deinit
(
sae
->
tmp
->
pwe_ecc
,
1
)
;
sae.c:417
sae_derive_pwe_ecc()
sae
->
tmp
->
pwe_ecc
=
crypto_ec_point_from_bin
(
sae
->
tmp
->
ec
,
x_y
)
;
sae.c:418
sae_derive_pwe_ecc()
if
(
!
sae
->
tmp
->
pwe_ecc
)
{
sae.c:419
sae_derive_pwe_ecc()
if
(
crypto_ec_point_mul
(
sae
->
tmp
->
ec
,
sae
->
tmp
->
pwe_ecc
,
mask
,
sae.c:1244
sae_derive_commit_element_ecc()
crypto_ec_point_deinit
(
sae
->
tmp
->
pwe_ecc
,
1
)
;
sae.c:1359
sae_prepare_commit_pt()
sae
->
tmp
->
pwe_ecc
=
sae_derive_pwe_from_pt_ecc
(
pt
,
addr1
,
sae.c:1360
sae_prepare_commit_pt()
if
(
!
sae
->
tmp
->
pwe_ecc
)
sae.c:1362
sae_prepare_commit_pt()
if
(
crypto_ec_point_mul
(
sae
->
tmp
->
ec
,
sae
->
tmp
->
pwe_ecc
,
sae.c:1395
sae_derive_k_ecc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sae_temporary_data::pwe_ecc
is written by 2 functions and is read by 5 functions:
sae_derive_pwe_ecc()
sae_prepare_commit_pt()
All items filtered out
sae_temporary_data::pwe_ecc
sae_clear_temp_data()
sae_derive_pwe_ecc()
sae_derive_commit_element_ecc()
sae_prepare_commit_pt()
sae_derive_k_ecc()
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