Home
last modified time | relevance | path

Searched refs:compound_mac (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/eap_server/
Deap_server_fast.c669 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()
/external/wpa_supplicant_8/src/eap_peer/
Deap_fast.c624 _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()
/external/wpa_supplicant_8/src/eap_common/
Deap_tlv_common.h77 u8 compound_mac[20]; member
Deap_teap_common.h219 const u8 *cmk, u8 *compound_mac);
Deap_teap_common.c359 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()
/external/wpa_supplicant_8/src/crypto/
Dcrypto_module_tests.c1084 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()