summaryrefslogtreecommitdiff
path: root/crypto/bn/asm
Commit message (Expand)AuthorAgeFilesLines
* x86_64 assembly pack: keep making Windows build more robust.Andy Polyakov2013-02-022-2/+4
* x86_64 assembly pack: make Windows build more robust [from master].Andy Polyakov2013-01-221-1/+2
* bn/asm/mips.pl: hardwire local call to bn_div_words.Andy Polyakov2013-01-221-1/+1
* x86_64 assembly pack: make it possible to compile with Perl locatedAndy Polyakov2012-06-274-4/+4
* modexp512-x86_64.pl: Solaris portability fix [from HEAD].Andy Polyakov2011-12-121-4/+4
* x86-mont.pl: fix bug in integer-only squaring path.Andy Polyakov2011-12-091-1/+3
* bn/asm/mips.pl: fix typos [from HEAD].Andy Polyakov2011-12-011-2/+2
* x86 assembler pack update from HEAD.Andy Polyakov2011-11-141-0/+313
* x86_64 assembler pack update from HEAD.Andy Polyakov2011-11-143-68/+2877
* ARM assembler pack update from HEAD.Andy Polyakov2011-11-142-10/+291
* MIPS assembler pack update from HEAD.Andy Polyakov2011-11-142-0/+3011
* PPC assembler pack update from HEAD.Andy Polyakov2011-11-143-145/+343
* PA-RISC assembler pack update from HEAD.Andy Polyakov2011-11-141-0/+993
* s390x assembler pack update from HEAD.Andy Polyakov2011-11-142-25/+298
* IA64 assembler pack update from HEAD.Andy Polyakov2011-11-141-0/+851
* ppc.pl: fix bug in bn_mul_comba4 [from HEAD].Andy Polyakov2011-11-051-1/+1
* modexp512-x86_64.pl: make it work with ml64 [from HEAD].Andy Polyakov2011-08-191-1/+1
* Alpha assembler fixed from HEAD.Andy Polyakov2011-08-121-1/+1
* Add RSAX builtin engine [from HEAD].Andy Polyakov2011-07-201-0/+1496
* s390x-mont.pl: optimize for z196.Andy Polyakov2011-03-041-2/+2
* s390x.S: fix typo in bn_mul_words [from HEAD].Andy Polyakov2010-11-221-1/+1
* Alpha assembler pack: adapt for Linux [from HEAD].Andy Polyakov2010-09-131-16/+20
* crypto/bn/asm/s390x.S: drop redundant instructions [from HEAD].Andy Polyakov2010-09-101-43/+43
* alpha-mont.pl: comply with stack alignment requirement [from HEAD].Andy Polyakov2010-04-101-4/+4
* ARMv4 assembler: [unconfirmed] fix for compilation failure [from HEAD].Andy Polyakov2010-03-291-0/+1
* Fix warning.Ben Laurie2010-02-281-0/+1
* s390x-mont.pl: optimize prologue.Andy Polyakov2009-02-101-1/+3
* s390x assembler pack update.Andy Polyakov2009-02-091-49/+55
* Fix missing prototype warnings then fix different prototype warnings ;-)Dr. Stephen Henson2009-01-111-7/+11
* x86_64 assembler pack: add support for Win64 SEH.Andy Polyakov2008-12-191-10/+126
* x86_64-xlate.pl update, engage x86_64 assembler in mingw64.Andy Polyakov2008-11-141-1/+5
* x86_64 assembler pack to comply with updated styling x86_64-xlate.pl rules.Andy Polyakov2008-11-121-2/+2
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-2/+1
* Use stddef.h to pick up size_t def.Dr. Stephen Henson2008-11-021-1/+1
* Fix warnings about mismatched prototypes, undefined size_t and value computedDr. Stephen Henson2008-11-021-0/+1
* size_tification.Ben Laurie2008-11-011-1/+1
* AIX build updates.Andy Polyakov2008-09-121-1/+1
* Make x86_64-mont.pl work with debug Win64 build.Andy Polyakov2008-02-271-0/+1
* ppc64-mont optimization.Andy Polyakov2008-02-051-128/+131
* Unify ppc assembler make rules.Andy Polyakov2008-01-132-13/+15
* Update perl asm scripts include paths for perlasm.Dr. Stephen Henson2008-01-052-2/+4
* Final (for this commit series) optimized version and with commentary section.Andy Polyakov2007-12-291-353/+334
* This is also informational commit exposing loop modulo scheduling "factor."Andy Polyakov2007-12-291-2/+246
* New Montgomery multiplication module, ppc64-mont.pl. Reference, non-optimizedAndy Polyakov2007-12-291-0/+690
* Yet another ARM update. It appears to be more appropriate to makeAndy Polyakov2007-09-271-0/+1
* Latest bn_mont.c modification broke ECDSA test. I've got math wrong, whichAndy Polyakov2007-06-2910-39/+3
* Typo in x86_64-mont.pl.Andy Polyakov2007-06-211-1/+1
* bn_asm for s390x.Andy Polyakov2007-06-201-0/+678
* SPARC Solaris and Linux assemblers treat .align directive differently.Andy Polyakov2007-06-202-10/+16
* Eliminate conditional final subtraction in Montgomery assembler modules.Andy Polyakov2007-06-1710-273/+274