HomeSort by relevance Sort by last modified time
    Searched defs:_t (Results 1 - 8 of 8) sorted by null

  /external/llvm/test/MC/ARM/
hilo-16bit-relocations.s 4 _t: label
  /external/wpa_supplicant_8/src/crypto/
fips_prf_internal.c 26 u32 t[5], _t[5]; local
51 os_memcpy(_t, t, 20);
52 SHA1Transform(_t, xkey);
53 _t[0] = host_to_be32(_t[0]);
54 _t[1] = host_to_be32(_t[1]);
55 _t[2] = host_to_be32(_t[2]);
56 _t[3] = host_to_be32(_t[3])
    [all...]
fips_prf_openssl.c 35 u32 t[5], _t[5]; local
60 os_memcpy(_t, t, 20);
61 sha1_transform((u8 *) _t, xkey);
62 _t[0] = host_to_be32(_t[0]);
63 _t[1] = host_to_be32(_t[1]);
64 _t[2] = host_to_be32(_t[2]);
65 _t[3] = host_to_be32(_t[3])
    [all...]
  /external/wpa_supplicant/
crypto.c 106 u32 t[5], _t[5]; local
131 os_memcpy(_t, t, 20);
132 sha1_transform((u8 *) _t, xkey);
133 _t[0] = host_to_be32(_t[0]);
134 _t[1] = host_to_be32(_t[1]);
135 _t[2] = host_to_be32(_t[2]);
136 _t[3] = host_to_be32(_t[3])
    [all...]
sha1.c 414 u32 t[5], _t[5]; local
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])
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_openssl.c 108 u32 t[5], _t[5]; local
133 os_memcpy(_t, t, 20);
134 sha1_transform((u8 *) _t, xkey);
135 _t[0] = host_to_be32(_t[0]);
136 _t[1] = host_to_be32(_t[1]);
137 _t[2] = host_to_be32(_t[2]);
138 _t[3] = host_to_be32(_t[3])
    [all...]
sha1.c 420 u32 t[5], _t[5]; local
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])
    [all...]
  /external/chromium/third_party/libevent/
evdns.c 761 #define GET16(x) do { if (j + 2 > length) goto err; memcpy(&_t, packet + j, 2); j += 2; x = ntohs(_t); } while(0)
815 u16 _t; /* used by the macros */ local
960 u16 _t; /* used by the macros */ local
1375 u16 _t; local
1454 u16 _t; \/* used by the macros *\/ local
1633 u16 _t; local
    [all...]

Completed in 296 milliseconds