Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:_t

414 	u32 t[5], _t[5];
439 os_memcpy(_t, t, 20);
440 SHA1Transform(_t, xkey);
441 _t[0] = host_to_be32(_t[0]);
442 _t[1] = host_to_be32(_t[1]);
443 _t[2] = host_to_be32(_t[2]);
444 _t[3] = host_to_be32(_t[3]);
445 _t[4] = host_to_be32(_t[4]);
446 os_memcpy(xpos, _t, 20);