Home | History | Annotate | Download | only in crypto

Lines Matching defs:_t

20 	u32 t[5], _t[5];
46 os_memcpy(_t, t, 20);
47 SHA1Transform(_t, xkey);
48 _t[0] = host_to_be32(_t[0]);
49 _t[1] = host_to_be32(_t[1]);
50 _t[2] = host_to_be32(_t[2]);
51 _t[3] = host_to_be32(_t[3]);
52 _t[4] = host_to_be32(_t[4]);
53 os_memcpy(xpos, _t, 20);