Searched refs:sae_pt (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/wpa/src/common/ |
H A D | sae.h | 89 struct sae_pt { struct 90 struct sae_pt *next; argument 133 int sae_prepare_commit_pt(struct sae_data *sae, const struct sae_pt *pt, 149 struct sae_pt * sae_derive_pt(int *groups, const u8 *ssid, size_t ssid_len, 153 sae_derive_pwe_from_pt_ecc(const struct sae_pt *pt, 156 sae_derive_pwe_from_pt_ffc(const struct sae_pt *pt, 158 void sae_deinit_pt(struct sae_pt *pt);
|
H A D | sae.c | 1042 static struct sae_pt * 1047 struct sae_pt *pt; in sae_derive_pt_group() 1096 struct sae_pt * sae_derive_pt(int *groups, const u8 *ssid, size_t ssid_len, in sae_derive_pt() 1100 struct sae_pt *pt = NULL, *last = NULL, *tmp; in sae_derive_pt() 1139 sae_derive_pwe_from_pt_ecc(const struct sae_pt *pt, in sae_derive_pwe_from_pt_ecc() 1204 sae_derive_pwe_from_pt_ffc(const struct sae_pt *pt, in sae_derive_pwe_from_pt_ffc() 1263 void sae_deinit_pt(struct sae_pt *pt) in sae_deinit_pt() 1265 struct sae_pt *prev; in sae_deinit_pt() 1364 int sae_prepare_commit_pt(struct sae_data *sae, const struct sae_pt *pt, in sae_prepare_commit_pt()
|
H A D | common_module_tests.c | 388 struct sae_pt *pt_info, *pt; in sae_tests()
|
/freebsd/contrib/wpa/src/pasn/ |
H A D | pasn_common.h | 49 struct sae_pt *pt; 207 int pasn_set_pt(struct pasn_data *pasn, struct sae_pt *pt);
|
H A D | pasn_common.c | 111 int pasn_set_pt(struct pasn_data *pasn, struct sae_pt *pt) in pasn_set_pt()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_11.h | 24 struct sae_pt; 257 struct sae_pt **s_pt, const struct sae_pk **s_pk);
|
H A D | ap_config.h | 114 struct sae_pt *pt; 261 struct sae_pt *pt;
|
H A D | ieee802_11.c | 554 struct sae_pt **s_pt, in sae_get_password() 559 struct sae_pt *pt = NULL; in sae_get_password() 613 struct sae_pt *pt = NULL; in auth_build_sae_commit()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | config_ssid.h | 253 struct sae_pt *pt;
|
H A D | pasn_supplicant.c | 115 static struct sae_pt *
|