Searched refs:authenticator_pmk (Results 1 - 2 of 2) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/
H A Deapol_test.c65 u8 authenticator_pmk[PMK_LEN]; member in struct:eapol_test_data
342 if (os_memcmp(pmk, e->authenticator_pmk, PMK_LEN) != 0) {
345 e->authenticator_pmk, PMK_LEN);
351 if (os_memcmp(pmk, e->authenticator_pmk, 16) != 0) {
354 e->authenticator_pmk, 16);
644 os_memcpy(e->authenticator_pmk, keys->recv,
651 os_memcpy(e->authenticator_pmk +
/external/wpa_supplicant_8/wpa_supplicant/
H A Deapol_test.c62 u8 authenticator_pmk[PMK_LEN]; member in struct:eapol_test_data
340 if (os_memcmp(pmk, e->authenticator_pmk, PMK_LEN) != 0) {
343 e->authenticator_pmk, PMK_LEN);
349 if (os_memcmp(pmk, e->authenticator_pmk, 16) != 0) {
352 e->authenticator_pmk, 16);
687 os_memcpy(e->authenticator_pmk, keys->recv,
694 os_memcpy(e->authenticator_pmk +

Completed in 42 milliseconds