/external/wpa_supplicant/ |
eap_tlv.h | 71 u8 compound_mac[20]; member in struct:eap_tlv_crypto_binding__tlv
|
eap_fast.c | 1246 _bind->compound_mac, sizeof(_bind->compound_mac)); [all...] |
/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 | 83 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 | 668 binding->compound_mac); 677 binding->compound_mac, sizeof(binding->compound_mac)); 1188 b->compound_mac, sizeof(b->compound_mac)); 1212 os_memcpy(cmac, b->compound_mac, sizeof(cmac)); 1213 os_memset(b->compound_mac, 0, sizeof(cmac)); 1218 b->compound_mac); 1219 if (os_memcmp(cmac, b->compound_mac, sizeof(cmac)) != 0) { 1222 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 | 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/tests/ |
test_sha1.c | 109 const u8 compound_mac[] = { local 158 if (memcmp(tlv + sizeof(tlv) - 20, compound_mac, sizeof(compound_mac))
|
/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))
|