HomeSort by relevance Sort by last modified time
    Searched refs:ulong64 (Results 1 - 17 of 17) sorted by null

  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_macros.h 4 typedef unsigned __int64 ulong64; typedef
7 typedef unsigned long long ulong64; typedef
39 { x = (((ulong64)((y)[7] & 255))<<56)|(((ulong64)((y)[6] & 255))<<48)| \
40 (((ulong64)((y)[5] & 255))<<40)|(((ulong64)((y)[4] & 255))<<32)| \
41 (((ulong64)((y)[3] & 255))<<24)|(((ulong64)((y)[2] & 255))<<16)| \
42 (((ulong64)((y)[1] & 255))<<8)|(((ulong64)((y)[0] & 255)));
    [all...]
tomcrypt_hash.h 4 ulong64 length, state[8];
12 ulong64 length;
20 ulong64 length;
28 ulong64 length;
36 ulong64 length;
44 ulong64 state[3], length;
59 ulong64 length;
67 ulong64 length;
75 ulong64 length;
83 ulong64 length
    [all...]
tomcrypt_prng.h 31 ulong64 reset_cnt; /* number of times we have reset */
tomcrypt_cipher.h 120 ulong64 roundKeyEnc[8 + 1];
121 ulong64 roundKeyDec[8 + 1];
tomcrypt_mac.h 247 ulong64 totlen, /* 64-bit counter used for IV and AAD */
  /external/dropbear/libtommath/etc/
tune.c 14 static ulong64 TIMFUNC (void)
48 ulong64 LBL_T;
50 ulong64 t_read(void) { return TIMFUNC() - LBL_T; }
54 extern ulong64 t_read(void);
57 ulong64 time_mult(int size, int s)
61 ulong64 t1;
87 ulong64 time_sqr(int size, int s)
91 ulong64 t1;
117 ulong64 t1, t2;
  /external/dropbear/libtomcrypt/testprof/
tomcrypt_test.h 53 ulong64 rdtsc (void);
56 ulong64 t_read(void);
x86_prof.c 43 ulong64 rdtsc (void)
47 ulong64 a;
51 ulong64 a;
57 return (((ulong64)b) << 32ULL) | ((ulong64)a);
66 ulong64 a;
93 static ulong64 timer, skew = 0;
100 ulong64 t_read(void)
107 ulong64 c1, c2, t1, t2, t3;
110 c1 = c2 = (ulong64)-1
    [all...]
store_test.c 9 ulong64 LL, LL1;
  /external/dropbear/libtomcrypt/src/ciphers/
khazad.c 40 static const ulong64 T0[256] = {
107 static const ulong64 T1[256] = {
174 static const ulong64 T2[256] = {
241 static const ulong64 T3[256] = {
308 static const ulong64 T4[256] = {
    [all...]
des.c 254 static const ulong64 des_ip[8][256] = {
    [all...]
  /external/dropbear/libtommath/demo/
timing.c 4 ulong64 _tt;
43 static ulong64 TIMFUNC(void)
83 ulong64 tt, gg, CLK_PER_SEC;
  /external/dropbear/libtomcrypt/src/hashes/
tiger.c 44 static const ulong64 table[4*256] = {
    [all...]
  /external/dropbear/libtomcrypt/src/hashes/sha2/
sha512.c 39 static const ulong64 K[80] = {
86 #define R(x, n) (((x)&CONST64(0xFFFFFFFFFFFFFFFF))>>((ulong64)n))
99 ulong64 S[8], W[80], t0, t1;
165 burn_stack(sizeof(ulong64) * 90 + sizeof(int));
  /external/dropbear/libtommath/
tommath.h 72 typedef unsigned long long ulong64; typedef
86 typedef unsigned __int64 ulong64; typedef
89 typedef unsigned long long ulong64; typedef
95 typedef ulong64 mp_word;
  /external/dropbear/libtomcrypt/src/hashes/whirl/
whirl.c 62 ulong64 K[2][8], T[3][8];
117 burn_stack((5 * 8 * sizeof(ulong64)) + (2 * sizeof(int)));
whirltab.c 5 static const ulong64 sbox0[] = {
95 static const ulong64 sbox1[] = {
162 static const ulong64 sbox2[] = {
229 static const ulong64 sbox3[] = {
296 static const ulong64 sbox4[] = {
    [all...]

Completed in 162 milliseconds