Searched defs:ROUND (Results 1 - 14 of 14) sorted by relevance

/external/dropbear/libtomcrypt/notes/etc/
H A Dsaferp_optimizer.c20 #define ROUND(b, i) \ macro
60 /* do 8 rounds of ROUND; LT; */
62 /* ROUND(..., x*2) */
99 /* do 4 rounds of ROUND; LT; */
101 /* ROUND(..., x*2) */
139 /* do 4 rounds of ROUND; LT; */
141 /* ROUND(..., x*2) */
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-internal-enc.c39 #define ROUND(i,d,s) \ macro
47 ROUND(1,t,s);
48 ROUND(2,s,t);
49 ROUND(3,t,s);
50 ROUND(4,s,t);
51 ROUND(5,t,s);
52 ROUND(6,s,t);
53 ROUND(7,t,s);
54 ROUND(8,s,t);
55 ROUND(
81 #undef ROUND macro
[all...]
H A Daes-internal-dec.c92 #define ROUND(i,d,s) \ macro
100 ROUND(1,t,s);
101 ROUND(2,s,t);
102 ROUND(3,t,s);
103 ROUND(4,s,t);
104 ROUND(5,t,s);
105 ROUND(6,s,t);
106 ROUND(7,t,s);
107 ROUND(8,s,t);
108 ROUND(
134 #undef ROUND macro
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Daes-internal-enc.c39 #define ROUND(i,d,s) \ macro
47 ROUND(1,t,s);
48 ROUND(2,s,t);
49 ROUND(3,t,s);
50 ROUND(4,s,t);
51 ROUND(5,t,s);
52 ROUND(6,s,t);
53 ROUND(7,t,s);
54 ROUND(8,s,t);
55 ROUND(
81 #undef ROUND macro
[all...]
H A Daes-internal-dec.c92 #define ROUND(i,d,s) \ macro
100 ROUND(1,t,s);
101 ROUND(2,s,t);
102 ROUND(3,t,s);
103 ROUND(4,s,t);
104 ROUND(5,t,s);
105 ROUND(6,s,t);
106 ROUND(7,t,s);
107 ROUND(8,s,t);
108 ROUND(
134 #undef ROUND macro
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal-enc.c39 #define ROUND(i,d,s) \ macro
47 ROUND(1,t,s);
48 ROUND(2,s,t);
49 ROUND(3,t,s);
50 ROUND(4,s,t);
51 ROUND(5,t,s);
52 ROUND(6,s,t);
53 ROUND(7,t,s);
54 ROUND(8,s,t);
55 ROUND(
81 #undef ROUND macro
[all...]
H A Daes-internal-dec.c92 #define ROUND(i,d,s) \ macro
100 ROUND(1,t,s);
101 ROUND(2,s,t);
102 ROUND(3,t,s);
103 ROUND(4,s,t);
104 ROUND(5,t,s);
105 ROUND(6,s,t);
106 ROUND(7,t,s);
107 ROUND(8,s,t);
108 ROUND(
134 #undef ROUND macro
[all...]
/external/dropbear/libtomcrypt/src/ciphers/
H A Dnoekeon.c128 #define ROUND(i) \ macro
136 ROUND(r);
139 #undef ROUND macro
183 #define ROUND(i) \ macro
191 ROUND(r);
194 #undef ROUND macro
/external/dropbear/libtomcrypt/src/ciphers/safer/
H A Dsaferp.c34 /* ROUND(b,i)
47 #define ROUND(b, i) \ macro
141 ROUND(b, i);
159 #undef ROUND macro
160 #define ROUND(b, i) _round(b, i, skey) macro
347 ROUND(b, 0); LT(b, ct);
348 ROUND(ct, 2); LT(ct, b);
349 ROUND(b, 4); LT(b, ct);
350 ROUND(ct, 6); LT(ct, b);
351 ROUND(
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Ddirhash.c61 #define ROUND(f, a, b, c, d, x, s) \ macro
75 ROUND(F, a, b, c, d, in[0] + K1, 3);
76 ROUND(F, d, a, b, c, in[1] + K1, 7);
77 ROUND(F, c, d, a, b, in[2] + K1, 11);
78 ROUND(F, b, c, d, a, in[3] + K1, 19);
79 ROUND(F, a, b, c, d, in[4] + K1, 3);
80 ROUND(F, d, a, b, c, in[5] + K1, 7);
81 ROUND(F, c, d, a, b, in[6] + K1, 11);
82 ROUND(F, b, c, d, a, in[7] + K1, 19);
85 ROUND(
110 #undef ROUND macro
[all...]
/external/chromium/crypto/third_party/nss/
H A Dsha512.cc286 #define ROUND(n,a,b,c,d,e,f,g,h) \ macro
295 ROUND(t+0,a,b,c,d,e,f,g,h)
296 ROUND(t+1,h,a,b,c,d,e,f,g)
297 ROUND(t+2,g,h,a,b,c,d,e,f)
298 ROUND(t+3,f,g,h,a,b,c,d,e)
299 ROUND(t+4,e,f,g,h,a,b,c,d)
300 ROUND(t+5,d,e,f,g,h,a,b,c)
301 ROUND(t+6,c,d,e,f,g,h,a,b)
302 ROUND(t+7,b,c,d,e,f,g,h,a)
306 ROUND(
388 #undef ROUND macro
[all...]
/external/openssh/openbsd-compat/
H A Dbsd-snprintf.c622 static LLONG ROUND(LDOUBLE value) function
732 fracpart = ROUND((POW10(max)) * (ufvalue - intpart));
/external/freetype/src/smooth/
H A Dftgrays.c272 #define ROUND( x ) ( ( (x) + ONE_PIXEL / 2 ) & -ONE_PIXEL ) macro
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 313 milliseconds