HomeSort by relevance Sort by last modified time
    Searched refs:compound_mac (Results 1 - 4 of 4) 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 668 binding->compound_mac);
677 binding->compound_mac, sizeof(binding->compound_mac));
1193 b->compound_mac, sizeof(b->compound_mac));
1217 os_memcpy(cmac, b->compound_mac, sizeof(cmac));
1218 os_memset(b->compound_mac, 0, sizeof(cmac));
1223 b->compound_mac);
1224 if (os_memcmp_const(cmac, b->compound_mac, sizeof(cmac)) != 0) {
1227 b->compound_mac, sizeof(cmac))
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 604 _bind->compound_mac, sizeof(_bind->compound_mac));
635 rbind->compound_mac);
643 rbind->compound_mac, sizeof(rbind->compound_mac));
771 os_memcpy(cmac, _bind->compound_mac, sizeof(cmac));
772 os_memset(_bind->compound_mac, 0, sizeof(cmac));
776 _bind->compound_mac);
777 res = os_memcmp_const(cmac, _bind->compound_mac, sizeof(cmac));
781 _bind->compound_mac, sizeof(cmac))
    [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto_module_tests.c 935 const u8 compound_mac[] = { local
996 os_memcmp(tlv + sizeof(tlv) - 20, compound_mac,
997 sizeof(compound_mac)) != 0) {
    [all...]

Completed in 4769 milliseconds