ESP-IDF
sae_temporary_data::sae_rand
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::sae_rand
sae_temporary_data::sae_rand field
Syntax
Show:
Summary
Declaration
from
sae.h:54
struct
crypto_bignum
*
sae_rand
;
Examples
References
from
examples
Code
Location
Referrer
struct
crypto_bignum
*
sae_rand
;
sae.h:54
crypto_bignum_deinit
(
tmp
->
sae_rand
,
1
)
;
sae.c:95
sae_clear_temp_data()
if
(
!
sae
->
tmp
->
sae_rand
)
sae.c:1285
sae_derive_commit()
sae
->
tmp
->
sae_rand
=
crypto_bignum_init
(
)
;
sae.c:1286
sae_derive_commit()
ret
=
!
mask
||
!
sae
->
tmp
->
sae_rand
||
!
sae
->
tmp
->
own_commit_scalar
||
sae.c:1289
sae_derive_commit()
dragonfly_generate_scalar
(
sae
->
tmp
->
order
,
sae
->
tmp
->
sae_rand
,
sae.c:1290
sae_derive_commit()
crypto_ec_point_mul
(
sae
->
tmp
->
ec
,
K
,
sae
->
tmp
->
sae_rand
,
K
)
<
0
||
sae.c:1399
sae_derive_k_ecc()
crypto_bignum_exptmod
(
K
,
sae
->
tmp
->
sae_rand
,
sae
->
tmp
->
prime
,
K
)
<
0
sae.c:1435
sae_derive_k_ffc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sae_temporary_data::sae_rand
is written by 1 function and is read by 4 functions:
sae_derive_commit()
All items filtered out
sae_temporary_data::sae_rand
sae_clear_temp_data()
sae_derive_commit()
sae_derive_k_ecc()
sae_derive_k_ffc()
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