Home | History | Annotate | Download | only in crypto

Lines Matching defs:_t

420 	u32 t[5], _t[5];
445 os_memcpy(_t, t, 20);
446 SHA1Transform(_t, xkey);
447 _t[0] = host_to_be32(_t[0]);
448 _t[1] = host_to_be32(_t[1]);
449 _t[2] = host_to_be32(_t[2]);
450 _t[3] = host_to_be32(_t[3]);
451 _t[4] = host_to_be32(_t[4]);
452 os_memcpy(xpos, _t, 20);