Lines Matching defs:sae_temporary_data
41 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;
51 struct crypto_bignum *sae_rand;
52 struct crypto_ec *ec;
53 int prime_len;
54 int order_len;
55 const struct dh_group *dh;
56 const struct crypto_bignum *prime;
57 const struct crypto_bignum *order;
58 struct crypto_bignum *prime_buf;
59 struct crypto_bignum *order_buf;
60 struct wpabuf *anti_clogging_token;
61 char *pw_id;
62 int vlan_id;
63 u8 bssid[ETH_ALEN];
64 struct wpabuf *own_rejected_groups;
65 struct wpabuf *peer_rejected_groups;
66 unsigned int own_addr_higher:1;
69 u8 kek[SAE_MAX_HASH_LEN];
70 size_t kek_len;
71 const struct sae_pk *ap_pk;
72 u8 own_addr[ETH_ALEN];
73 u8 peer_addr[ETH_ALEN];
74 u8 fingerprint[SAE_MAX_HASH_LEN];
75 size_t fingerprint_bytes;
76 size_t fingerprint_bits;
77 size_t lambda;
78 unsigned int sec;
79 u8 ssid[32];
80 size_t ssid_len;
82 bool omit_pk_elem;
86 struct os_reltime disabled_until;