ESP-IDF
sae_derive_pwe_from_pt_ffc()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sae_derive_pwe_from_pt_ffc()
sae_derive_pwe_from_pt_ffc() function
Syntax
Show:
Summary
Declaration
Definition
from
sae.h:155
struct
crypto_bignum
*
sae_derive_pwe_from_pt_ffc
(
const
struct
sae_pt
*
pt
,
const
u8
*
addr1
,
const
u8
*
addr2
)
;
Implemented in
sae.c:1158
Arguments
Argument
pt
addr1
addr2
Related Functions
Found 4 other functions taking a
sae_pt
argument:
Function
sae_deinit_pt()
sae_prepare_commit_pt()
sae_derive_pwe_from_pt_ecc()
sae_get_password()
Examples
References
from
examples
Code
Location
Referrer
sae_derive_pwe_from_pt_ffc
(
const
struct
sae_pt
*
pt
,
sae.c:1159
sae_derive_pwe_from_pt_ffc
(
const
struct
sae_pt
*
pt
,
sae.h:156
sae
->
tmp
->
pwe_ffc
=
sae_derive_pwe_from_pt_ffc
(
pt
,
addr1
,
sae.c:1368
sae_prepare_commit_pt()
Call Tree
from
examples
sae_derive_pwe_from_pt_ffc()
is called by 1 function and calls 12 functions:
sae_prepare_commit_pt()
All items filtered out
sae_derive_pwe_from_pt_ffc()
sae_ffc_prime_len_2_hash_len()
crypto_bignum_init()
crypto_bignum_init_set()
crypto_bignum_init_uint()
crypto_bignum_deinit()
crypto_bignum_add()
crypto_bignum_mod()
crypto_bignum_exptmod()
crypto_bignum_sub()
sae_max_min_addr()
hkdf_extract()
debug_print_bignum()
All items filtered out
Data Use
from
examples
sae_derive_pwe_from_pt_ffc()
reads 6 variables:
sae_pt::dh
sae_pt::ffc_pt
dh_group::prime
dh_group::prime_len
dh_group::order
dh_group::order_len
All items filtered out
sae_derive_pwe_from_pt_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