Loading crypto/aes/asm/aesni-x86.pl +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ $inout3="xmm5"; $in1="xmm5"; $inout4="xmm6"; $in0="xmm6"; $inout5="xmm7"; $ivec="xmm7"; # AESNI extenstion # AESNI extension sub aeskeygenassist { my($dst,$src,$imm)=@_; if ("$dst:$src" =~ /xmm([0-7]):xmm([0-7])/) Loading crypto/bn/asm/ia64.S +1 −1 Original line number Diff line number Diff line Loading @@ -422,7 +422,7 @@ bn_mul_add_words: // This loop spins in 3*(n+10) ticks on Itanium and in 2*(n+10) on // Itanium 2. Yes, unlike previous versions it scales:-) Previous // version was peforming *all* additions in IALU and was starving // version was performing *all* additions in IALU and was starving // for those even on Itanium 2. In this version one addition is // moved to FPU and is folded with multiplication. This is at cost // of propogating the result from previous call to this subroutine Loading crypto/sha/asm/sha512-parisc.pl +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ # SHA512 performance is >2.9x better than gcc 3.2 generated code on # PA-7100LC, PA-RISC 1.1 processor. Then implementation detects if the # code is executed on PA-RISC 2.0 processor and switches to 64-bit # code path delivering adequate peformance even in "blended" 32-bit # code path delivering adequate performance even in "blended" 32-bit # build. Though 64-bit code is not any faster than code generated by # vendor compiler on PA-8600... # Loading demos/engines/zencod/hw_zencod.c +1 −1 Original line number Diff line number Diff line Loading @@ -610,7 +610,7 @@ static int zencod_init(ENGINE *e) ptr_zencod_rc4_cipher = ptr_rc4_1; /* * We should peform a test to see if there is actually any unit runnig on * We should perform a test to see if there is actually any unit runnig on * the system ... Even if the cryptozen library is loaded the module coul * not be loaded on the system ... For now we may just open and close the * device !! Loading doc/crypto/BIO_read.pod +3 −3 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ return the digest and other BIOs may not support BIO_gets() at all. BIO_write() attempts to write B<len> bytes from B<buf> to BIO B<b>. BIO_puts() attempts to write a null terminated string B<buf> to BIO B<b> BIO_puts() attempts to write a null terminated string B<buf> to BIO B<b>. =head1 RETURN VALUES Loading Loading
crypto/aes/asm/aesni-x86.pl +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ $inout3="xmm5"; $in1="xmm5"; $inout4="xmm6"; $in0="xmm6"; $inout5="xmm7"; $ivec="xmm7"; # AESNI extenstion # AESNI extension sub aeskeygenassist { my($dst,$src,$imm)=@_; if ("$dst:$src" =~ /xmm([0-7]):xmm([0-7])/) Loading
crypto/bn/asm/ia64.S +1 −1 Original line number Diff line number Diff line Loading @@ -422,7 +422,7 @@ bn_mul_add_words: // This loop spins in 3*(n+10) ticks on Itanium and in 2*(n+10) on // Itanium 2. Yes, unlike previous versions it scales:-) Previous // version was peforming *all* additions in IALU and was starving // version was performing *all* additions in IALU and was starving // for those even on Itanium 2. In this version one addition is // moved to FPU and is folded with multiplication. This is at cost // of propogating the result from previous call to this subroutine Loading
crypto/sha/asm/sha512-parisc.pl +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ # SHA512 performance is >2.9x better than gcc 3.2 generated code on # PA-7100LC, PA-RISC 1.1 processor. Then implementation detects if the # code is executed on PA-RISC 2.0 processor and switches to 64-bit # code path delivering adequate peformance even in "blended" 32-bit # code path delivering adequate performance even in "blended" 32-bit # build. Though 64-bit code is not any faster than code generated by # vendor compiler on PA-8600... # Loading
demos/engines/zencod/hw_zencod.c +1 −1 Original line number Diff line number Diff line Loading @@ -610,7 +610,7 @@ static int zencod_init(ENGINE *e) ptr_zencod_rc4_cipher = ptr_rc4_1; /* * We should peform a test to see if there is actually any unit runnig on * We should perform a test to see if there is actually any unit runnig on * the system ... Even if the cryptozen library is loaded the module coul * not be loaded on the system ... For now we may just open and close the * device !! Loading
doc/crypto/BIO_read.pod +3 −3 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ return the digest and other BIOs may not support BIO_gets() at all. BIO_write() attempts to write B<len> bytes from B<buf> to BIO B<b>. BIO_puts() attempts to write a null terminated string B<buf> to BIO B<b> BIO_puts() attempts to write a null terminated string B<buf> to BIO B<b>. =head1 RETURN VALUES Loading