Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:cmac

755 	u8 cmk[EAP_FAST_CMK_LEN], cmac[SHA1_MAC_LEN];
766 os_memcpy(cmac, _bind->compound_mac, sizeof(cmac));
767 os_memset(_bind->compound_mac, 0, sizeof(cmac));
772 res = os_memcmp_const(cmac, _bind->compound_mac, sizeof(cmac));
774 cmac, sizeof(cmac));
776 _bind->compound_mac, sizeof(cmac));
779 os_memcpy(_bind->compound_mac, cmac, sizeof(cmac));