Searched refs:compound_mac (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_fast.c667 binding->compound_mac);
676 binding->compound_mac, sizeof(binding->compound_mac));
1192 b->compound_mac, sizeof(b->compound_mac));
1216 os_memcpy(cmac, b->compound_mac, sizeof(cmac));
1217 os_memset(b->compound_mac, 0, sizeof(cmac));
1222 b->compound_mac);
1223 if (os_memcmp_const(cmac, b->compound_mac, sizeof(cmac)) != 0) {
1226 b->compound_mac, sizeo
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_fast.c604 _bind->compound_mac, sizeof(_bind->compound_mac));
635 rbind->compound_mac);
643 rbind->compound_mac, sizeof(rbind->compound_mac));
771 os_memcpy(cmac, _bind->compound_mac, sizeof(cmac));
772 os_memset(_bind->compound_mac, 0, sizeof(cmac));
776 _bind->compound_mac);
777 res = os_memcmp_const(cmac, _bind->compound_mac, sizeof(cmac));
781 _bind->compound_mac, sizeo
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_teap_common.h209 const u8 *cmk, u8 *compound_mac);
H A Deap_teap_common.c350 const u8 *cmk, u8 *compound_mac)
410 compound_mac, EAP_TEAP_COMPOUND_MAC_LEN);
347 eap_teap_compound_mac(u16 tls_cs, const struct teap_tlv_crypto_binding *cb, const struct wpabuf *server_outer_tlvs, const struct wpabuf *peer_outer_tlvs, const u8 *cmk, u8 *compound_mac) argument
H A Deap_tlv_common.h77 u8 compound_mac[20]; member in struct:eap_tlv_crypto_binding_tlv
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_module_tests.c935 const u8 compound_mac[] = { local
996 os_memcmp(tlv + sizeof(tlv) - 20, compound_mac,
997 sizeof(compound_mac)) != 0) {

Completed in 104 milliseconds