Searched refs:compound_mac (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/wpa/src/eap_common/
H A Deap_tlv_common.h77 u8 compound_mac[20]; member in struct:eap_tlv_crypto_binding_tlv
/freebsd-10.3-release/contrib/wpa/src/eap_server/
H A Deap_server_fast.c662 binding->compound_mac);
671 binding->compound_mac, sizeof(binding->compound_mac));
1182 b->compound_mac, sizeof(b->compound_mac));
1206 os_memcpy(cmac, b->compound_mac, sizeof(cmac));
1207 os_memset(b->compound_mac, 0, sizeof(cmac));
1212 b->compound_mac);
1213 if (os_memcmp(cmac, b->compound_mac, sizeof(cmac)) != 0) {
1216 b->compound_mac, sizeo
[all...]
/freebsd-10.3-release/contrib/wpa/src/eap_peer/
H A Deap_fast.c585 _bind->compound_mac, sizeof(_bind->compound_mac));
616 rbind->compound_mac);
624 rbind->compound_mac, sizeof(rbind->compound_mac));
751 os_memcpy(cmac, _bind->compound_mac, sizeof(cmac));
752 os_memset(_bind->compound_mac, 0, sizeof(cmac));
756 _bind->compound_mac);
757 res = os_memcmp(cmac, _bind->compound_mac, sizeof(cmac));
761 _bind->compound_mac, sizeo
[all...]

Completed in 63 milliseconds