ESP-IDF
sae_pt::ecc_pt
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_pt::ecc_pt
sae_pt::ecc_pt field
Syntax
Show:
Summary
Declaration
from
sae.h:89
struct
crypto_ec_point
*
ecc_pt
;
Examples
References
from
examples
Code
Location
Referrer
struct
crypto_ec_point
*
ecc_pt
;
sae.h:89
pt
->
ecc_pt
=
sae_derive_pt_ecc
(
pt
->
ec
,
group
,
ssid
,
ssid_len
,
sae.c:1020
sae_derive_pt_group()
if
(
!
pt
->
ecc_pt
)
{
sae.c:1023
sae_derive_pt_group()
if
(
crypto_ec_point_to_bin
(
pt
->
ec
,
pt
->
ecc_pt
,
sae.c:1109
sae_derive_pwe_from_pt_ecc()
crypto_ec_point_mul
(
pt
->
ec
,
pt
->
ecc_pt
,
val
,
pwe
)
<
0
||
sae.c:1141
sae_derive_pwe_from_pt_ecc()
crypto_ec_point_deinit
(
pt
->
ecc_pt
,
1
)
;
sae.c:1223
sae_deinit_pt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sae_pt::ecc_pt
is written by 1 function and is read by 3 functions:
sae_derive_pt_group()
All items filtered out
sae_pt::ecc_pt
sae_derive_pt_group()
sae_derive_pwe_from_pt_ecc()
sae_deinit_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