/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | eap_server_fast.c | 667 binding->compound_mac); in eap_fast_build_crypto_binding() 676 binding->compound_mac, sizeof(binding->compound_mac)); in eap_fast_build_crypto_binding() 1192 b->compound_mac, sizeof(b->compound_mac)); in eap_fast_validate_crypto_binding() 1216 os_memcpy(cmac, b->compound_mac, sizeof(cmac)); in eap_fast_validate_crypto_binding() 1217 os_memset(b->compound_mac, 0, sizeof(cmac)); in eap_fast_validate_crypto_binding() 1222 b->compound_mac); in eap_fast_validate_crypto_binding() 1223 if (os_memcmp_const(cmac, b->compound_mac, sizeof(cmac)) != 0) { in eap_fast_validate_crypto_binding() 1226 b->compound_mac, sizeof(cmac)); in eap_fast_validate_crypto_binding()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
D | eap_server_fast.c | 669 binding->compound_mac); in eap_fast_build_crypto_binding() 678 binding->compound_mac, sizeof(binding->compound_mac)); in eap_fast_build_crypto_binding() 1206 b->compound_mac, sizeof(b->compound_mac)); in eap_fast_validate_crypto_binding() 1230 os_memcpy(cmac, b->compound_mac, sizeof(cmac)); in eap_fast_validate_crypto_binding() 1231 os_memset(b->compound_mac, 0, sizeof(cmac)); in eap_fast_validate_crypto_binding() 1236 b->compound_mac); in eap_fast_validate_crypto_binding() 1237 if (os_memcmp_const(cmac, b->compound_mac, sizeof(cmac)) != 0) { in eap_fast_validate_crypto_binding() 1240 b->compound_mac, sizeof(cmac)); in eap_fast_validate_crypto_binding()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap_fast.c | 624 _bind->compound_mac, sizeof(_bind->compound_mac)); in eap_fast_validate_crypto_binding() 655 rbind->compound_mac); in eap_fast_write_crypto_binding() 663 rbind->compound_mac, sizeof(rbind->compound_mac)); in eap_fast_write_crypto_binding() 791 os_memcpy(cmac, _bind->compound_mac, sizeof(cmac)); in eap_fast_process_crypto_binding() 792 os_memset(_bind->compound_mac, 0, sizeof(cmac)); in eap_fast_process_crypto_binding() 796 _bind->compound_mac); in eap_fast_process_crypto_binding() 797 res = os_memcmp_const(cmac, _bind->compound_mac, sizeof(cmac)); in eap_fast_process_crypto_binding() 801 _bind->compound_mac, sizeof(cmac)); in eap_fast_process_crypto_binding() 804 os_memcpy(_bind->compound_mac, cmac, sizeof(cmac)); in eap_fast_process_crypto_binding()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap_fast.c | 604 _bind->compound_mac, sizeof(_bind->compound_mac)); in eap_fast_validate_crypto_binding() 635 rbind->compound_mac); in eap_fast_write_crypto_binding() 643 rbind->compound_mac, sizeof(rbind->compound_mac)); in eap_fast_write_crypto_binding() 771 os_memcpy(cmac, _bind->compound_mac, sizeof(cmac)); in eap_fast_process_crypto_binding() 772 os_memset(_bind->compound_mac, 0, sizeof(cmac)); in eap_fast_process_crypto_binding() 776 _bind->compound_mac); in eap_fast_process_crypto_binding() 777 res = os_memcmp_const(cmac, _bind->compound_mac, sizeof(cmac)); in eap_fast_process_crypto_binding() 781 _bind->compound_mac, sizeof(cmac)); in eap_fast_process_crypto_binding() 784 os_memcpy(_bind->compound_mac, cmac, sizeof(cmac)); in eap_fast_process_crypto_binding()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
D | eap_tlv_common.h | 77 u8 compound_mac[20]; member
|
D | eap_teap_common.h | 209 const u8 *cmk, u8 *compound_mac);
|
D | eap_teap_common.c | 350 const u8 *cmk, u8 *compound_mac) in eap_teap_compound_mac() argument 410 compound_mac, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
D | eap_tlv_common.h | 77 u8 compound_mac[20]; member
|
D | eap_teap_common.h | 219 const u8 *cmk, u8 *compound_mac);
|
D | eap_teap_common.c | 359 const u8 *cmk, u8 *compound_mac) in eap_teap_compound_mac() argument 419 compound_mac, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto_module_tests.c | 935 const u8 compound_mac[] = { in test_eap_fast() local 996 os_memcmp(tlv + sizeof(tlv) - 20, compound_mac, in test_eap_fast() 997 sizeof(compound_mac)) != 0) { in test_eap_fast()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto_module_tests.c | 1084 const u8 compound_mac[] = { in test_eap_fast() local 1145 os_memcmp(tlv + sizeof(tlv) - 20, compound_mac, in test_eap_fast() 1146 sizeof(compound_mac)) != 0) { in test_eap_fast()
|