Searched refs:verify_not_present (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/tests/hwsim/ |
D | test_erp.py | 16 from test_ap_psk import find_wpas_process, read_process_memory, verify_not_present, get_key_locatio… 451 verify_not_present(buf, kck, fname, "KCK") 452 verify_not_present(buf, kek, fname, "KEK") 453 verify_not_present(buf, tk, fname, "TK") 456 verify_not_present(buf, gtk, fname, "GTK") 502 verify_not_present(buf, kck, fname, "KCK") 503 verify_not_present(buf, kek, fname, "KEK") 504 verify_not_present(buf, tk, fname, "TK") 505 verify_not_present(buf, gtk, fname, "GTK") 520 verify_not_present(buf, password, fname, "password") [all …]
|
D | test_wpas_ap.py | 17 from test_ap_psk import find_wpas_process, read_process_memory, verify_not_present, get_key_locatio… 1149 verify_not_present(buf2, kck, fname, "KCK") 1150 verify_not_present(buf2, kek, fname, "KEK") 1151 verify_not_present(buf2, tk, fname, "TK") 1157 verify_not_present(buf3, pmk, fname, "PMK") 1158 verify_not_present(buf3, kck, fname, "KCK") 1159 verify_not_present(buf3, kek, fname, "KEK") 1160 verify_not_present(buf3, tk, fname, "TK") 1162 verify_not_present(buf3, gtk, fname, "GTK")
|
D | test_sae.py | 22 from test_ap_psk import find_wpas_process, read_process_memory, verify_not_present, get_key_locatio… 642 verify_not_present(buf, sae_k, fname, "SAE(k)") 643 verify_not_present(buf, sae_keyseed, fname, "SAE(keyseed)") 644 verify_not_present(buf, sae_kck, fname, "SAE(KCK)") 654 verify_not_present(buf, kck, fname, "KCK") 655 verify_not_present(buf, kek, fname, "KEK") 656 verify_not_present(buf, tk, fname, "TK") 659 verify_not_present(buf, gtk, fname, "GTK") 660 verify_not_present(buf, sae_k, fname, "SAE(k)") 661 verify_not_present(buf, sae_keyseed, fname, "SAE(keyseed)") [all …]
|
D | test_ap_ft.py | 24 from test_ap_psk import check_mib, find_wpas_process, read_process_memory, verify_not_present, get_… 2189 verify_not_present(buf, pmkr0, fname, "PMK-R0") 2190 verify_not_present(buf, pmkr1, fname, "PMK-R1") 2191 verify_not_present(buf, kck, fname, "KCK") 2192 verify_not_present(buf, kek, fname, "KEK") 2193 verify_not_present(buf, tk, fname, "TK") 2196 verify_not_present(buf, gtk, fname, "GTK") 2206 verify_not_present(buf, pmk, fname, "PMK") 2207 verify_not_present(buf, pmkr0, fname, "PMK-R0") 2208 verify_not_present(buf, pmkr1, fname, "PMK-R1") [all …]
|
D | test_ap_psk.py | 2678 def verify_not_present(buf, key, fname, keyname): function 2789 verify_not_present(buf, kck, fname, "KCK") 2790 verify_not_present(buf, kek, fname, "KEK") 2791 verify_not_present(buf, tk, fname, "TK") 2794 verify_not_present(buf, gtk, fname, "GTK") 2802 verify_not_present(buf, pmk, fname, "PMK") 2803 verify_not_present(buf, kck, fname, "KCK") 2804 verify_not_present(buf, kek, fname, "KEK") 2805 verify_not_present(buf, tk, fname, "TK") 2806 verify_not_present(buf, gtk, fname, "GTK")
|
D | test_ap_eap.py | 29 from test_ap_psk import check_mib, find_wpas_process, read_process_memory, verify_not_present, get_… 5883 verify_not_present(buf, kck, fname, "KCK") 5884 verify_not_present(buf, kek, fname, "KEK") 5885 verify_not_present(buf, tk, fname, "TK") 5888 verify_not_present(buf, gtk, fname, "GTK") 5898 verify_not_present(buf, pmk, fname, "PMK") 5909 verify_not_present(buf, password, fname, "password") 5910 verify_not_present(buf, pmk, fname, "PMK") 5911 verify_not_present(buf, kck, fname, "KCK") 5912 verify_not_present(buf, kek, fname, "KEK") [all …]
|