Home
last modified time | relevance | path

Searched refs:sae_pt (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dsae.h86 struct sae_pt { struct
87 struct sae_pt *next; argument
126 int sae_prepare_commit_pt(struct sae_data *sae, const struct sae_pt *pt,
141 struct sae_pt * sae_derive_pt(int *groups, const u8 *ssid, size_t ssid_len,
145 sae_derive_pwe_from_pt_ecc(const struct sae_pt *pt,
148 sae_derive_pwe_from_pt_ffc(const struct sae_pt *pt,
150 void sae_deinit_pt(struct sae_pt *pt);
Dsae.c1050 static struct sae_pt *
1055 struct sae_pt *pt; in sae_derive_pt_group()
1104 struct sae_pt * sae_derive_pt(int *groups, const u8 *ssid, size_t ssid_len, in sae_derive_pt()
1108 struct sae_pt *pt = NULL, *last = NULL, *tmp; in sae_derive_pt()
1147 sae_derive_pwe_from_pt_ecc(const struct sae_pt *pt, in sae_derive_pwe_from_pt_ecc()
1212 sae_derive_pwe_from_pt_ffc(const struct sae_pt *pt, in sae_derive_pwe_from_pt_ffc()
1271 void sae_deinit_pt(struct sae_pt *pt) in sae_deinit_pt()
1273 struct sae_pt *prev; in sae_deinit_pt()
1374 int sae_prepare_commit_pt(struct sae_data *sae, const struct sae_pt *pt, in sae_prepare_commit_pt()
Dcommon_module_tests.c406 struct sae_pt *pt_info, *pt; in sae_tests()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_ssid.h226 struct sae_pt *pt;
/external/wpa_supplicant_8/src/ap/
Dap_config.h107 struct sae_pt *pt;
254 struct sae_pt *pt;
Dieee802_11.c494 struct sae_pt **s_pt, in sae_get_password()
499 struct sae_pt *pt = NULL; in sae_get_password()
542 struct sae_pt *pt = NULL; in auth_build_sae_commit()