ESP-IDF
sae_derive_pwe_ffc()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
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_ffc()
sae_derive_pwe_ffc() function
Syntax
Show:
Summary
Declaration
from
sae.c:439
static
int
sae_derive_pwe_ffc
(
struct
sae_data
*
sae
,
const
u8
*
addr1
,
const
u8
*
addr2
,
const
u8
*
password
,
size_t
password_len
)
;
Arguments
Argument
sae
addr1
addr2
password
password_len
Related Functions
Found 38 other functions taking a
sae_data
argument:
Function
sae_clear_data()
sae_process_commit()
sae_write_commit()
sae_parse_commit()
sae_write_confirm()
sae_check_confirm()
sae_group_allowed()
sae_set_group()
sae_clear_temp_data()
sae_prepare_commit()
sae_prepare_commit_pt()
sae_pk_set_password()
sae_check_confirm_pk()
sae_derive_commit()
sae_cn_confirm()
sae_cn_confirm_ecc()
sae_cn_confirm_ffc()
check_sae_rejected_groups()
sae_test_pwd_seed_ffc()
sae_derive_pwe_ecc()
sae_test_pwd_seed_ecc()
sae_derive_commit_element_ecc()
sae_derive_commit_element_ffc()
sae_derive_k_ecc()
sae_derive_k_ffc()
sae_derive_keys()
sae_parse_commit_token()
sae_parse_token_container()
sae_parse_commit_scalar()
sae_parse_commit_element_ecc()
sae_parse_commit_element_ffc()
sae_parse_commit_element()
sae_parse_password_identifier()
sae_parse_rejected_groups()
sae_parse_akm_suite_selector()
sae_pk_hash_sig_data()
sae_pk_valid_fingerprint()
sae_write_confirm_pk()
Examples
References
from
examples
Code
Location
Referrer
static
int
sae_derive_pwe_ffc
(
struct
sae_data
*
sae
,
const
u8
*
addr1
,
sae.c:439
(
sae
->
tmp
->
dh
&&
sae_derive_pwe_ffc
(
sae
,
addr1
,
addr2
,
password
,
sae.c:1309
sae_prepare_commit()
Call Tree
from
examples
sae_derive_pwe_ffc()
is called by 1 function and calls 13 functions:
sae_prepare_commit()
All items filtered out
sae_derive_pwe_ffc()
calloc()
bin_clear_free()
crypto_bignum_init()
crypto_bignum_init_set()
crypto_bignum_deinit()
crypto_bignum_to_bin()
hmac_sha256_vector()
const_time_eq_u8()
const_time_select_u8()
const_time_select_bin()
sae_test_pwd_seed_ffc()
sae_pwd_seed_key()
dragonfly_min_pwe_loop_iter()
All items filtered out
Data Use
from
examples
sae_derive_pwe_ffc()
reads 4 variables and writes 1 variable:
sae_temporary_data::pwe_ffc
sae_temporary_data::prime_len
sae_data::group
sae_data::tmp
All items filtered out
sae_derive_pwe_ffc()
sae_temporary_data::pwe_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