ESP-IDF
sae_temporary_data::own_commit_element_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::own_commit_element_ecc
sae_temporary_data::own_commit_element_ecc field
Syntax
Show:
Summary
Declaration
from
sae.h:49
struct
crypto_ec_point
*
own_commit_element_ecc
;
Examples
References
from
examples
Code
Location
Referrer
struct
crypto_ec_point
*
own_commit_element_ecc
;
sae.h:49
crypto_ec_point_deinit
(
tmp
->
own_commit_element_ecc
,
0
)
;
sae.c:101
sae_clear_temp_data()
if
(
!
sae
->
tmp
->
own_commit_element_ecc
)
{
sae.c:1237
sae_derive_commit_element_ecc()
sae
->
tmp
->
own_commit_element_ecc
=
sae.c:1238
sae_derive_commit_element_ecc()
if
(
!
sae
->
tmp
->
own_commit_element_ecc
)
sae.c:1240
sae_derive_commit_element_ecc()
sae
->
tmp
->
own_commit_element_ecc
)
<
0
||
sae.c:1245
sae_derive_commit_element_ecc()
sae
->
tmp
->
own_commit_element_ecc
)
<
0
)
{
sae.c:1247
sae_derive_commit_element_ecc()
sae
->
tmp
->
own_commit_element_ecc
,
sae.c:1641
sae_write_commit()
(
!
sae
->
tmp
->
own_commit_element_ecc
||
sae.c:2195
sae_parse_commit()
sae
->
tmp
->
own_commit_element_ecc
,
sae.c:2197
sae_parse_commit()
sae
->
tmp
->
own_commit_element_ecc
,
sae.c:2322
sae_write_confirm()
!
sae
->
tmp
->
own_commit_element_ecc
)
sae.c:2367
sae_check_confirm()
sae
->
tmp
->
own_commit_element_ecc
,
sae.c:2372
sae_check_confirm()
if
(
crypto_ec_point_to_bin
(
tmp
->
ec
,
ap
?
tmp
->
own_commit_element_ecc
:
sae_pk.c:498
sae_pk_hash_sig_data()
tmp
->
own_commit_element_ecc
,
sae_pk.c:505
sae_pk_hash_sig_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sae_temporary_data::own_commit_element_ecc
is written by 1 function and is read by 7 functions:
sae_derive_commit_element_ecc()
All items filtered out
sae_temporary_data::own_commit_element_ecc
sae_clear_temp_data()
sae_derive_commit_element_ecc()
sae_write_commit()
sae_parse_commit()
sae_write_confirm()
sae_check_confirm()
sae_pk_hash_sig_data()
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