Home
last modified time | relevance | path

Searched defs:sae_temporary_data (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dsae.h41 struct sae_temporary_data { struct
42 u8 kck[SAE_MAX_HASH_LEN];
43 size_t kck_len;
44 struct crypto_bignum *own_commit_scalar;
45 struct crypto_bignum *own_commit_element_ffc;
46 struct crypto_ec_point *own_commit_element_ecc;
47 struct crypto_bignum *peer_commit_element_ffc;
48 struct crypto_ec_point *peer_commit_element_ecc;
49 struct crypto_ec_point *pwe_ecc;
50 struct crypto_bignum *pwe_ffc;
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dsae.h24 struct sae_temporary_data { struct
25 u8 kck[SAE_KCK_LEN];
26 struct crypto_bignum *own_commit_scalar;
27 struct crypto_bignum *own_commit_element_ffc;
28 struct crypto_ec_point *own_commit_element_ecc;
29 struct crypto_bignum *peer_commit_element_ffc;
30 struct crypto_ec_point *peer_commit_element_ecc;
31 struct crypto_ec_point *pwe_ecc;
32 struct crypto_bignum *pwe_ffc;
33 struct crypto_bignum *sae_rand;
[all …]