Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/wpa/src/eap_server/
HDeap_server_fast.c667 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()
/freebsd-11-stable/contrib/wpa/src/eap_peer/
HDeap_fast.c604 _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()
/freebsd-11-stable/contrib/wpa/src/eap_common/
HDeap_tlv_common.h77 u8 compound_mac[20]; member
HDeap_teap_common.h209 const u8 *cmk, u8 *compound_mac);
HDeap_teap_common.c350 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()
/freebsd-11-stable/contrib/wpa/src/crypto/
HDcrypto_module_tests.c935 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()