_x86_64_AES_[en|de]crypt_compact: size optimization and aggressive
[openssl.git] / crypto / aes / asm /
2007-07-19 Andy Polyakov_x86_64_AES_[en|de]crypt_compact: size optimization...
2007-07-13 Andy PolyakovVarious minor updates to AES assembler modules.
2007-07-13 Andy PolyakovAdd _x86_64_AES_[en|de]crypt_compact.
2007-05-30 Andy PolyakovAES_set_[en|de]crypt_key for ARMv4.
2007-05-28 Andy Polyakovs390x gas can't handle .align 128.
2007-05-28 Andy PolyakovAES_set_[en|de]crypt_key for s390x.
2007-05-19 Andy PolyakovTypo in aes-ppc.pl.
2007-05-19 Andy PolyakovInitial draft of AES for PPC.
2007-05-03 Andy PolyakovFix bug introduced in cn#16195.
2007-05-03 Andy PolyakovFine reading of manual suggests that km can return...
2007-05-02 Andy PolyakovFix s390x bugs and correct performance coefficients.
2007-04-30 Andy Polyakovs390x assembler pack.
2007-01-25 Andy PolyakovMinor touch to aes-armv4.pl.
2007-01-25 Andy PolyakovAES for ARMv4.
2006-10-17 Andy PolyakovLinking errors on IA64 and typo in aes-ia64.S.
2006-09-18 Andy PolyakovImprove 386 portability of aes-586.pl.
2006-08-31 Andy PolyakovFix bug in aes-586.pl.
2006-08-07 Andy PolyakovRevised AES_cbc_encrypt in x86 assembler module.
2006-08-02 Andy PolyakovAgressively prefetch S-box in SSE codepatch, relax...
2006-08-02 Andy PolyakovSwitch to compact S-box when generating AES key schedule.
2006-07-31 Andy PolyakovNext generation aes-586.pl featuring AES_[en|de]crypt...
2006-07-18 Andy PolyakovReimplement outer rounds as "compact" in x86 assembler...
2006-06-28 Andy PolyakovMitigate the hazard of cache-collision timing attack...
2006-06-28 Andy PolyakovMitigate the hazard of cache-collision timing attack...
2005-12-10 Andy PolyakovMinor aes-sparcv9.pl optimization.
2005-12-10 Andy PolyakovInitial draft for AES for UltraSPARC assembler.
2005-07-20 Andy PolyakovPedantic polish to aes-ia64 and sha512-ia64.
2005-07-20 Andy PolyakovTypo in version number.
2005-07-20 Andy PolyakovPerl stylistic/cosmetic update for aes-x86_64.pl.
2005-07-18 Andy PolyakovFix unwind directives in IA-64 assembler modules. This...
2005-07-18 Andy Polyakov~15% better AES x86_64 assembler.
2005-07-14 Andy PolyakovCommentary section update.
2005-07-12 Andy PolyakovAES x86_64 assembler implementation.
2005-07-01 Andy PolyakovPedantic polish to aes-586.pl:-)
2005-06-30 Andy PolyakovTypos in commentary section.
2005-06-30 Andy PolyakovAES_cbc_encrypt to allow end-user to retain small block...
2005-05-09 Andy PolyakovComply with optimization manual (no data should share...
2005-05-07 Andy PolyakovFix constants.
2005-04-24 Andy PolyakovAvoid L1 cache aliasing even between key and S-boxes.
2005-04-22 Andy PolyakovAvoid aliasing between stack frames and S-boxes. Compre...
2005-04-16 Andy PolyakovMitigate cache-timing attack in CBC mode. This is done...
2005-03-19 Ulf Möllerfix breakage for Perl versions that do boolean operatio...
2005-01-24 Andy PolyakovImprove ECB performance (48+14*rounds -> 18+13*rounds...
2005-01-20 Andy PolyakovBug-fix in CBC encrypt tail processing and commentary...
2005-01-18 Andy PolyakovThrow in AES CBC assembler, up to +40% on aes-128-cbc...
2005-01-13 Andy Polyakov"Monolithic" x86 assembler replacement for aes_core...
2004-12-30 Andy PolyakovCommentary update for AES IA-64 assembler module.
2004-12-30 Andy PolyakovMinor AES x86 assembler tune-up.
2004-12-28 Andy PolyakovOops-kind typos in aes-ia64.S...
2004-12-23 Andy PolyakovEliminate copies of TeN and TdN, use those found in...
2004-12-23 Andy PolyakovAES x86 assembler implementation.
2004-07-23 Andy PolyakovVarious IA-64 assembler fix-ups.
2004-07-17 Andy PolyakovAdd licensing terms.
2004-07-01 Andy PolyakovAES assembler implementation for IA-64. Note that there...