Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/eap_peer/
Deap_fast.c603 _bind->compound_mac, sizeof(_bind->compound_mac)); in eap_fast_validate_crypto_binding()
634 rbind->compound_mac); in eap_fast_write_crypto_binding()
642 rbind->compound_mac, sizeof(rbind->compound_mac)); in eap_fast_write_crypto_binding()
770 os_memcpy(cmac, _bind->compound_mac, sizeof(cmac)); in eap_fast_process_crypto_binding()
771 os_memset(_bind->compound_mac, 0, sizeof(cmac)); in eap_fast_process_crypto_binding()
775 _bind->compound_mac); in eap_fast_process_crypto_binding()
776 res = os_memcmp_const(cmac, _bind->compound_mac, sizeof(cmac)); in eap_fast_process_crypto_binding()
780 _bind->compound_mac, sizeof(cmac)); in eap_fast_process_crypto_binding()
783 os_memcpy(_bind->compound_mac, cmac, sizeof(cmac)); in eap_fast_process_crypto_binding()
Deap_tlv_common.h77 u8 compound_mac[20]; member