| /src/crypto/external/apache2/openssl/dist/crypto/chacha/asm/ |
| chacha-ia64.pl | 100 sub ROUND { 193 &ROUND(0, 4, 8, 12); 194 &ROUND(0, 5, 10, 15); 251 $code.=<<___ if ($i0==0); # p1,p2 are available for reuse in first round
|
| chacha-loongarch64.pl | 108 sub ROUND { 227 &ROUND (0, 4, 8, 12); 228 &ROUND (0, 5, 10, 15);
|
| chacha-s390x.pl | 62 sub ROUND { 76 # 0 4 8 12 < even round 80 # 0 5 10 15 < odd round 89 # them once per round, in the middle. This is why you'll see 307 ROUND (0, 4, 8,12); 308 ROUND (0, 5,10,15);
|
| chacha-armv4.pl | 64 sub ROUND { 79 # 0 4 8 12 < even round 83 # 0 5 10 15 < odd round 92 # them once per round, in the middle. This is why you'll see 270 foreach (&ROUND(0, 4, 8,12)) { eval; } 271 foreach (&ROUND(0, 5,10,15)) { eval; } 744 my @thread3=&ROUND(0,4,8,12); 755 @thread3=&ROUND(0,5,10,15);
|
| chacha-armv8.pl | 73 sub ROUND { 220 foreach (&ROUND(0, 4, 8,12)) { eval; } 221 foreach (&ROUND(0, 5,10,15)) { eval; } 550 my @plus_one=&ROUND(0,4,8,12); 553 @plus_one=&ROUND(0,5,10,15); 993 my @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15)); 1012 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15)); 1107 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15)) [all...] |
| chacha-ppc.pl | 94 sub ROUND { 257 foreach (&ROUND(0, 4, 8,12)) { eval; } 258 foreach (&ROUND(0, 5,10,15)) { eval; } 604 my @thread3=&ROUND(0,4,8,12); 620 @thread3=&ROUND(0,5,10,15);
|
| chacha-x86_64.pl | 152 sub ROUND { # critical path is 24 cycles per round 165 # 0 4 8 12 < even round 169 # 0 5 10 15 < odd round 178 # them once per round, in the middle. This is why you'll see 331 foreach (&ROUND (0, 4, 8,12)) { eval; } 332 foreach (&ROUND (0, 5,10,15)) { eval; } 455 sub SSSE3ROUND { # critical path is 20 "SIMD ticks" per round 801 # 0 4 8 12 < even round 805 # 0 5 10 15 < odd round [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/chacha/asm/ |
| chacha-ia64.pl | 100 sub ROUND { 193 &ROUND(0, 4, 8, 12); 194 &ROUND(0, 5, 10, 15); 251 $code.=<<___ if ($i0==0); # p1,p2 are available for reuse in first round
|
| chacha-s390x.pl | 62 sub ROUND { 76 # 0 4 8 12 < even round 80 # 0 5 10 15 < odd round 89 # them once per round, in the middle. This is why you'll see 307 ROUND (0, 4, 8,12); 308 ROUND (0, 5,10,15);
|
| chacha-armv4.pl | 64 sub ROUND { 79 # 0 4 8 12 < even round 83 # 0 5 10 15 < odd round 92 # them once per round, in the middle. This is why you'll see 270 foreach (&ROUND(0, 4, 8,12)) { eval; } 271 foreach (&ROUND(0, 5,10,15)) { eval; } 744 my @thread3=&ROUND(0,4,8,12); 755 @thread3=&ROUND(0,5,10,15);
|
| chacha-armv8.pl | 73 sub ROUND { 216 foreach (&ROUND(0, 4, 8,12)) { eval; } 217 foreach (&ROUND(0, 5,10,15)) { eval; } 510 my @plus_one=&ROUND(0,4,8,12); 513 @plus_one=&ROUND(0,5,10,15); 952 my @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15)); 971 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15)); 1066 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15)) [all...] |
| chacha-ppc.pl | 94 sub ROUND { 257 foreach (&ROUND(0, 4, 8,12)) { eval; } 258 foreach (&ROUND(0, 5,10,15)) { eval; } 604 my @thread3=&ROUND(0,4,8,12); 620 @thread3=&ROUND(0,5,10,15);
|
| /src/crypto/external/apache2/openssl/dist/crypto/sha/asm/ |
| sha512p8-ppc.pl | 104 sub ROUND { 239 for ($i=0;$i<16;$i++) { &ROUND($i,@V); unshift(@V,pop(@V)); } 246 for (;$i<32;$i++) { &ROUND($i,@V); unshift(@V,pop(@V)); }
|
| /src/crypto/external/bsd/openssl/dist/crypto/sha/asm/ |
| sha512p8-ppc.pl | 104 sub ROUND { 239 for ($i=0;$i<16;$i++) { &ROUND($i,@V); unshift(@V,pop(@V)); } 246 for (;$i<32;$i++) { &ROUND($i,@V); unshift(@V,pop(@V)); }
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/chacha/asm/ |
| chacha-s390x.pl | 51 sub ROUND { 64 # 0 4 8 12 < even round 68 # 0 5 10 15 < odd round 77 # them once per round, in the middle. This is why you'll see 188 foreach (&ROUND(0, 4, 8,12)) { eval; } 189 foreach (&ROUND(0, 5,10,15)) { eval; }
|
| chacha-armv4.pl | 62 sub ROUND { 77 # 0 4 8 12 < even round 81 # 0 5 10 15 < odd round 90 # them once per round, in the middle. This is why you'll see 261 foreach (&ROUND(0, 4, 8,12)) { eval; } 262 foreach (&ROUND(0, 5,10,15)) { eval; } 735 my @thread3=&ROUND(0,4,8,12); 746 @thread3=&ROUND(0,5,10,15);
|
| chacha-armv8.pl | 61 sub ROUND { 209 foreach (&ROUND(0, 4, 8,12)) { eval; } 210 foreach (&ROUND(0, 5,10,15)) { eval; } 459 my @thread3=&ROUND(0,4,8,12); 470 @thread3=&ROUND(0,5,10,15); 808 my @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15)); 827 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15)); 922 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15)) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/ |
| sha512p8-ppc.pl | 101 sub ROUND { 236 for ($i=0;$i<16;$i++) { &ROUND($i,@V); unshift(@V,pop(@V)); } 243 for (;$i<32;$i++) { &ROUND($i,@V); unshift(@V,pop(@V)); }
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/ |
| blake2b-compress-ref.c | 62 #define ROUND(r) \ 73 ROUND(0); 74 ROUND(1); 75 ROUND(2); 76 ROUND(3); 77 ROUND(4); 78 ROUND(5); 79 ROUND(6); 80 ROUND(7); 81 ROUND(8) [all...] |
| blake2b-compress-sse41.h | 91 #define ROUND(r) \
|
| blake2b-compress-ssse3.h | 91 #define ROUND(r) \
|
| /src/external/bsd/wpa/dist/src/crypto/ |
| aes-internal-enc.c | 32 * and add initial round key: 39 #define ROUND(i,d,s) \ 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) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/blake2/ |
| blake2b.c | 163 #define ROUND(r) \ 177 ROUND(i); 180 ROUND(0); 181 ROUND(1); 182 ROUND(2); 183 ROUND(3); 184 ROUND(4); 185 ROUND(5); 186 ROUND(6); 187 ROUND(7) [all...] |
| blake2s.c | 159 #define ROUND(r) \ 173 ROUND(i); 176 ROUND(0); 177 ROUND(1); 178 ROUND(2); 179 ROUND(3); 180 ROUND(4); 181 ROUND(5); 182 ROUND(6); 183 ROUND(7) [all...] |
| /src/sys/crypto/chacha/arch/arm/ |
| chacha_neon_64.S | 33 #define ROUND(a0,b0,c0,d0,a1,b1,c1,d1,a2,b2,c2,d2,a3,b3,c3,d3,t0,t1,t2,t3, r) \ 54 /* end ROUND */ 208 ROUND(v0,v1,v2,v3, v4,v5,v6,v7, v8,v9,v10,v11, v12,v13,v14,v15, 210 ROUND(v0,v1,v2,v3, v5,v6,v7,v4, v10,v11,v8,v9, v15,v12,v13,v14, 347 ROUND(v0,v1,v2,v3, v4,v5,v6,v7, v8,v9,v10,v11, v12,v13,v14,v15, 349 ROUND(v0,v1,v2,v3, v5,v6,v7,v4, v10,v11,v8,v9, v15,v12,v13,v14,
|