ESP-IDF
sae_temporary_data::peer_commit_element_ffc
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::peer_commit_element_ffc
sae_temporary_data::peer_commit_element_ffc field
Syntax
Show:
Summary
Declaration
from
sae.h:50
struct
crypto_bignum
*
peer_commit_element_ffc
;
Examples
References
from
examples
Code
Location
Referrer
struct
crypto_bignum
*
peer_commit_element_ffc
;
sae.h:50
crypto_bignum_deinit
(
tmp
->
peer_commit_element_ffc
,
0
)
;
sae.c:99
sae_clear_temp_data()
crypto_bignum_mulmod
(
K
,
sae
->
tmp
->
peer_commit_element_ffc
,
sae.c:1433
sae_derive_k_ffc()
crypto_bignum_deinit
(
sae
->
tmp
->
peer_commit_element_ffc
,
0
)
;
sae.c:1951
sae_parse_commit_element_ffc()
sae
->
tmp
->
peer_commit_element_ffc
=
sae.c:1952
sae_parse_commit_element_ffc()
if
(
sae
->
tmp
->
peer_commit_element_ffc
==
NULL
)
sae.c:1954
sae_parse_commit_element_ffc()
crypto_bignum_is_zero
(
sae
->
tmp
->
peer_commit_element_ffc
)
||
sae.c:1961
sae_parse_commit_element_ffc()
crypto_bignum_is_one
(
sae
->
tmp
->
peer_commit_element_ffc
)
||
sae.c:1962
sae_parse_commit_element_ffc()
crypto_bignum_cmp
(
sae
->
tmp
->
peer_commit_element_ffc
,
res
)
>=
0
)
{
sae.c:1963
sae_parse_commit_element_ffc()
if
(
crypto_bignum_exptmod
(
sae
->
tmp
->
peer_commit_element_ffc
,
sae.c:1972
sae_parse_commit_element_ffc()
sae
->
tmp
->
peer_commit_element_ffc
)
!=
0
)
)
||
sae.c:2193
sae_parse_commit()
sae
->
tmp
->
peer_commit_element_ffc
,
sae.c:2333
sae_write_confirm()
if
(
!
sae
->
tmp
->
peer_commit_element_ffc
||
sae.c:2378
sae_check_confirm()
sae
->
tmp
->
peer_commit_element_ffc
,
sae.c:2382
sae_check_confirm()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sae_temporary_data::peer_commit_element_ffc
is written by 1 function and is read by 6 functions:
sae_parse_commit_element_ffc()
All items filtered out
sae_temporary_data::peer_commit_element_ffc
sae_clear_temp_data()
sae_derive_k_ffc()
sae_parse_commit_element_ffc()
sae_parse_commit()
sae_write_confirm()
sae_check_confirm()
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