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

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_tlv_common.h 83 u8 compound_mac[20]; member in struct:eap_tlv_crypto_binding_tlv
  /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_6/wpa_supplicant/src/eap_server/
eap_fast.c 667 binding->compound_mac);
676 binding->compound_mac, sizeof(binding->compound_mac));
1183 b->compound_mac, sizeof(b->compound_mac));
1207 os_memcpy(cmac, b->compound_mac, sizeof(cmac));
1208 os_memset(b->compound_mac, 0, sizeof(cmac));
1213 b->compound_mac);
1214 if (os_memcmp(cmac, b->compound_mac, sizeof(cmac)) != 0) {
1217 b->compound_mac, sizeof(cmac))
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 662 binding->compound_mac);
671 binding->compound_mac, sizeof(binding->compound_mac));
1182 b->compound_mac, sizeof(b->compound_mac));
1206 os_memcpy(cmac, b->compound_mac, sizeof(cmac));
1207 os_memset(b->compound_mac, 0, sizeof(cmac));
1212 b->compound_mac);
1213 if (os_memcmp(cmac, b->compound_mac, sizeof(cmac)) != 0) {
1216 b->compound_mac, sizeof(cmac))
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_fast.c 590 _bind->compound_mac, sizeof(_bind->compound_mac));
621 rbind->compound_mac);
629 rbind->compound_mac, sizeof(rbind->compound_mac));
756 os_memcpy(cmac, _bind->compound_mac, sizeof(cmac));
757 os_memset(_bind->compound_mac, 0, sizeof(cmac));
761 _bind->compound_mac);
762 res = os_memcmp(cmac, _bind->compound_mac, sizeof(cmac));
766 _bind->compound_mac, sizeof(cmac))
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 585 _bind->compound_mac, sizeof(_bind->compound_mac));
616 rbind->compound_mac);
624 rbind->compound_mac, sizeof(rbind->compound_mac));
751 os_memcpy(cmac, _bind->compound_mac, sizeof(cmac));
752 os_memset(_bind->compound_mac, 0, sizeof(cmac));
756 _bind->compound_mac);
757 res = os_memcmp(cmac, _bind->compound_mac, sizeof(cmac));
761 _bind->compound_mac, sizeof(cmac))
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_sha1.c 120 const u8 compound_mac[] = { local
177 if (memcmp(tlv + sizeof(tlv) - 20, compound_mac, sizeof(compound_mac))

Completed in 230 milliseconds