Searched refs:emsk_compound_mac (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_teap.c | 658 cb->emsk_compound_mac, sizeof(cb->emsk_compound_mac)); in eap_teap_validate_crypto_binding() 704 os_memset(rbind->emsk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_write_crypto_binding() 714 rbind->emsk_compound_mac) < 0) in eap_teap_write_crypto_binding() 723 rbind->emsk_compound_mac, sizeof(rbind->emsk_compound_mac)); in eap_teap_write_crypto_binding() 866 u8 emsk_compound_mac[EAP_TEAP_COMPOUND_MAC_LEN]; in eap_teap_process_crypto_binding() local 871 emsk_compound_mac) < 0) in eap_teap_process_crypto_binding() 873 res = os_memcmp_const(emsk_compound_mac, cb->emsk_compound_mac, in eap_teap_process_crypto_binding() 876 cb->emsk_compound_mac, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_process_crypto_binding() 879 emsk_compound_mac, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_process_crypto_binding()
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_teap.c | 696 cb->emsk_compound_mac) < 0) { in eap_teap_build_crypto_binding() 707 cb->emsk_compound_mac, sizeof(cb->emsk_compound_mac)); in eap_teap_build_crypto_binding() 1427 cb->emsk_compound_mac, sizeof(cb->emsk_compound_mac)); in eap_teap_validate_crypto_binding() 1486 u8 emsk_compound_mac[EAP_TEAP_COMPOUND_MAC_LEN]; in eap_teap_validate_crypto_binding() local 1491 emsk_compound_mac) < 0) in eap_teap_validate_crypto_binding() 1493 if (os_memcmp_const(emsk_compound_mac, cb->emsk_compound_mac, in eap_teap_validate_crypto_binding() 1497 emsk_compound_mac, in eap_teap_validate_crypto_binding()
|
/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_teap_common.h | 78 u8 emsk_compound_mac[EAP_TEAP_COMPOUND_MAC_LEN]; member
|
H A D | eap_teap_common.c | 383 os_memset(tmp_cb->emsk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac()
|