Lines Matching defs:cmac
770 u8 cmk[EAP_FAST_CMK_LEN], cmac[SHA1_MAC_LEN];
781 os_memcpy(cmac, _bind->compound_mac, sizeof(cmac));
782 os_memset(_bind->compound_mac, 0, sizeof(cmac));
787 res = os_memcmp_const(cmac, _bind->compound_mac, sizeof(cmac));
789 cmac, sizeof(cmac));
791 _bind->compound_mac, sizeof(cmac));
794 os_memcpy(_bind->compound_mac, cmac, sizeof(cmac));