Searched refs:compound_mac (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/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()
|
/external/wpa_supplicant_8/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()
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_tlv_common.h | 77 u8 compound_mac[20]; member
|
/external/wpa_supplicant_8/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()
|