ESP-IDF
sae_temporary_data::peer_commit_element_ecc
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::peer_commit_element_ecc
sae_temporary_data::peer_commit_element_ecc field
Syntax
Show:
Summary
Declaration
from
sae.h:51
struct
crypto_ec_point
*
peer_commit_element_ecc
;
Examples
References
from
examples
Code
Location
Referrer
struct
crypto_ec_point
*
peer_commit_element_ecc
;
sae.h:51
crypto_ec_point_deinit
(
tmp
->
peer_commit_element_ecc
,
0
)
;
sae.c:102
sae_clear_temp_data()
sae
->
tmp
->
peer_commit_element_ecc
,
K
)
<
0
||
sae.c:1398
sae_derive_k_ecc()
crypto_ec_point_deinit
(
sae
->
tmp
->
peer_commit_element_ecc
,
0
)
;
sae.c:1917
sae_parse_commit_element_ecc()
sae
->
tmp
->
peer_commit_element_ecc
=
sae.c:1918
sae_parse_commit_element_ecc()
if
(
!
sae
->
tmp
->
peer_commit_element_ecc
)
{
sae.c:1920
sae_parse_commit_element_ecc()
sae
->
tmp
->
peer_commit_element_ecc
)
)
{
sae.c:1926
sae_parse_commit_element_ecc()
sae
->
tmp
->
peer_commit_element_ecc
)
!=
0
)
)
)
sae.c:2198
sae_parse_commit()
sae
->
tmp
->
peer_commit_element_ecc
,
sae.c:2324
sae_write_confirm()
if
(
!
sae
->
tmp
->
peer_commit_element_ecc
||
sae.c:2366
sae_check_confirm()
sae
->
tmp
->
peer_commit_element_ecc
,
sae.c:2370
sae_check_confirm()
tmp
->
peer_commit_element_ecc
,
sae_pk.c:499
sae_pk_hash_sig_data()
if
(
crypto_ec_point_to_bin
(
tmp
->
ec
,
ap
?
tmp
->
peer_commit_element_ecc
:
sae_pk.c:504
sae_pk_hash_sig_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sae_temporary_data::peer_commit_element_ecc
is written by 1 function and is read by 7 functions:
sae_parse_commit_element_ecc()
All items filtered out
sae_temporary_data::peer_commit_element_ecc
sae_clear_temp_data()
sae_derive_k_ecc()
sae_parse_commit_element_ecc()
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