aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/aes
Commit message (Expand)AuthorAgeFilesLines
* aes_ige suffered SIGBUS on RISC platforms.Andy Polyakov2007-08-291-3/+7
* Make naming more consistent.Andy Polyakov2007-08-281-2/+2
* Make x86_64 modules work under Win64/x64.Andy Polyakov2007-08-231-11/+16
* Buglet fixes and minor optimization in aes-x86_86 assembler.Andy Polyakov2007-07-301-17/+17
* AES for IA64 update.Andy Polyakov2007-07-271-1156/+619
* Allow for option to skip hardware support.Andy Polyakov2007-07-231-9/+22
* Complete synchronization of aes-x86_64 with aes-586.Andy Polyakov2007-07-211-183/+282
* Lppc_AES_[en|de]crypt_compact: size optimization.Andy Polyakov2007-07-191-128/+18
* Minor optimization in AES_set_encryption_key for x86_64.Andy Polyakov2007-07-191-39/+24
* _x86_64_AES_[en|de]crypt_compact: size optimization and aggressiveAndy Polyakov2007-07-191-53/+52
* Various minor updates to AES assembler modules.Andy Polyakov2007-07-133-73/+47
* Add _x86_64_AES_[en|de]crypt_compact.Andy Polyakov2007-07-131-119/+952
* Update .cvsignoreDr. Stephen Henson2007-06-181-0/+1
* AES_set_[en|de]crypt_key for ARMv4.Andy Polyakov2007-05-301-6/+379
* s390x gas can't handle .align 128.Andy Polyakov2007-05-281-2/+2
* AES_set_[en|de]crypt_key for s390x.Andy Polyakov2007-05-281-20/+453
* Typo in aes-ppc.pl.Andy Polyakov2007-05-191-2/+2
* Initial draft of AES for PPC.Andy Polyakov2007-05-191-0/+1215
* Change C++ style comments.Dr. Stephen Henson2007-05-151-1/+1
* More IGE speedup.Ben Laurie2007-05-131-89/+102
* AES IGE mode speedup.Ben Laurie2007-05-131-31/+54
* Fix bug introduced in cn#16195.Andy Polyakov2007-05-031-2/+7
* Fine reading of manual suggests that km can return non-normal completion code.Andy Polyakov2007-05-031-2/+2
* Fix s390x bugs and correct performance coefficients.Andy Polyakov2007-05-021-1/+1
* Engage s390x assembler modules.Andy Polyakov2007-04-301-0/+3
* s390x assembler pack.Andy Polyakov2007-04-301-0/+643
* Avoid overrun. Coverity ID 60.Ben Laurie2007-04-051-1/+1
* Minimize aes_core.c footprint when AES_[en|de]crypt is implemented inAndy Polyakov2007-01-251-1/+200
* Minor touch to aes-armv4.pl.Andy Polyakov2007-01-251-2/+6
* AES for ARMv4.Andy Polyakov2007-01-251-0/+652
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* Update dependencies.Dr. Stephen Henson2006-11-301-1/+7
* Linking errors on IA64 and typo in aes-ia64.S.Andy Polyakov2006-10-171-1/+1
* Improve 386 portability of aes-586.pl.Andy Polyakov2006-09-181-3/+4
* Fix bug in aes-586.pl.Andy Polyakov2006-08-311-3/+2
* Fix C++ style comments, change assert to OPENSSL_assert, stop warning withDr. Stephen Henson2006-08-311-44/+44
* Forward port of IGE mode.Ben Laurie2006-08-313-2/+296
* Revised AES_cbc_encrypt in x86 assembler module.Andy Polyakov2006-08-071-326/+593
* Agressively prefetch S-box in SSE codepatch, relax alignment requirement,Andy Polyakov2006-08-021-48/+65
* Switch to compact S-box when generating AES key schedule.Andy Polyakov2006-08-021-210/+247
* Switch to compact S-box when generating AES key schedule.Andy Polyakov2006-08-011-16/+45
* Next generation aes-586.pl featuring AES_[en|de]crypt, accessing exclusivelyAndy Polyakov2006-07-311-295/+1197
* Reimplement outer rounds as "compact" in x86 assembler. This has ratherAndy Polyakov2006-07-181-73/+314
* Add option for "compact" rounds to aes_x86core.c. "Compact" rounds areAndy Polyakov2006-07-142-204/+426
* Fix compiler warnings.Andy Polyakov2006-07-041-8/+8
* Prepare playground for AES experimental code.Andy Polyakov2006-07-021-0/+813
* Mitigate the hazard of cache-collision timing attack on last round. TheAndy Polyakov2006-06-281-3/+22
* Mitigate the hazard of cache-collision timing attack on last round. Well,Andy Polyakov2006-06-282-193/+156
* Mitigate cache-collision timing attack on last round.Andy Polyakov2006-06-281-197/+98
* Sync aes.h with http://cvs.openssl.org/chngview?cn=15336.Andy Polyakov2006-06-051-1/+1