Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:compound_mac

1246 		    _bind->compound_mac, sizeof(_bind->compound_mac));
1304 os_memcpy(cmac, _bind->compound_mac, sizeof(cmac));
1305 os_memset(_bind->compound_mac, 0, sizeof(cmac));
1308 hmac_sha1(cmk, 20, (u8 *) _bind, bind_len, _bind->compound_mac);
1309 res = os_memcmp(cmac, _bind->compound_mac, sizeof(cmac));
1313 _bind->compound_mac, sizeof(cmac));
1318 os_memcpy(_bind->compound_mac, cmac, sizeof(cmac));
1355 hmac_sha1(cmk, 20, (u8 *) rbind, sizeof(*rbind), rbind->compound_mac);
1363 rbind->compound_mac, sizeof(rbind->compound_mac));