Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:KeyMaterial

187 	UCHAR KeyMaterial[1];
199 UCHAR KeyMaterial[1];
891 os_memcpy(wep->KeyMaterial, key, key_len);
956 os_memcpy(nkey->KeyMaterial, key, 16);
957 os_memcpy(nkey->KeyMaterial + 16, key + 24, 8);
958 os_memcpy(nkey->KeyMaterial + 24, key + 16, 8);
960 os_memcpy(nkey->KeyMaterial, key, key_len);