/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-ia64.pl | 105 { .mmi; add $e=$e,$X[$i] // e+=Xupdate 108 { .mmi; xor $Xn=$Xn,$X[($j+2)%16] // forward Xupdate 109 xor tmp3=$X[($j+8)%16],$X[($j+13)%16] // forward Xupdate 112 xor $Xn=$Xn,tmp3 // forward Xupdate 135 { .mmi; add $e=$e,$X[$i%16] // e+=Xupdate 138 { .mmi; xor $Xn=$Xn,$X[($j+2)%16] // forward Xupdate 139 xor tmp3=$X[($j+8)%16],$X[($j+13)%16] // forward Xupdate 142 xor $Xn=$Xn,tmp3 // forward Xupdate 165 xor $Xn=$Xn,$X[($j+2)%16] };; // forward Xupdate 166 { .mib; add $e=$e,$X[$i%16] // e+=Xupdate [all...] |
H A D | sha1-s390x.pl | 27 # Optimize Xupdate for amount of memory references and reschedule 77 sub Xupdate { subroutine 81 lg $prefetch,$stdframe($sp) ### Xupdate(16) warm-up 84 return if ($i&1); # Xupdate is vectorized and executed every 2nd cycle 90 xgr $X[0],$prefetch ### Xupdate($i) 110 &Xupdate($i); 129 &Xupdate($i); 147 &Xupdate($i);
|
H A D | sha1-sparcv9.pl | 87 sub Xupdate { subroutine 99 sllx @X[($j+6)%8],32,$Xi ! Xupdate($i) 120 &Xupdate(@_); 144 &Xupdate(@_); 167 &Xupdate(@_);
|
H A D | sha1-c64xplus.pl | 162 || XOR $X0,$X2,$TX0 ; Xupdate XORs are 1 iteration ahead 185 || ROTL $TX1,1,$TX2 ; Xupdate output 222 || ROTL $TX1,1,$TX2 ; Xupdate output 262 || ROTL $TX1,1,$TX2 ; Xupdate output 298 || ROTL $TX1,1,$TX2 ; Xupdate output
|
H A D | sha256-armv4.pl | 326 sub Xupdate() subroutine 536 &Xupdate(\&body_00_15); 537 &Xupdate(\&body_00_15); 538 &Xupdate(\&body_00_15); 539 &Xupdate(\&body_00_15);
|
H A D | sha1-armv4-large.pl | 111 sub Xupdate { subroutine 165 &Xupdate(@_,"and $t1,$b,$t1,ror#2"); 174 &Xupdate(@_,"eor $t1,$b,$t1,ror#2"); 182 &Xupdate(@_,"and $t1,$b,$t1,ror#2","and $t2,$c,$d");
|
H A D | sha512-armv8.pl | 466 sub Xupdate() subroutine 677 &Xupdate(\&body_00_15); 678 &Xupdate(\&body_00_15); 679 &Xupdate(\&body_00_15); 680 &Xupdate(\&body_00_15);
|
H A D | sha512-sparcv9.pl | 288 srl $xi,@sigma0[0],$T1 !! Xupdate($i) 351 sllx %l2,32,$tmp0 !! Xupdate($i)
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha1-ia64.pl | 105 { .mmi; add $e=$e,$X[$i] // e+=Xupdate 108 { .mmi; xor $Xn=$Xn,$X[($j+2)%16] // forward Xupdate 109 xor tmp3=$X[($j+8)%16],$X[($j+13)%16] // forward Xupdate 112 xor $Xn=$Xn,tmp3 // forward Xupdate 135 { .mmi; add $e=$e,$X[$i%16] // e+=Xupdate 138 { .mmi; xor $Xn=$Xn,$X[($j+2)%16] // forward Xupdate 139 xor tmp3=$X[($j+8)%16],$X[($j+13)%16] // forward Xupdate 142 xor $Xn=$Xn,tmp3 // forward Xupdate 165 xor $Xn=$Xn,$X[($j+2)%16] };; // forward Xupdate 166 { .mib; add $e=$e,$X[$i%16] // e+=Xupdate [all...] |
H A D | sha1-s390x.pl | 27 # Optimize Xupdate for amount of memory references and reschedule 77 sub Xupdate { subroutine 81 lg $prefetch,$stdframe($sp) ### Xupdate(16) warm-up 84 return if ($i&1); # Xupdate is vectorized and executed every 2nd cycle 90 xgr $X[0],$prefetch ### Xupdate($i) 110 &Xupdate($i); 129 &Xupdate($i); 147 &Xupdate($i);
|
H A D | sha1-sparcv9.pl | 87 sub Xupdate { subroutine 99 sllx @X[($j+6)%8],32,$Xi ! Xupdate($i) 120 &Xupdate(@_); 144 &Xupdate(@_); 167 &Xupdate(@_);
|
H A D | sha1-c64xplus.pl | 162 || XOR $X0,$X2,$TX0 ; Xupdate XORs are 1 iteration ahead 185 || ROTL $TX1,1,$TX2 ; Xupdate output 222 || ROTL $TX1,1,$TX2 ; Xupdate output 262 || ROTL $TX1,1,$TX2 ; Xupdate output 298 || ROTL $TX1,1,$TX2 ; Xupdate output
|
H A D | sha256-armv4.pl | 326 sub Xupdate() subroutine 536 &Xupdate(\&body_00_15); 537 &Xupdate(\&body_00_15); 538 &Xupdate(\&body_00_15); 539 &Xupdate(\&body_00_15);
|
H A D | sha1-armv4-large.pl | 111 sub Xupdate { subroutine 165 &Xupdate(@_,"and $t1,$b,$t1,ror#2"); 174 &Xupdate(@_,"eor $t1,$b,$t1,ror#2"); 182 &Xupdate(@_,"and $t1,$b,$t1,ror#2","and $t2,$c,$d");
|
H A D | sha512-armv8.pl | 472 sub Xupdate() subroutine 684 &Xupdate(\&body_00_15); 685 &Xupdate(\&body_00_15); 686 &Xupdate(\&body_00_15); 687 &Xupdate(\&body_00_15);
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/sha/ |
H A D | sha1-s390x.S | 218 lg %r2,96(%r15) ### Xupdate(16) warm-up 230 xgr %r13,%r2 ### Xupdate(16) 260 xgr %r12,%r2 ### Xupdate(18) 291 xgr %r14,%r2 ### Xupdate(20) 319 xgr %r13,%r2 ### Xupdate(22) 347 xgr %r12,%r2 ### Xupdate(24) 375 xgr %r14,%r2 ### Xupdate(26) 403 xgr %r13,%r2 ### Xupdate(28) 431 xgr %r12,%r2 ### Xupdate(30) 459 xgr %r14,%r2 ### Xupdate(3 [all...] |
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/sha/ |
H A D | sha1-s390x.S | 218 lg %r2,96(%r15) ### Xupdate(16) warm-up 230 xgr %r13,%r2 ### Xupdate(16) 260 xgr %r12,%r2 ### Xupdate(18) 291 xgr %r14,%r2 ### Xupdate(20) 319 xgr %r13,%r2 ### Xupdate(22) 347 xgr %r12,%r2 ### Xupdate(24) 375 xgr %r14,%r2 ### Xupdate(26) 403 xgr %r13,%r2 ### Xupdate(28) 431 xgr %r12,%r2 ### Xupdate(30) 459 xgr %r14,%r2 ### Xupdate(3 [all...] |
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/sha/ |
H A D | sha1-s390x.S | 218 lg %r2,160(%r15) ### Xupdate(16) warm-up 230 xgr %r13,%r2 ### Xupdate(16) 260 xgr %r12,%r2 ### Xupdate(18) 291 xgr %r14,%r2 ### Xupdate(20) 319 xgr %r13,%r2 ### Xupdate(22) 347 xgr %r12,%r2 ### Xupdate(24) 375 xgr %r14,%r2 ### Xupdate(26) 403 xgr %r13,%r2 ### Xupdate(28) 431 xgr %r12,%r2 ### Xupdate(30) 459 xgr %r14,%r2 ### Xupdate(3 [all...] |
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/sha/ |
H A D | sha1-s390x.S | 218 lg %r2,160(%r15) ### Xupdate(16) warm-up 230 xgr %r13,%r2 ### Xupdate(16) 260 xgr %r12,%r2 ### Xupdate(18) 291 xgr %r14,%r2 ### Xupdate(20) 319 xgr %r13,%r2 ### Xupdate(22) 347 xgr %r12,%r2 ### Xupdate(24) 375 xgr %r14,%r2 ### Xupdate(26) 403 xgr %r13,%r2 ### Xupdate(28) 431 xgr %r12,%r2 ### Xupdate(30) 459 xgr %r14,%r2 ### Xupdate(3 [all...] |
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/sha/ |
H A D | sha512-mips.S | 1511 dsrl $14,$9,7 # Xupdate(16) 1524 dsrl $14,$9,7 # Xupdate(16) 1611 dsrl $15,$10,7 # Xupdate(17) 1624 dsrl $15,$10,7 # Xupdate(17) 1711 dsrl $16,$11,7 # Xupdate(18) 1724 dsrl $16,$11,7 # Xupdate(18) 1811 dsrl $17,$12,7 # Xupdate(19) 1824 dsrl $17,$12,7 # Xupdate(19) 1911 dsrl $18,$13,7 # Xupdate(20) 1924 dsrl $18,$13,7 # Xupdate(2 [all...] |
H A D | sha256-mips.S | 1367 srl $14,$9,3 # Xupdate(16) 1380 srl $14,$9,3 # Xupdate(16) 1467 srl $15,$10,3 # Xupdate(17) 1480 srl $15,$10,3 # Xupdate(17) 1567 srl $16,$11,3 # Xupdate(18) 1580 srl $16,$11,3 # Xupdate(18) 1667 srl $17,$12,3 # Xupdate(19) 1680 srl $17,$12,3 # Xupdate(19) 1767 srl $18,$13,3 # Xupdate(20) 1780 srl $18,$13,3 # Xupdate(2 [all...] |
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/sha/ |
H A D | sha512-mips.S | 1511 dsrl $14,$9,7 # Xupdate(16) 1524 dsrl $14,$9,7 # Xupdate(16) 1611 dsrl $15,$10,7 # Xupdate(17) 1624 dsrl $15,$10,7 # Xupdate(17) 1711 dsrl $16,$11,7 # Xupdate(18) 1724 dsrl $16,$11,7 # Xupdate(18) 1811 dsrl $17,$12,7 # Xupdate(19) 1824 dsrl $17,$12,7 # Xupdate(19) 1911 dsrl $18,$13,7 # Xupdate(20) 1924 dsrl $18,$13,7 # Xupdate(2 [all...] |
H A D | sha256-mips.S | 1367 srl $14,$9,3 # Xupdate(16) 1380 srl $14,$9,3 # Xupdate(16) 1467 srl $15,$10,3 # Xupdate(17) 1480 srl $15,$10,3 # Xupdate(17) 1567 srl $16,$11,3 # Xupdate(18) 1580 srl $16,$11,3 # Xupdate(18) 1667 srl $17,$12,3 # Xupdate(19) 1680 srl $17,$12,3 # Xupdate(19) 1767 srl $18,$13,3 # Xupdate(20) 1780 srl $18,$13,3 # Xupdate(2 [all...] |
/third_party/node/deps/openssl/openssl/crypto/sha/ |
H A D | sha_local.h | 36 #define Xupdate(a,ix,ia,ib,ic,id) ( (a)=(ia^ib^ic^id), \ macro 90 Xupdate(f,xi,xa,xb,xc,xd); \ 95 Xupdate(f,xi,xa,xb,xc,xd); \ 100 Xupdate(f,xa,xa,xb,xc,xd); \ 105 Xupdate(f,xa,xa,xb,xc,xd); \ 110 Xupdate(f,xa,xa,xb,xc,xd); \ 342 Xupdate(T,xa,xa,xb,xc,xd); \ 348 Xupdate(T,xa,xa,xb,xc,xd); \ 354 Xupdate(T,xa,xa,xb,xc,xd); \ 360 Xupdate( [all...] |
/third_party/openssl/crypto/sha/ |
H A D | sha_local.h | 36 #define Xupdate(a,ix,ia,ib,ic,id) ( (a)=(ia^ib^ic^id), \ macro 90 Xupdate(f,xi,xa,xb,xc,xd); \ 95 Xupdate(f,xi,xa,xb,xc,xd); \ 100 Xupdate(f,xa,xa,xb,xc,xd); \ 105 Xupdate(f,xa,xa,xb,xc,xd); \ 110 Xupdate(f,xa,xa,xb,xc,xd); \ 342 Xupdate(T,xa,xa,xb,xc,xd); \ 348 Xupdate(T,xa,xa,xb,xc,xd); \ 354 Xupdate(T,xa,xa,xb,xc,xd); \ 360 Xupdate( [all...] |