Home
last modified time | relevance | path

Searched defs:pw (Results 1 – 23 of 23) sorted by relevance

/hostap/src/ap/
Dap_config.c493 struct sae_password_entry *pw; in hostapd_setup_sae_pt() local
779 struct sae_password_entry *pw, *tmp; in hostapd_config_free_sae_passwords() local
1173 struct sae_password_entry *pw; in hostapd_sae_pk_password_without_pk() local
1694 struct sae_password_entry *pw; in hostapd_sae_pw_id_in_use() local
1717 struct sae_password_entry *pw; in hostapd_sae_pk_in_use() local
1733 struct sae_password_entry *pw; in hostapd_sae_pk_exclusively() local
Dieee802_11.c502 struct sae_password_entry *pw = NULL; in sae_password_find_pw() local
521 struct sae_password_entry *pw; in is_other_sae_password() local
546 struct sae_password_entry *pw; in has_sae_success_seen() local
566 struct sae_password_entry *pw; in sae_password_track_success() local
597 struct sae_password_entry *pw; in sae_password_track_fail() local
635 struct sae_password_entry *pw; in sae_get_password() local
727 struct sae_password_entry *pw; in auth_build_sae_commit() local
Dwps_hostapd.c2239 struct wpabuf *pw; in hostapd_wps_nfc_token_enable() local
/hostap/src/common/
Dcommon_module_tests.c263 const char *pw = "mekmitasdigoat"; in sae_tests() local
523 const char *pw; in sae_pk_tests() member
548 const char *pw = valid[i].pw; in sae_pk_tests() local
Dsae_pk.c142 bool sae_pk_valid_password(const char *pw) in sae_pk_valid_password()
363 u8 *pw, *pos; in sae_pk_set_password() local
Dsae.h170 static inline bool sae_pk_valid_password(const char *pw) in sae_pk_valid_password()
/hostap/tests/fuzzing/radius/
Dradius.c24 char *pw; in LLVMFuzzerTestOneInput() local
/hostap/src/utils/
Dext_password.c103 void ext_password_free(struct wpabuf *pw) in ext_password_free()
Dutils_module_tests.c257 struct wpabuf *pw; in ext_password_tests() local
/hostap/hostapd/
Dsae_pk_gen.c25 char *b64 = NULL, *pw = NULL, *pos, *src; in main() local
Dconfig_file.c2006 struct sae_password_entry *pw; in parse_sae_password() local
/hostap/src/tls/
Dpkcs5.c400 static int pkcs12_key_gen(const u8 *pw, size_t pw_len, const u8 *salt, in pkcs12_key_gen()
492 u8 *pw; in pkcs12_crypto_init_sha1() local
/hostap/src/crypto/
Daes-siv.c120 const u8 *pw, size_t pwlen, in aes_siv_encrypt()
/hostap/tests/hwsim/
Dtest_sae_pk.py24 def run_sae_pk(apdev, dev, ssid, pw, m, pk, ap_groups=None, argument
Dtest_sigma_dut.py5551 def run_sigma_dut_ap_sae_pk(dut, conffile, dev, ssid, pw, keypair, m, failure, argument
5677 def run_sigma_dut_ap_sae_pk_mixed(dut, conffile, dev, ssid, pw, keypair, m, argument
/hostap/wpa_supplicant/
Dap.c623 struct sae_password_entry *pw; in wpa_supplicant_conf_ap() local
1929 const struct wpabuf *pw, const u8 *pubkey_hash) in wpas_ap_wps_add_nfc_pw()
Dsme.c147 struct wpabuf *pw = ext_password_get(wpa_s->ext_pw, in sme_auth_build_sae_commit() local
Dwps_supplicant.c2403 char pw[32 * 2 + 1]; in wpas_wps_start_nfc() local
Dwpa_supplicant.c1617 struct wpabuf *pw = ext_password_get(wpa_s->ext_pw, in wpa_supplicant_get_psk() local
/hostap/src/wps/
Dwps_common.c676 struct wpabuf *pw; in wps_nfc_token_gen() local
/hostap/hs20/client/
Dosu_client.c826 char *pw, *hex, *pos, *end; in set_pps_cred_password() local
/hostap/src/radius/
Dradius_server.c971 u8 *pw; in radius_server_macacl() local
/hostap/src/p2p/
Dp2p.c6258 int p2p_config_sae_password(struct p2p_data *p2p, const char *pw) in p2p_config_sae_password()