Symbol: GG
crypto/krb5/src/lib/crypto/builtin/md4/md4.c
170
GG (a, b, c, d, in[round2indices[i]], round2consts[i%4]); ROTATE;
crypto/krb5/src/lib/crypto/builtin/md4/md4.c
199
GG (a, b, c, d, in[ 0], 3);
crypto/krb5/src/lib/crypto/builtin/md4/md4.c
200
GG (d, a, b, c, in[ 4], 5);
crypto/krb5/src/lib/crypto/builtin/md4/md4.c
201
GG (c, d, a, b, in[ 8], 9);
crypto/krb5/src/lib/crypto/builtin/md4/md4.c
202
GG (b, c, d, a, in[12], 13);
crypto/krb5/src/lib/crypto/builtin/md4/md4.c
203
GG (a, b, c, d, in[ 1], 3);
crypto/krb5/src/lib/crypto/builtin/md4/md4.c
204
GG (d, a, b, c, in[ 5], 5);
crypto/krb5/src/lib/crypto/builtin/md4/md4.c
205
GG (c, d, a, b, in[ 9], 9);
crypto/krb5/src/lib/crypto/builtin/md4/md4.c
206
GG (b, c, d, a, in[13], 13);
crypto/krb5/src/lib/crypto/builtin/md4/md4.c
207
GG (a, b, c, d, in[ 2], 3);
crypto/krb5/src/lib/crypto/builtin/md4/md4.c
208
GG (d, a, b, c, in[ 6], 5);
crypto/krb5/src/lib/crypto/builtin/md4/md4.c
209
GG (c, d, a, b, in[10], 9);
crypto/krb5/src/lib/crypto/builtin/md4/md4.c
210
GG (b, c, d, a, in[14], 13);
crypto/krb5/src/lib/crypto/builtin/md4/md4.c
211
GG (a, b, c, d, in[ 3], 3);
crypto/krb5/src/lib/crypto/builtin/md4/md4.c
212
GG (d, a, b, c, in[ 7], 5);
crypto/krb5/src/lib/crypto/builtin/md4/md4.c
213
GG (c, d, a, b, in[11], 9);
crypto/krb5/src/lib/crypto/builtin/md4/md4.c
214
GG (b, c, d, a, in[15], 13);
crypto/krb5/src/lib/crypto/builtin/md5/md5.c
220
GG (a, b, c, d, in[r2index], round2s[i%4], round2consts[i]);
crypto/krb5/src/lib/crypto/builtin/md5/md5.c
277
GG ( a, b, c, d, in[ 1], S21, 4129170786UL); /* 17 */
crypto/krb5/src/lib/crypto/builtin/md5/md5.c
278
GG ( d, a, b, c, in[ 6], S22, 3225465664UL); /* 18 */
crypto/krb5/src/lib/crypto/builtin/md5/md5.c
279
GG ( c, d, a, b, in[11], S23, 643717713UL); /* 19 */
crypto/krb5/src/lib/crypto/builtin/md5/md5.c
280
GG ( b, c, d, a, in[ 0], S24, 3921069994UL); /* 20 */
crypto/krb5/src/lib/crypto/builtin/md5/md5.c
281
GG ( a, b, c, d, in[ 5], S21, 3593408605UL); /* 21 */
crypto/krb5/src/lib/crypto/builtin/md5/md5.c
282
GG ( d, a, b, c, in[10], S22, 38016083UL); /* 22 */
crypto/krb5/src/lib/crypto/builtin/md5/md5.c
283
GG ( c, d, a, b, in[15], S23, 3634488961UL); /* 23 */
crypto/krb5/src/lib/crypto/builtin/md5/md5.c
284
GG ( b, c, d, a, in[ 4], S24, 3889429448UL); /* 24 */
crypto/krb5/src/lib/crypto/builtin/md5/md5.c
285
GG ( a, b, c, d, in[ 9], S21, 568446438UL); /* 25 */
crypto/krb5/src/lib/crypto/builtin/md5/md5.c
286
GG ( d, a, b, c, in[14], S22, 3275163606UL); /* 26 */
crypto/krb5/src/lib/crypto/builtin/md5/md5.c
287
GG ( c, d, a, b, in[ 3], S23, 4107603335UL); /* 27 */
crypto/krb5/src/lib/crypto/builtin/md5/md5.c
288
GG ( b, c, d, a, in[ 8], S24, 1163531501UL); /* 28 */
crypto/krb5/src/lib/crypto/builtin/md5/md5.c
289
GG ( a, b, c, d, in[13], S21, 2850285829UL); /* 29 */
crypto/krb5/src/lib/crypto/builtin/md5/md5.c
290
GG ( d, a, b, c, in[ 2], S22, 4243563512UL); /* 30 */
crypto/krb5/src/lib/crypto/builtin/md5/md5.c
291
GG ( c, d, a, b, in[ 7], S23, 1735328473UL); /* 31 */
crypto/krb5/src/lib/crypto/builtin/md5/md5.c
292
GG ( b, c, d, a, in[12], S24, 2368359562UL); /* 32 */
crypto/krb5/src/lib/crypto/builtin/sha2/sha256.c
124
uint32_t AA, BB, CC, DD, EE, FF, GG, HH;
crypto/krb5/src/lib/crypto/builtin/sha2/sha256.c
134
GG = G;
crypto/krb5/src/lib/crypto/builtin/sha2/sha256.c
146
T1 = HH + Sigma1(EE) + Ch(EE, FF, GG) + constant_256[i] + data[i];
crypto/krb5/src/lib/crypto/builtin/sha2/sha256.c
149
HH = GG;
crypto/krb5/src/lib/crypto/builtin/sha2/sha256.c
150
GG = FF;
crypto/krb5/src/lib/crypto/builtin/sha2/sha256.c
165
G += GG;
crypto/krb5/src/lib/crypto/builtin/sha2/sha512.c
132
uint64_t AA, BB, CC, DD, EE, FF, GG, HH;
crypto/krb5/src/lib/crypto/builtin/sha2/sha512.c
142
GG = G;
crypto/krb5/src/lib/crypto/builtin/sha2/sha512.c
154
T1 = HH + Sigma1(EE) + Ch(EE, FF, GG) + constant_512[i] + data[i];
crypto/krb5/src/lib/crypto/builtin/sha2/sha512.c
157
HH = GG;
crypto/krb5/src/lib/crypto/builtin/sha2/sha512.c
158
GG = FF;
crypto/krb5/src/lib/crypto/builtin/sha2/sha512.c
173
G += GG;
crypto/openssl/crypto/sm3/sm3_local.h
100
#define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \
crypto/openssl/crypto/sm3/sm3_local.h
106
const SM3_WORD TT2 = GG(E, F, G) + H + SS1 + Wi; \
sbin/ipf/ipftest/md5.c
230
GG ( a, b, c, d, in[ 1], S21, UL(4129170786)); /* 17 */
sbin/ipf/ipftest/md5.c
231
GG ( d, a, b, c, in[ 6], S22, UL(3225465664)); /* 18 */
sbin/ipf/ipftest/md5.c
232
GG ( c, d, a, b, in[11], S23, UL( 643717713)); /* 19 */
sbin/ipf/ipftest/md5.c
233
GG ( b, c, d, a, in[ 0], S24, UL(3921069994)); /* 20 */
sbin/ipf/ipftest/md5.c
234
GG ( a, b, c, d, in[ 5], S21, UL(3593408605)); /* 21 */
sbin/ipf/ipftest/md5.c
235
GG ( d, a, b, c, in[10], S22, UL( 38016083)); /* 22 */
sbin/ipf/ipftest/md5.c
236
GG ( c, d, a, b, in[15], S23, UL(3634488961)); /* 23 */
sbin/ipf/ipftest/md5.c
237
GG ( b, c, d, a, in[ 4], S24, UL(3889429448)); /* 24 */
sbin/ipf/ipftest/md5.c
238
GG ( a, b, c, d, in[ 9], S21, UL( 568446438)); /* 25 */
sbin/ipf/ipftest/md5.c
239
GG ( d, a, b, c, in[14], S22, UL(3275163606)); /* 26 */
sbin/ipf/ipftest/md5.c
240
GG ( c, d, a, b, in[ 3], S23, UL(4107603335)); /* 27 */
sbin/ipf/ipftest/md5.c
241
GG ( b, c, d, a, in[ 8], S24, UL(1163531501)); /* 28 */
sbin/ipf/ipftest/md5.c
242
GG ( a, b, c, d, in[13], S21, UL(2850285829)); /* 29 */
sbin/ipf/ipftest/md5.c
243
GG ( d, a, b, c, in[ 2], S22, UL(4243563512)); /* 30 */
sbin/ipf/ipftest/md5.c
244
GG ( c, d, a, b, in[ 7], S23, UL(1735328473)); /* 31 */
sbin/ipf/ipftest/md5.c
245
GG ( b, c, d, a, in[12], S24, UL(2368359562)); /* 32 */
sys/crypto/md4c.c
211
GG (a, b, c, d, x[ 0], S21); /* 17 */
sys/crypto/md4c.c
212
GG (d, a, b, c, x[ 4], S22); /* 18 */
sys/crypto/md4c.c
213
GG (c, d, a, b, x[ 8], S23); /* 19 */
sys/crypto/md4c.c
214
GG (b, c, d, a, x[12], S24); /* 20 */
sys/crypto/md4c.c
215
GG (a, b, c, d, x[ 1], S21); /* 21 */
sys/crypto/md4c.c
216
GG (d, a, b, c, x[ 5], S22); /* 22 */
sys/crypto/md4c.c
217
GG (c, d, a, b, x[ 9], S23); /* 23 */
sys/crypto/md4c.c
218
GG (b, c, d, a, x[13], S24); /* 24 */
sys/crypto/md4c.c
219
GG (a, b, c, d, x[ 2], S21); /* 25 */
sys/crypto/md4c.c
220
GG (d, a, b, c, x[ 6], S22); /* 26 */
sys/crypto/md4c.c
221
GG (c, d, a, b, x[10], S23); /* 27 */
sys/crypto/md4c.c
222
GG (b, c, d, a, x[14], S24); /* 28 */
sys/crypto/md4c.c
223
GG (a, b, c, d, x[ 3], S21); /* 29 */
sys/crypto/md4c.c
224
GG (d, a, b, c, x[ 7], S22); /* 30 */
sys/crypto/md4c.c
225
GG (c, d, a, b, x[11], S23); /* 31 */
sys/crypto/md4c.c
226
GG (b, c, d, a, x[15], S24); /* 32 */
sys/fs/ext2fs/ext2_hash.c
131
GG(a, b, c, d, data[1], 3);
sys/fs/ext2fs/ext2_hash.c
132
GG(d, a, b, c, data[3], 5);
sys/fs/ext2fs/ext2_hash.c
133
GG(c, d, a, b, data[5], 9);
sys/fs/ext2fs/ext2_hash.c
134
GG(b, c, d, a, data[7], 13);
sys/fs/ext2fs/ext2_hash.c
135
GG(a, b, c, d, data[0], 3);
sys/fs/ext2fs/ext2_hash.c
136
GG(d, a, b, c, data[2], 5);
sys/fs/ext2fs/ext2_hash.c
137
GG(c, d, a, b, data[4], 9);
sys/fs/ext2fs/ext2_hash.c
138
GG(b, c, d, a, data[6], 13);