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.h53 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);
Dsae.c1046 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()
Dcommon_module_tests.c406 struct sae_pt *pt_info, *pt; in sae_tests()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_ssid.h220 struct sae_pt *pt;
/external/wpa_supplicant_8/src/ap/
Dap_config.h107 struct sae_pt *pt;
263 struct sae_pt *pt;
Dieee802_11.c479 struct sae_pt *pt = NULL; in auth_build_sae_commit()