/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A 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, sizeo in eap_fast_validate_crypto_binding() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A 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, sizeo in eap_fast_validate_crypto_binding() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A 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, sizeo in eap_fast_process_crypto_binding() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A 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, sizeo in eap_fast_process_crypto_binding() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_tlv_common.h | 77 u8 compound_mac[20]; member
|
H A D | eap_teap_common.h | 209 const u8 *cmk, u8 *compound_mac);
|
H A D | eap_teap_common.c | 350 const u8 *cmk, u8 *compound_mac) in eap_teap_compound_mac() 410 compound_mac, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac() 347 eap_teap_compound_mac(u16 tls_cs, const struct teap_tlv_crypto_binding *cb, const struct wpabuf *server_outer_tlvs, const struct wpabuf *peer_outer_tlvs, const u8 *cmk, u8 *compound_mac) eap_teap_compound_mac() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_tlv_common.h | 77 u8 compound_mac[20]; member
|
H A D | eap_teap_common.h | 219 const u8 *cmk, u8 *compound_mac);
|
H A D | eap_teap_common.c | 359 const u8 *cmk, u8 *compound_mac) in eap_teap_compound_mac() 419 compound_mac, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac() 356 eap_teap_compound_mac(u16 tls_cs, const struct teap_tlv_crypto_binding *cb, const struct wpabuf *server_outer_tlvs, const struct wpabuf *peer_outer_tlvs, const u8 *cmk, u8 *compound_mac) eap_teap_compound_mac() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A 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/ |
H A 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()
|