ESP-IDF
sae_temporary_data::own_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::own_commit_element_ffc
sae_temporary_data::own_commit_element_ffc field
Syntax
Show:
Summary
Declaration
from
sae.h:48
struct
crypto_bignum
*
own_commit_element_ffc
;
Examples
References
from
examples
Code
Location
Referrer
struct
crypto_bignum
*
own_commit_element_ffc
;
sae.h:48
crypto_bignum_deinit
(
tmp
->
own_commit_element_ffc
,
0
)
;
sae.c:98
sae_clear_temp_data()
if
(
!
sae
->
tmp
->
own_commit_element_ffc
)
{
sae.c:1260
sae_derive_commit_element_ffc()
sae
->
tmp
->
own_commit_element_ffc
=
crypto_bignum_init
(
)
;
sae.c:1261
sae_derive_commit_element_ffc()
if
(
!
sae
->
tmp
->
own_commit_element_ffc
)
sae.c:1262
sae_derive_commit_element_ffc()
sae
->
tmp
->
own_commit_element_ffc
)
<
0
||
sae.c:1267
sae_derive_commit_element_ffc()
crypto_bignum_inverse
(
sae
->
tmp
->
own_commit_element_ffc
,
sae.c:1268
sae_derive_commit_element_ffc()
sae
->
tmp
->
own_commit_element_ffc
)
<
0
)
{
sae.c:1270
sae_derive_commit_element_ffc()
if
(
crypto_bignum_to_bin
(
sae
->
tmp
->
own_commit_element_ffc
,
pos
,
sae.c:1652
sae_write_commit()
(
!
sae
->
tmp
->
own_commit_element_ffc
||
sae.c:2191
sae_parse_commit()
crypto_bignum_cmp
(
sae
->
tmp
->
own_commit_element_ffc
,
sae.c:2192
sae_parse_commit()
sae
->
tmp
->
own_commit_element_ffc
,
sae.c:2331
sae_write_confirm()
!
sae
->
tmp
->
own_commit_element_ffc
)
sae.c:2379
sae_check_confirm()
sae
->
tmp
->
own_commit_element_ffc
,
sae.c:2384
sae_check_confirm()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sae_temporary_data::own_commit_element_ffc
is written by 1 function and is read by 6 functions:
sae_derive_commit_element_ffc()
All items filtered out
sae_temporary_data::own_commit_element_ffc
sae_clear_temp_data()
sae_derive_commit_element_ffc()
sae_write_commit()
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