ESP-IDF
sae_temporary_data::order
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::order
sae_temporary_data::order field
Syntax
Show:
Summary
Declaration
from
sae.h:59
const
struct
crypto_bignum
*
order
;
Examples
References
from
examples
Code
Location
Referrer
const
struct
crypto_bignum
*
order
;
sae.h:59
tmp
->
order
=
crypto_ec_get_order
(
tmp
->
ec
)
;
sae.c:43
sae_set_group()
tmp
->
order
=
tmp
->
order_buf
;
sae.c:74
sae_set_group()
crypto_bignum_div
(
b
,
sae
->
tmp
->
order
,
b
)
<
0
)
sae.c:242
sae_test_pwd_seed_ffc()
dragonfly_generate_scalar
(
sae
->
tmp
->
order
,
sae
->
tmp
->
sae_rand
,
sae.c:1290
sae_derive_commit()
crypto_bignum_mod
(
tmp
,
sae
->
tmp
->
order
,
tmp
)
<
0
)
sae.c:1543
sae_derive_keys()
crypto_bignum_cmp
(
peer_scalar
,
sae
->
tmp
->
order
)
>=
0
)
{
sae.c:1871
sae_parse_commit_scalar()
sae
->
tmp
->
order
,
sae
->
tmp
->
prime
,
res
)
<
0
||
sae.c:1973
sae_parse_commit_element_ffc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sae_temporary_data::order
is written by 1 function and is read by 5 functions:
sae_set_group()
All items filtered out
sae_temporary_data::order
sae_test_pwd_seed_ffc()
sae_derive_commit()
sae_derive_keys()
sae_parse_commit_scalar()
sae_parse_commit_element_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