Home | History | Annotate | Download | only in crypto

Lines Matching defs:_t

29 	u32 t[5], _t[5];
55 os_memcpy(_t, t, 20);
56 sha1_transform((u8 *) _t, xkey);
57 _t[0] = host_to_be32(_t[0]);
58 _t[1] = host_to_be32(_t[1]);
59 _t[2] = host_to_be32(_t[2]);
60 _t[3] = host_to_be32(_t[3]);
61 _t[4] = host_to_be32(_t[4]);
62 os_memcpy(xpos, _t, 20);