HomeSort by relevance Sort by last modified time
    Searched refs:authenticator_pmk (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/
eapol_test.c 65 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/
eapol_test.c 60 u8 authenticator_pmk[PMK_LEN]; member in struct:eapol_test_data
299 if (os_memcmp(pmk, e->authenticator_pmk, PMK_LEN) != 0) {
302 e->authenticator_pmk, PMK_LEN);
308 if (os_memcmp(pmk, e->authenticator_pmk, 16) != 0) {
311 e->authenticator_pmk, 16);
589 os_memcpy(e->authenticator_pmk, keys->recv,

Completed in 13 milliseconds