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

  /external/wpa_supplicant_8/src/eap_common/
eap_tlv_common.h 77 u8 compound_mac[20]; member in struct:eap_tlv_crypto_binding_tlv
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 663 binding->compound_mac);
672 binding->compound_mac, sizeof(binding->compound_mac));
1185 b->compound_mac, sizeof(b->compound_mac));
1209 os_memcpy(cmac, b->compound_mac, sizeof(cmac));
1210 os_memset(b->compound_mac, 0, sizeof(cmac));
1215 b->compound_mac);
1216 if (os_memcmp_const(cmac, b->compound_mac, sizeof(cmac)) != 0) {
1219 b->compound_mac, sizeof(cmac))
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 600 _bind->compound_mac, sizeof(_bind->compound_mac));
631 rbind->compound_mac);
639 rbind->compound_mac, sizeof(rbind->compound_mac));
766 os_memcpy(cmac, _bind->compound_mac, sizeof(cmac));
767 os_memset(_bind->compound_mac, 0, sizeof(cmac));
771 _bind->compound_mac);
772 res = os_memcmp_const(cmac, _bind->compound_mac, sizeof(cmac));
776 _bind->compound_mac, sizeof(cmac))
    [all...]

Completed in 1691 milliseconds