summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/ia64-mont.pl
AgeCommit message (Collapse)Author
2016-03-07Unified - adapt the generation of bignum assembler to use GENERATERichard Levitte
This gets rid of the BEGINRAW..ENDRAW sections in crypto/bn/build.info. This also moves the assembler generating perl scripts to take the output file name as last command line argument, where necessary. Reviewed-by: Rich Salz <rsalz@openssl.org>
2011-05-07IA-64 assembler pack: fix typos and make it work on HP-UX.Andy Polyakov
2011-03-04ia64-mont.pl: optimize short-key performance.Andy Polyakov
2010-01-17ia64-mont.pl: add shorter vector support ("shorter" refers to 512 bits andAndy Polyakov
less).
2010-01-07ia64-mont.pl: addp4 is not needed when referring to stack (this is 32-bitAndy Polyakov
HP-UX thing).
2010-01-06Add Montgomery multiplication module for IA-64.Andy Polyakov