Lines Matching refs:GET
286 #define GET(n) \ macro
295 #define GET(n) \ macro
342 STEP(G, a, b, c, d, GET(0) + 0x5a827999, 3) in body()
343 STEP(G, d, a, b, c, GET(4) + 0x5a827999, 5) in body()
344 STEP(G, c, d, a, b, GET(8) + 0x5a827999, 9) in body()
345 STEP(G, b, c, d, a, GET(12) + 0x5a827999, 13) in body()
346 STEP(G, a, b, c, d, GET(1) + 0x5a827999, 3) in body()
347 STEP(G, d, a, b, c, GET(5) + 0x5a827999, 5) in body()
348 STEP(G, c, d, a, b, GET(9) + 0x5a827999, 9) in body()
349 STEP(G, b, c, d, a, GET(13) + 0x5a827999, 13) in body()
350 STEP(G, a, b, c, d, GET(2) + 0x5a827999, 3) in body()
351 STEP(G, d, a, b, c, GET(6) + 0x5a827999, 5) in body()
352 STEP(G, c, d, a, b, GET(10) + 0x5a827999, 9) in body()
353 STEP(G, b, c, d, a, GET(14) + 0x5a827999, 13) in body()
354 STEP(G, a, b, c, d, GET(3) + 0x5a827999, 3) in body()
355 STEP(G, d, a, b, c, GET(7) + 0x5a827999, 5) in body()
356 STEP(G, c, d, a, b, GET(11) + 0x5a827999, 9) in body()
357 STEP(G, b, c, d, a, GET(15) + 0x5a827999, 13) in body()
360 STEP(H, a, b, c, d, GET(0) + 0x6ed9eba1, 3) in body()
361 STEP(H, d, a, b, c, GET(8) + 0x6ed9eba1, 9) in body()
362 STEP(H, c, d, a, b, GET(4) + 0x6ed9eba1, 11) in body()
363 STEP(H, b, c, d, a, GET(12) + 0x6ed9eba1, 15) in body()
364 STEP(H, a, b, c, d, GET(2) + 0x6ed9eba1, 3) in body()
365 STEP(H, d, a, b, c, GET(10) + 0x6ed9eba1, 9) in body()
366 STEP(H, c, d, a, b, GET(6) + 0x6ed9eba1, 11) in body()
367 STEP(H, b, c, d, a, GET(14) + 0x6ed9eba1, 15) in body()
368 STEP(H, a, b, c, d, GET(1) + 0x6ed9eba1, 3) in body()
369 STEP(H, d, a, b, c, GET(9) + 0x6ed9eba1, 9) in body()
370 STEP(H, c, d, a, b, GET(5) + 0x6ed9eba1, 11) in body()
371 STEP(H, b, c, d, a, GET(13) + 0x6ed9eba1, 15) in body()
372 STEP(H, a, b, c, d, GET(3) + 0x6ed9eba1, 3) in body()
373 STEP(H, d, a, b, c, GET(11) + 0x6ed9eba1, 9) in body()
374 STEP(H, c, d, a, b, GET(7) + 0x6ed9eba1, 11) in body()
375 STEP(H, b, c, d, a, GET(15) + 0x6ed9eba1, 15) in body()