ESP-IDF
sae_temporary_data::prime
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (3/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::prime
sae_temporary_data::prime field
Syntax
Show:
Summary
Declaration
from
sae.h:58
const
struct
crypto_bignum
*
prime
;
Examples
References
from
examples
Code
Location
Referrer
const
struct
crypto_bignum
*
prime
;
sae.h:58
tmp
->
prime
=
crypto_ec_get_prime
(
tmp
->
ec
)
;
sae.c:41
sae_set_group()
tmp
->
prime
=
tmp
->
prime_buf
;
sae.c:65
sae_set_group()
crypto_bignum_sub
(
sae
->
tmp
->
prime
,
b
,
b
)
<
0
||
sae.c:241
sae_test_pwd_seed_ffc()
res
=
crypto_bignum_exptmod
(
a
,
b
,
sae
->
tmp
->
prime
,
pwe
)
;
sae.c:249
sae_test_pwd_seed_ffc()
if
(
crypto_bignum_to_bin
(
sae
->
tmp
->
prime
,
prime
,
sizeof
(
prime
)
,
sae.c:305
sae_derive_pwe_ecc()
if
(
dragonfly_get_random_qr_qnr
(
sae
->
tmp
->
prime
,
&
qr
,
&
qnr
)
<
0
||
sae.c:313
sae_derive_pwe_ecc()
crypto_bignum_sub
(
sae
->
tmp
->
prime
,
y
,
y
)
<
0
||
sae.c:405
sae_derive_pwe_ecc()
if
(
crypto_bignum_exptmod
(
sae
->
tmp
->
pwe_ffc
,
mask
,
sae
->
tmp
->
prime
,
sae.c:1266
sae_derive_commit_element_ffc()
sae
->
tmp
->
prime
,
sae.c:1269
sae_derive_commit_element_ffc()
sae
->
tmp
->
prime
,
K
)
<
0
||
sae.c:1432
sae_derive_k_ffc()
sae
->
tmp
->
prime
,
K
)
<
0
||
sae.c:1434
sae_derive_k_ffc()
crypto_bignum_exptmod
(
K
,
sae
->
tmp
->
sae_rand
,
sae
->
tmp
->
prime
,
K
)
<
0
sae.c:1435
sae_derive_k_ffc()
if
(
crypto_bignum_to_bin
(
sae
->
tmp
->
prime
,
prime
,
sizeof
(
prime
)
,
sae.c:1899
sae_parse_commit_element_ecc()
crypto_bignum_sub
(
sae
->
tmp
->
prime
,
one
,
res
)
||
sae.c:1960
sae_parse_commit_element_ffc()
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::prime
is written by 1 function and is read by 6 functions:
sae_set_group()
All items filtered out
sae_temporary_data::prime
sae_test_pwd_seed_ffc()
sae_derive_pwe_ecc()
sae_derive_commit_element_ffc()
sae_derive_k_ffc()
sae_parse_commit_element_ecc()
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