aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/aes
Commit message (Expand)AuthorAgeFilesLines
* s390x assembly pack: extend s390x capability vector.Patrick Steuer2017-10-302-5/+9
* s390x assembly pack: remove capability double-checking.Patrick Steuer2017-10-171-12/+4
* crypto/aes/asm/aes-s390x.pl: fix $softonly=1 code path.Patrick Steuer2017-10-171-2/+2
* Remove email addresses from source code.Rich Salz2017-10-1312-28/+23
* aes/asm/aesni-sha*-x86_64.pl: add SHAEXT performance results.Andy Polyakov2017-07-242-7/+15
* x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results.Andy Polyakov2017-07-211-0/+1
* x86_64 assembly pack: fill some blanks in Ryzen results.Andy Polyakov2017-07-031-1/+1
* Remove filename argument to x86 asm_init.David Benjamin2017-05-113-3/+3
* More typo fixesFdaSilvaYY2017-03-291-2/+2
* aes/asm/bsaes-armv7.pl: relax stack alignment requirement.Andy Polyakov2017-03-261-1/+1
* aes/asm/aesni-sha*-x86_64.pl: fix IV handling in SHAEXT paths.Andy Polyakov2017-03-222-0/+2
* x86_64 assembly pack: add some Ryzen performance results.Andy Polyakov2017-03-221-0/+1
* aes/aes_x86core.c: clarify reference implementation status.Andy Polyakov2017-03-021-9/+8
* Clean up references to FIPSEmilia Kasper2017-02-281-4/+0
* Don't call memcpy if len is zero.Rich Salz2017-02-201-0/+3
* ARMv4 assembly pack: harmonize Thumb-ification of iOS build.Andy Polyakov2017-02-151-3/+6
* aes/asm/*-x86_64.pl: add CFI annotations.Andy Polyakov2017-02-136-1/+446
* x86_64 assembly pack: Win64 SEH face-lift.Andy Polyakov2017-02-064-258/+274
* x86 assembly pack: update performance results.Andy Polyakov2016-12-191-0/+2
* PPC assembler pack: add some PPC970/G5 performance data.Andy Polyakov2016-11-111-1/+2
* aes/asm/aesp8-ppc.pl: improve [backward] portability.Andy Polyakov2016-11-101-1/+1
* x86_64 assembly pack: add Goldmont performance results.Andy Polyakov2016-10-243-0/+4
* Fix strict-warnings buildPatrick Steuer2016-10-181-4/+4
* Remove trailing whitespace from some files.David Benjamin2016-10-1017-71/+71
* MIPS assembly pack: adapt it for MIPS[32|64]R6.Andy Polyakov2016-09-022-22/+66
* ARMv8 assembly pack: add Samsung Mongoose results.Andy Polyakov2016-08-162-0/+2
* spelling fixes, just comments and readme.klemens2016-08-054-4/+4
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-201-4/+4
* aes/asm/aesfx-sparcv9.pl: switch to fshiftorx to improve single-blockAndy Polyakov2016-07-161-124/+226
* SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov2016-07-161-8/+11
* aes/asm/aesfx-sparcv9.pl: add "teaser" CBC and CTR subroutines.Andy Polyakov2016-07-161-28/+747
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-292-6/+6
* aes/asm/bsaes-armv7.pl: omit redundant stores in XTS subroutines.Andy Polyakov2016-06-201-20/+2
* aes/asm/bsaes-armv7.pl: fix XTS decrypt test failure.Andy Polyakov2016-06-201-1/+1
* aes/asm/aesp8-ppc.pl: implement "tweak chaining".Andy Polyakov2016-06-141-54/+126
* aes/asm/aesp8-ppc.pl: add XTS subroutines.Andy Polyakov2016-06-141-0/+1784
* Add final(?) set of copyrights.Rich Salz2016-06-011-0/+7
* x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov2016-05-297-7/+7
* SPARC assembly pack: add missing .type directives.Andy Polyakov2016-05-281-0/+4
* Add OpenSSL copyright to .pl filesRich Salz2016-05-2124-24/+192
* Copyright consolidation 05/10Rich Salz2016-05-1710-378/+65
* MIPS assembly pack: fix MIPS64 assembler warnings.Andy Polyakov2016-05-041-6/+8
* s390x assembly pack: cache capability query results.Andy Polyakov2016-04-251-19/+10
* Remove --classic build entirelyRichard Levitte2016-04-201-108/+0
* Add AES assembly module for Fujitsu SPARC64 X/X+.Andy Polyakov2016-04-203-0/+439
* PPC assembly pack: remove branch hints.Andy Polyakov2016-04-071-2/+2
* Clean-up *_DEBUG options.Andy Polyakov2016-04-073-15/+0
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove #error from include files.Rich Salz2016-03-201-5/+0
* Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)Richard Levitte2016-03-131-3/+3