ESP-IDF
sae_data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sae_data
sae_data struct
Syntax
Show:
Summary
Declaration
from
sae.h:108
struct
sae_data
{
enum
sae_state
state
;
u16
send_confirm
;
u8
pmk
[
SAE_PMK_LEN_MAX
]
;
size_t
pmk_len
;
int
akmp
;
u32
own_akm_suite_selector
;
u32
peer_akm_suite_selector
;
u8
pmkid
[
SAE_PMKID_LEN
]
;
struct
crypto_bignum
*
peer_commit_scalar
;
struct
crypto_bignum
*
peer_commit_scalar_accepted
;
int
group
;
unsigned
int
sync
;
u16
rc
;
unsigned
int
h2e
:
1
;
unsigned
int
pk
:
1
;
struct
sae_temporary_data
*
tmp
;
}
;
Fields
Field
Declared as
sae_data::state
enum
sae_state
sae_data::send_confirm
u16
sae_data::pmk
u8
[
SAE_PMK_LEN_MAX
]
sae_data::pmk_len
size_t
sae_data::akmp
int
sae_data::own_akm_suite_selector
u32
sae_data::peer_akm_suite_selector
u32
sae_data::pmkid
u8
[
SAE_PMKID_LEN
]
sae_data::peer_commit_scalar
struct
crypto_bignum
*
sae_data::peer_commit_scalar_accepted
struct
crypto_bignum
*
sae_data::group
int
sae_data::sync
unsigned
int
sae_data::rc
u16
sae_data::h2e
unsigned
int
:
1
sae_data::pk
unsigned
int
:
1
sae_data::tmp
struct
sae_temporary_data
*
Related Functions
Found 39 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_derive_pwe_ffc()
sae_pk_hash_sig_data()
sae_pk_valid_fingerprint()
sae_write_confirm_pk()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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