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 669 binding->compound_mac);
678 binding->compound_mac, sizeof(binding->compound_mac));
1194 b->compound_mac, sizeof(b->compound_mac));
1218 os_memcpy(cmac, b->compound_mac, sizeof(cmac));
1219 os_memset(b->compound_mac, 0, sizeof(cmac));
1224 b->compound_mac);
1225 if (os_memcmp_const(cmac, b->compound_mac, sizeof(cmac)) != 0) {
1228 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));
770 os_memcpy(cmac, _bind->compound_mac, sizeof(cmac));
771 os_memset(_bind->compound_mac, 0, sizeof(cmac));
775 _bind->compound_mac);
776 res = os_memcmp_const(cmac, _bind->compound_mac, sizeof(cmac));
780 _bind->compound_mac, sizeof(cmac))
    [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto_module_tests.c 930 const u8 compound_mac[] = { local
991 os_memcmp(tlv + sizeof(tlv) - 20, compound_mac,
992 sizeof(compound_mac)) != 0) {
    [all...]

Completed in 48 milliseconds