Searched refs:sae_pt (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | sae.h | 53 struct sae_pt { struct 54 struct sae_pt *next; argument 87 int sae_prepare_commit_pt(struct sae_data *sae, const struct sae_pt *pt, 100 struct sae_pt * sae_derive_pt(int *groups, const u8 *ssid, size_t ssid_len, 104 sae_derive_pwe_from_pt_ecc(const struct sae_pt *pt, 107 sae_derive_pwe_from_pt_ffc(const struct sae_pt *pt, 109 void sae_deinit_pt(struct sae_pt *pt);
|
D | sae.c | 1046 static struct sae_pt * 1051 struct sae_pt *pt; in sae_derive_pt_group() 1093 struct sae_pt * sae_derive_pt(int *groups, const u8 *ssid, size_t ssid_len, in sae_derive_pt() 1097 struct sae_pt *pt = NULL, *last = NULL, *tmp; in sae_derive_pt() 1136 sae_derive_pwe_from_pt_ecc(const struct sae_pt *pt, in sae_derive_pwe_from_pt_ecc() 1201 sae_derive_pwe_from_pt_ffc(const struct sae_pt *pt, in sae_derive_pwe_from_pt_ffc() 1260 void sae_deinit_pt(struct sae_pt *pt) in sae_deinit_pt() 1262 struct sae_pt *prev; in sae_deinit_pt() 1362 int sae_prepare_commit_pt(struct sae_data *sae, const struct sae_pt *pt, in sae_prepare_commit_pt()
|
D | common_module_tests.c | 406 struct sae_pt *pt_info, *pt; in sae_tests()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config_ssid.h | 220 struct sae_pt *pt;
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_config.h | 107 struct sae_pt *pt; 263 struct sae_pt *pt;
|
D | ieee802_11.c | 479 struct sae_pt *pt = NULL; in auth_build_sae_commit()
|