- 30 8月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
symbol, but a macro expanded as (*(OPENSSL_ia32cap_loc())). The latter is the only one to be exported to application.
-
- 19 7月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 01 7月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
performance improvement. Make module more gcc friendly and clarify copyright issues for division routine.
-
- 28 5月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 06 5月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
config and run-time support is added. PR: 788 Submitted by: <dean@arctic.org> Reviewed by: <appro> Obtained from: http://arctic.org/~dean/crypto/rsa.html
-
- 28 4月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
especially for AIX. But most important BIGNUM assembler implementation submitted by IBM. Submitted by: Peter Waltenberg <pwalten@au1.ibm.com> Reviewed by: appro
-
- 07 2月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
PR: 821
-
- 20 1月, 2003 1 次提交
-
-
由 Andy Polyakov 提交于
Itanium. I mean if overall performance improvement over C version was X for Itanium, it's X even for Itanium2.
-
- 17 1月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
-
- 03 1月, 2003 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
never called anyway (it's a debugging assertion). If pa-risc2W.s is PIC remains to be seen...
-
- 23 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
PR: 413
-
- 21 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 15 12月, 2002 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 03 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
the divisor was a bit more complex than I first saw. The lost bit can't just be discarded, as there are cases where it is important. For example, look at dividing 320000 with 80000 vs. 80001 (all decimals), the difference is crucial. The trick here is to check if that lost bit was 1, and in that case, do the following: 1. subtract the quotient from the remainder 2. as long as the remainder is negative, add the divisor (the whole divisor, not the shofted down copy) to it, and decrease the quotient by one. There's probably a nice mathematical proof for this already, but I won't bother with that, unless someone requests it from me.
-
- 02 12月, 2002 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
proper implementation of bn_div_words() for VAX. If the tests go through well, the next step will be to test on Alpha.
-
- 01 12月, 2002 2 次提交
-
-
由 Richard Levitte 提交于
PR: 366
-
由 Richard Levitte 提交于
PR: 366
-
- 30 7月, 2001 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 23 6月, 2001 1 次提交
-
-
由 Andy Polyakov 提交于
I was wrong in conclusions about when addition starts overflowing in combaX routines.
-
- 11 6月, 2001 1 次提交
-
-
由 Andy Polyakov 提交于
Submitted by: Reviewed by: PR:
-
- 31 5月, 2001 1 次提交
-
-
由 Andy Polyakov 提交于
Submitted by: Reviewed by: PR:
-
- 29 5月, 2001 1 次提交
-
-
由 Andy Polyakov 提交于
details (performance numbers and accompanying discussions:-). Note that the code is not engaged in ./Configure yet. I'll add it later this week along with updates for .spec file. Submitted by: Reviewed by: PR:
-
- 15 5月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 28 3月, 2001 1 次提交
-
-
由 Andy Polyakov 提交于
Submitted by: Reviewed by: PR:
-
- 09 3月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 15 12月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 07 12月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 06 12月, 2000 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
reliable timings yet, please try it out!
-
- 23 11月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 22 11月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
I'm a little bit nervous about bn_div_words, as I don't know what it's supposed to return on overflow. For now, I trust the rest of the system to give it numbers that will not cause any overflow...
-
- 27 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 18 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
Submitted by Kevin Steves <ks@hp.se> 3 months ago...
-
- 13 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
choice of parameters) when they are needed.
-
- 27 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 03 11月, 1999 1 次提交
-
-
由 Mark J. Cox 提交于
problem was that one of the replacement routines had not been working since SSLeay releases. For now the offending routine has been replaced with non-optimised assembler. Even so, this now gives around 95% performance improvement for 1024 bit RSA signs.
-
- 25 8月, 1999 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 30 7月, 1999 1 次提交
-
-
由 Andy Polyakov 提交于
loop body and replace 'em with addition/subtraction.
-