ESP-IDF
sae_derive_keys()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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_keys()
sae_derive_keys() function
Syntax
Show:
Summary
Declaration
from
sae.c:1464
static
int
sae_derive_keys
(
struct
sae_data
*
sae
,
const
u8
*
k
)
;
Arguments
Argument
sae
k
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_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_derive_pwe_ffc()
sae_pk_hash_sig_data()
sae_pk_valid_fingerprint()
sae_write_confirm_pk()
Examples
References
from
examples
Code
Location
Referrer
static
int
sae_derive_keys
(
struct
sae_data
*
sae
,
const
u8
*
k
)
sae.c:1464
sae_derive_keys
(
sae
,
k
)
<
0
)
sae.c:1610
sae_process_commit()
Call Tree
from
examples
sae_derive_keys()
is called by 1 function and calls 16 functions:
sae_process_commit()
All items filtered out
sae_derive_keys()
forced_memzero()
wpabuf_len()
wpabuf_head()
wpabuf_put_buf()
wpabuf_alloc()
wpabuf_free()
wpa_key_mgmt_sae_ext_key()
sae_ecc_prime_len_2_hash_len()
sae_ffc_prime_len_2_hash_len()
crypto_bignum_init()
crypto_bignum_deinit()
crypto_bignum_to_bin()
crypto_bignum_add()
crypto_bignum_mod()
sae_kdf_hash()
hkdf_extract()
All items filtered out
Data Use
from
examples
sae_derive_keys()
reads 17 variables and writes 3 variables:
sae_temporary_data::kck
sae_temporary_data::own_commit_scalar
sae_temporary_data::prime_len
sae_temporary_data::dh
sae_temporary_data::order
sae_temporary_data::order_len
sae_temporary_data::own_rejected_groups
sae_temporary_data::peer_rejected_groups
sae_temporary_data::own_addr_higher
sae_temporary_data::kek
sae_data::pmk
sae_data::akmp
sae_data::pmkid
sae_data::peer_commit_scalar
sae_data::h2e
sae_data::pk
sae_data::tmp
All items filtered out
sae_derive_keys()
sae_temporary_data::kck_len
sae_temporary_data::kek_len
sae_data::pmk_len
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