Symbol: PULL64
crypto/libressl/crypto/gost/streebog.c
1246
M[i] = PULL64(in[i*8]);
crypto/libressl/crypto/sha/sha512.c
336
#ifndef PULL64
crypto/libressl/crypto/sha/sha512.c
376
T = PULL64(W[i]);
crypto/libressl/crypto/sha/sha512.c
427
T1 = X[i] = PULL64(W[i]);
crypto/libressl/crypto/sha/sha512.c
497
T1 = X[0] = PULL64(W[0]); ROUND_00_15(0,a,b,c,d,e,f,g,h);
crypto/libressl/crypto/sha/sha512.c
498
T1 = X[1] = PULL64(W[1]); ROUND_00_15(1,h,a,b,c,d,e,f,g);
crypto/libressl/crypto/sha/sha512.c
499
T1 = X[2] = PULL64(W[2]); ROUND_00_15(2,g,h,a,b,c,d,e,f);
crypto/libressl/crypto/sha/sha512.c
500
T1 = X[3] = PULL64(W[3]); ROUND_00_15(3,f,g,h,a,b,c,d,e);
crypto/libressl/crypto/sha/sha512.c
501
T1 = X[4] = PULL64(W[4]); ROUND_00_15(4,e,f,g,h,a,b,c,d);
crypto/libressl/crypto/sha/sha512.c
502
T1 = X[5] = PULL64(W[5]); ROUND_00_15(5,d,e,f,g,h,a,b,c);
crypto/libressl/crypto/sha/sha512.c
503
T1 = X[6] = PULL64(W[6]); ROUND_00_15(6,c,d,e,f,g,h,a,b);
crypto/libressl/crypto/sha/sha512.c
504
T1 = X[7] = PULL64(W[7]); ROUND_00_15(7,b,c,d,e,f,g,h,a);
crypto/libressl/crypto/sha/sha512.c
505
T1 = X[8] = PULL64(W[8]); ROUND_00_15(8,a,b,c,d,e,f,g,h);
crypto/libressl/crypto/sha/sha512.c
506
T1 = X[9] = PULL64(W[9]); ROUND_00_15(9,h,a,b,c,d,e,f,g);
crypto/libressl/crypto/sha/sha512.c
507
T1 = X[10] = PULL64(W[10]); ROUND_00_15(10,g,h,a,b,c,d,e,f);
crypto/libressl/crypto/sha/sha512.c
508
T1 = X[11] = PULL64(W[11]); ROUND_00_15(11,f,g,h,a,b,c,d,e);
crypto/libressl/crypto/sha/sha512.c
509
T1 = X[12] = PULL64(W[12]); ROUND_00_15(12,e,f,g,h,a,b,c,d);
crypto/libressl/crypto/sha/sha512.c
510
T1 = X[13] = PULL64(W[13]); ROUND_00_15(13,d,e,f,g,h,a,b,c);
crypto/libressl/crypto/sha/sha512.c
511
T1 = X[14] = PULL64(W[14]); ROUND_00_15(14,c,d,e,f,g,h,a,b);
crypto/libressl/crypto/sha/sha512.c
512
T1 = X[15] = PULL64(W[15]); ROUND_00_15(15,b,c,d,e,f,g,h,a);