Home
last modified time | relevance | path

Searched refs:msk_compound_mac (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/eap_peer/
H A Deap_teap.c660 cb->msk_compound_mac, sizeof(cb->msk_compound_mac)); in eap_teap_validate_crypto_binding()
705 os_memset(rbind->msk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_write_crypto_binding()
709 rbind->msk_compound_mac) < 0) in eap_teap_write_crypto_binding()
725 rbind->msk_compound_mac, sizeof(rbind->msk_compound_mac)); in eap_teap_write_crypto_binding()
842 u8 msk_compound_mac[EAP_TEAP_COMPOUND_MAC_LEN]; in eap_teap_process_crypto_binding() local
847 msk_compound_mac) < 0) in eap_teap_process_crypto_binding()
849 res = os_memcmp_const(msk_compound_mac, cb->msk_compound_mac, in eap_teap_process_crypto_binding()
852 cb->msk_compound_mac, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_process_crypto_binding()
855 msk_compound_mac, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_process_crypto_binding()
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_teap.c688 cb->msk_compound_mac) < 0) { in eap_teap_build_crypto_binding()
709 cb->msk_compound_mac, sizeof(cb->msk_compound_mac)); in eap_teap_build_crypto_binding()
1429 cb->msk_compound_mac, sizeof(cb->msk_compound_mac)); in eap_teap_validate_crypto_binding()
1464 u8 msk_compound_mac[EAP_TEAP_COMPOUND_MAC_LEN]; in eap_teap_validate_crypto_binding() local
1469 msk_compound_mac) < 0) in eap_teap_validate_crypto_binding()
1471 if (os_memcmp_const(msk_compound_mac, cb->msk_compound_mac, in eap_teap_validate_crypto_binding()
1475 msk_compound_mac, in eap_teap_validate_crypto_binding()
/freebsd/contrib/wpa/src/eap_common/
H A Deap_teap_common.h79 u8 msk_compound_mac[EAP_TEAP_COMPOUND_MAC_LEN]; member
H A Deap_teap_common.c384 os_memset(tmp_cb->msk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac()