Searched defs:pt (Results 1 – 13 of 13) sorted by relevance
/hostap-latest/src/common/ |
D | sae.c | 882 struct crypto_ec_point *p1 = NULL, *p2 = NULL, *pt = NULL; in sae_derive_pt_ecc() local 980 *pt = NULL; in sae_derive_pt_ffc() local 1054 struct sae_pt *pt; in sae_derive_pt_group() local 1107 struct sae_pt *pt = NULL, *last = NULL, *tmp; in sae_derive_pt() local 1146 sae_derive_pwe_from_pt_ecc(const struct sae_pt *pt, in sae_derive_pwe_from_pt_ecc() 1211 sae_derive_pwe_from_pt_ffc(const struct sae_pt *pt, in sae_derive_pwe_from_pt_ffc() 1270 void sae_deinit_pt(struct sae_pt *pt) in sae_deinit_pt() 1371 int sae_prepare_commit_pt(struct sae_data *sae, const struct sae_pt *pt, in sae_prepare_commit_pt()
|
D | common_module_tests.c | 388 struct sae_pt *pt_info, *pt; in sae_tests() local
|
/hostap-latest/src/eapol_auth/ |
D | eapol_auth_dump.c | 16 static inline const char * port_type_txt(PortTypes pt) in port_type_txt()
|
/hostap-latest/src/pasn/ |
D | pasn_common.c | 111 int pasn_set_pt(struct pasn_data *pasn, struct sae_pt *pt) in pasn_set_pt()
|
D | pasn_common.h | 49 struct sae_pt *pt; member
|
/hostap-latest/src/crypto/ |
D | crypto_module_tests.c | 2206 const char *pt; member 2320 struct wpabuf *info, *pk_r, *sk_r, *enc, *pt, *aad, *ct; in run_hpke_test() local
|
D | aes_i.h | 113 #define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ \ argument
|
D | crypto_openssl.c | 5099 const u8 *pt, size_t pt_len) in hpke_aead_seal() 5160 const u8 *pt, size_t pt_len) in hpke_base_seal_int() 5263 struct wpabuf *pt = NULL; in hpke_aead_open() local 5328 struct wpabuf *pt = NULL; in hpke_base_open_int() local 5419 const u8 *pt, size_t pt_len) in hpke_base_seal() 5556 const u8 *pt, size_t pt_len) in hpke_base_seal()
|
/hostap-latest/wpa_supplicant/ |
D | config_ssid.h | 267 struct sae_pt *pt; member
|
D | dpp_supplicant.c | 3800 struct wpabuf *pt, *msg, *enc_ct; in wpas_dpp_send_private_peer_intro_update() local
|
/hostap-latest/src/ap/ |
D | ieee802_11.c | 559 struct sae_pt *pt = NULL; in sae_get_password() local 613 struct sae_pt *pt = NULL; in auth_build_sae_commit() local
|
D | dpp_hostapd.c | 2797 struct wpabuf *pt; in hostapd_dpp_rx_priv_peer_intro_update() local
|
D | ap_config.h | 114 struct sae_pt *pt; member 261 struct sae_pt *pt; member
|