Lines Matching defs:_t
20 u32 _t[5];43 os_memcpy(_t, ctx.state, 20);44 SHA1Transform(_t, xkey);45 _t[0] = host_to_be32(_t[0]);46 _t[1] = host_to_be32(_t[1]);47 _t[2] = host_to_be32(_t[2]);48 _t[3] = host_to_be32(_t[3]);49 _t[4] = host_to_be32(_t[4]);50 os_memcpy(xpos, _t, 20);