Home
last modified time | relevance | path

Searched +refs:a +refs:b +refs:c +refs:d (Results 1 – 25 of 1051) sorted by relevance

12345678910>>...43

/external/v8/test/mjsunit/
Dmd5.js45 var a = 1732584193;
46 var b = -271733879;
47 var c = -1732584194;
48 var d = 271733878;
51 var olda = a;
52 var oldb = b;
53 var oldc = c;
54 var oldd = d;
56 a = md5_ff(a, b, c, d, x[i+ 0], 7 , -680876936);
57 d = md5_ff(d, a, b, c, x[i+ 1], 12, -389564586);
[all …]
/external/openssh/openbsd-compat/
Drmd160.c82 #define R(a, b, c, d, e, Fj, Kj, sj, rj) \ argument
84 a = ROL(sj, a + Fj(b,c,d) + X(rj) + Kj) + e; \
85 c = ROL(10, c); \
167 u_int32_t a, b, c, d, e, aa, bb, cc, dd, ee, t, x[16]; in RMD160Transform() local
182 a = state[0]; in RMD160Transform()
183 b = state[1]; in RMD160Transform()
184 c = state[2]; in RMD160Transform()
185 d = state[3]; in RMD160Transform()
189 R(a, b, c, d, e, F0, K0, 11, 0); in RMD160Transform()
190 R(e, a, b, c, d, F0, K0, 14, 1); in RMD160Transform()
[all …]
Dsha1.c49 u_int8_t c[64]; member
59 u_int32_t a, b, c, d, e; in SHA1Transform() local
66 a = state[0]; in SHA1Transform()
67 b = state[1]; in SHA1Transform()
68 c = state[2]; in SHA1Transform()
69 d = state[3]; in SHA1Transform()
73 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); in SHA1Transform()
74 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); in SHA1Transform()
75 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in SHA1Transform()
76 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15); in SHA1Transform()
[all …]
Dmd5.c159 u_int32_t a, b, c, d, in[MD5_BLOCK_LENGTH / 4]; in MD5Transform() local
164 for (a = 0; a < MD5_BLOCK_LENGTH / 4; a++) { in MD5Transform()
165 in[a] = (u_int32_t)( in MD5Transform()
166 (u_int32_t)(block[a * 4 + 0]) | in MD5Transform()
167 (u_int32_t)(block[a * 4 + 1]) << 8 | in MD5Transform()
168 (u_int32_t)(block[a * 4 + 2]) << 16 | in MD5Transform()
169 (u_int32_t)(block[a * 4 + 3]) << 24); in MD5Transform()
173 a = state[0]; in MD5Transform()
174 b = state[1]; in MD5Transform()
175 c = state[2]; in MD5Transform()
[all …]
/external/v8/test/webkit/fast/js/kde/
Dmd5-2.js57 function cmn(q, a, b, x, s, t) argument
59 return safe_add(rol(safe_add(safe_add(a, q), safe_add(x, t)), s), b)
61 function ff(a, b, c, d, x, s, t) argument
63 return cmn((b & c) | ((~b) & d), a, b, x, s, t)
65 function gg(a, b, c, d, x, s, t) argument
67 return cmn((b & d) | (c & (~d)), a, b, x, s, t)
69 function hh(a, b, c, d, x, s, t) argument
71 return cmn(b ^ c ^ d, a, b, x, s, t)
73 function ii(a, b, c, d, x, s, t) argument
75 return cmn(c ^ (b | (~d)), a, b, x, s, t)
[all …]
Dmd5-1.js60 function shr(a,b) { argument
61 a=integer(a);
62 b=integer(b);
63 if (a-0x80000000>=0) {
64        a=a%0x80000000;
65        a>>=b;
66        a+=0x40000000>>(b-1);
68        a>>=b;
69 return a;
72 function shl1(a) { argument
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
DMD5Digest.java212 int a = H1; in processBlock() local
213 int b = H2; in processBlock() local
214 int c = H3; in processBlock() local
215 int d = H4; in processBlock() local
220 a = rotateLeft(a + F(b, c, d) + X[ 0] + 0xd76aa478, S11) + b; in processBlock()
221 d = rotateLeft(d + F(a, b, c) + X[ 1] + 0xe8c7b756, S12) + a; in processBlock()
222 c = rotateLeft(c + F(d, a, b) + X[ 2] + 0x242070db, S13) + d; in processBlock()
223 b = rotateLeft(b + F(c, d, a) + X[ 3] + 0xc1bdceee, S14) + c; in processBlock()
224 a = rotateLeft(a + F(b, c, d) + X[ 4] + 0xf57c0faf, S11) + b; in processBlock()
225 d = rotateLeft(d + F(a, b, c) + X[ 5] + 0x4787c62a, S12) + a; in processBlock()
[all …]
/external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/
Dpolymer.min.js11a){var b=!1,c=document.createElement("meta");if(c.createShadowRoot){var d=c.createShadowRoot(),e=d… argument
12a.esprima={parse:R}}(this),function(a){"use strict";function b(a,b,d,e){var f;try{if(f=c(a),f.scop… argument
13d.open(r(this))),t(this,a,e)},HTMLSelectElement.prototype.bind=function(a,c,d){if("selectedindex"=… argument
14 b.events&&Object.keys(a).length>0&&console.log("[%s] addHostListeners:",this.localName,a);for(var c argument
/external/libvncserver/webclients/novnc/include/
Ddes.js88 z = 0x0, a,b,c,d,e,f, SP1,SP2,SP3,SP4,SP5,SP6,SP7,SP8,
91 a=1<<16; b=1<<24; c=a|b; d=1<<2; e=1<<10; f=d|e;
92 SP1 = [c|e,z|z,a|z,c|f,c|d,a|f,z|d,a|z,z|e,c|e,c|f,z|e,b|f,c|d,b|z,z|d,
93 z|f,b|e,b|e,a|e,a|e,c|z,c|z,b|f,a|d,b|d,b|d,a|d,z|z,z|f,a|f,b|z,
94 a|z,c|f,z|d,c|z,c|e,b|z,b|z,z|e,c|d,a|z,a|e,b|d,z|e,z|d,b|f,a|f,
95 c|f,a|d,c|z,b|f,b|d,z|f,a|f,c|e,z|f,b|e,b|e,z|z,a|d,a|e,z|z,c|d];
96 a=1<<20; b=1<<31; c=a|b; d=1<<5; e=1<<15; f=d|e;
97 SP2 = [c|f,b|e,z|e,a|f,a|z,z|d,c|d,b|f,b|d,c|f,c|e,b|z,b|e,a|z,z|d,c|d,
98 a|e,a|d,b|f,z|z,b|z,z|e,a|f,c|z,a|d,b|d,z|z,a|e,z|f,c|e,c|z,z|f,
99 z|z,a|f,c|d,a|z,b|f,c|z,c|e,z|e,c|z,b|e,z|d,c|f,a|f,z|d,z|e,b|z,
[all …]
/external/ppp/pppd/
Dsha1.c48 u_int32_t a, b, c, d, e; in SHA1_Transform() local
50 unsigned char c[64]; in SHA1_Transform() member
63 a = state[0]; in SHA1_Transform()
64 b = state[1]; in SHA1_Transform()
65 c = state[2]; in SHA1_Transform()
66 d = state[3]; in SHA1_Transform()
69 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); in SHA1_Transform()
70 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); in SHA1_Transform()
71 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in SHA1_Transform()
72 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15); in SHA1_Transform()
[all …]
Dmd5.c75 #define FF(a, b, c, d, x, s, ac) \ argument
76 {(a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); \
77 (a) = ROTATE_LEFT ((a), (s)); \
78 (a) += (b); \
80 #define GG(a, b, c, d, x, s, ac) \ argument
81 {(a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); \
82 (a) = ROTATE_LEFT ((a), (s)); \
83 (a) += (b); \
85 #define HH(a, b, c, d, x, s, ac) \ argument
86 {(a) += H ((b), (c), (d)) + (x) + (UINT4)(ac); \
[all …]
/external/fio/crc/
Dmd5.c10 uint32_t a, b, c, d; in md5_transform() local
12 a = hash[0]; in md5_transform()
13 b = hash[1]; in md5_transform()
14 c = hash[2]; in md5_transform()
15 d = hash[3]; in md5_transform()
17 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in md5_transform()
18 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in md5_transform()
19 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in md5_transform()
20 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in md5_transform()
21 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in md5_transform()
[all …]
/external/valgrind/none/tests/
Dsha1_test.c104 u_int32_t a, b, c, d, e; in SHA1Transform() local
106 unsigned char c[64]; in SHA1Transform() member
121 a = state[0]; in SHA1Transform()
122 b = state[1]; in SHA1Transform()
123 c = state[2]; in SHA1Transform()
124 d = state[3]; in SHA1Transform()
127 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); in SHA1Transform()
128 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); in SHA1Transform()
129 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in SHA1Transform()
130 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15); in SHA1Transform()
[all …]
/external/llvm/lib/Support/
DMD5.cpp57 #define STEP(f, a, b, c, d, x, t, s) \ argument
58 (a) += f((b), (c), (d)) + (x) + (t); \
59 (a) = (((a) << (s)) | (((a) & 0xffffffff) >> (32 - (s)))); \
60 (a) += (b);
77 MD5_u32plus a, b, c, d; in body() local
83 a = this->a; in body()
84 b = this->b; in body()
85 c = this->c; in body()
86 d = this->d; in body()
89 saved_a = a; in body()
[all …]
/external/wpa_supplicant_8/src/crypto/
Dsha1-internal.c175 u32 a, b, c, d, e; in SHA1Transform() local
177 unsigned char c[64]; in SHA1Transform() member
189 a = state[0]; in SHA1Transform()
190 b = state[1]; in SHA1Transform()
191 c = state[2]; in SHA1Transform()
192 d = state[3]; in SHA1Transform()
195 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); in SHA1Transform()
196 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); in SHA1Transform()
197 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in SHA1Transform()
198 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15); in SHA1Transform()
[all …]
Dmd5-internal.c207 register u32 a, b, c, d; in MD5Transform() local
209 a = buf[0]; in MD5Transform()
210 b = buf[1]; in MD5Transform()
211 c = buf[2]; in MD5Transform()
212 d = buf[3]; in MD5Transform()
214 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in MD5Transform()
215 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in MD5Transform()
216 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in MD5Transform()
217 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in MD5Transform()
218 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in MD5Transform()
[all …]
Dmd4-internal.c197 u32 a, b, c, d, in[MD4_BLOCK_LENGTH / 4]; in MD4Transform() local
202 for (a = 0; a < MD4_BLOCK_LENGTH / 4; a++) { in MD4Transform()
203 in[a] = (u32)( in MD4Transform()
204 (u32)(block[a * 4 + 0]) | in MD4Transform()
205 (u32)(block[a * 4 + 1]) << 8 | in MD4Transform()
206 (u32)(block[a * 4 + 2]) << 16 | in MD4Transform()
207 (u32)(block[a * 4 + 3]) << 24); in MD4Transform()
211 a = state[0]; in MD4Transform()
212 b = state[1]; in MD4Transform()
213 c = state[2]; in MD4Transform()
[all …]
/external/compiler-rt/lib/tsan/rtl/
Dtsan_md5.cc22 #define STEP(f, a, b, c, d, x, t, s) \ argument
23 (a) += f((b), (c), (d)) + (x) + (t); \
24 (a) = (((a) << (s)) | (((a) & 0xffffffff) >> (32 - (s)))); \
25 (a) += (b);
37 MD5_u32plus a, b, c, d; member
44 MD5_u32plus a, b, c, d; in body() local
47 a = ctx->a; in body()
48 b = ctx->b; in body()
49 c = ctx->c; in body()
50 d = ctx->d; in body()
[all …]
/external/freetype/src/base/
Dmd5.c60 #define STEP(f, a, b, c, d, x, t, s) \ argument
61 (a) += f((b), (c), (d)) + (x) + (t); \
62 (a) = (((a) << (s)) | (((a) & 0xffffffff) >> (32 - (s)))); \
63 (a) += (b);
96 MD5_u32plus a, b, c, d; in body() local
101 a = ctx->a; in body()
102 b = ctx->b; in body()
103 c = ctx->c; in body()
104 d = ctx->d; in body()
107 saved_a = a; in body()
[all …]
/external/pdfium/third_party/freetype/src/base/
Dmd5.c60 #define STEP(f, a, b, c, d, x, t, s) \ argument
61 (a) += f((b), (c), (d)) + (x) + (t); \
62 (a) = (((a) << (s)) | (((a) & 0xffffffff) >> (32 - (s)))); \
63 (a) += (b);
96 MD5_u32plus a, b, c, d; in body() local
101 a = ctx->a; in body()
102 b = ctx->b; in body()
103 c = ctx->c; in body()
104 d = ctx->d; in body()
107 saved_a = a; in body()
[all …]
/external/slf4j/slf4j-site/src/site/pages/js/
Djquery-min.js2a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}functio… argument
3 a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s… argument
4 …={},bT={},bU,bV,bW=["*/"]+["*"];try{bU=e.href}catch(bX){bU=c.createElement("a"),bU.href="",bU=bU.h… argument
/external/google-breakpad/src/common/
Dmd5.cc169 u32 a, b, c, d; in MD5Transform() local
171 a = buf[0]; in MD5Transform()
172 b = buf[1]; in MD5Transform()
173 c = buf[2]; in MD5Transform()
174 d = buf[3]; in MD5Transform()
176 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in MD5Transform()
177 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in MD5Transform()
178 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in MD5Transform()
179 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in MD5Transform()
180 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in MD5Transform()
[all …]
/external/libvpx/libvpx/
Dmd5_utils.c160 register UWORD32 a, b, c, d; in MD5Transform() local
162 a = buf[0]; in MD5Transform()
163 b = buf[1]; in MD5Transform()
164 c = buf[2]; in MD5Transform()
165 d = buf[3]; in MD5Transform()
167 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in MD5Transform()
168 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in MD5Transform()
169 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in MD5Transform()
170 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in MD5Transform()
171 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in MD5Transform()
[all …]
/external/skia/src/utils/
DSkMD5.cpp115 static inline void operation(T operation, uint32_t& a, uint32_t b, uint32_t c, uint32_t d, in operation() argument
117 a = b + rotate_left(a + operation(b, c, d) + x + t, s); in operation()
121 uint32_t a = state[0], b = state[1], c = state[2], d = state[3]; in transform() local
127 operation(F(), a, b, c, d, X[ 0], 7, 0xd76aa478); // 1 in transform()
128 operation(F(), d, a, b, c, X[ 1], 12, 0xe8c7b756); // 2 in transform()
129 operation(F(), c, d, a, b, X[ 2], 17, 0x242070db); // 3 in transform()
130 operation(F(), b, c, d, a, X[ 3], 22, 0xc1bdceee); // 4 in transform()
131 operation(F(), a, b, c, d, X[ 4], 7, 0xf57c0faf); // 5 in transform()
132 operation(F(), d, a, b, c, X[ 5], 12, 0x4787c62a); // 6 in transform()
133 operation(F(), c, d, a, b, X[ 6], 17, 0xa8304613); // 7 in transform()
[all …]
/external/libcxx/test/std/containers/associative/
Dtree_balance_after_insert.pass.cpp35 Node a; in test1() local
36 Node b; in test1() local
37 Node c; in test1() local
38 Node d; in test1() local
40 root.__left_ = &c; in test1()
42 c.__parent_ = &root; in test1()
43 c.__left_ = &b; in test1()
44 c.__right_ = &d; in test1()
45 c.__is_black_ = true; in test1()
47 b.__parent_ = &c; in test1()
[all …]

12345678910>>...43