summaryrefslogtreecommitdiffstats
path: root/crypto/aes/asm/aesv8-armx.pl
AgeCommit message (Expand)Author
2023-05-30Update copyright yearTomas Mraz
2023-04-28fix aes-xts bug on aarch64 big-endian env.Liu-ErMeng
2023-04-20aesv8-armx.pl: Avoid buffer overrread in AES-XTS decryptionTomas Mraz
2022-10-18disable 5x interleave on buffers shorter than 512 bytes: 3% speedup on Graviton2Sebastian Pop
2022-10-11Update copyright yearMatt Caswell
2022-07-08Fix reported performance degradation on aarch64Bernd Edlinger
2020-11-30aes/asm/aesv8-armx.pl: avoid 32-bit lane assignment in CTR modeArd Biesheuvel
2020-11-12Optimize AES-XTS mode in OpenSSL for aarch64XiaokangQian
2020-04-23Update copyright yearMatt Caswell
2020-02-17Also check for errors in x86_64-xlate.pl.David Benjamin
2020-02-17Fix a bug for aarch64 BigEndiansimplelins
2020-01-22Do not silently truncate files on perlasm errorsDavid Benjamin
2019-12-11Optimize AES-ECB mode in OpenSSL for both aarch64 and aarch32XiaokangQian
2019-09-16Unify all assembler file generatorsRichard Levitte
2019-04-17aes/asm/aesv8-armx.pl: ~20% improvement on ThunderX2.Andy Polyakov
2019-04-17ARM64 assembly pack: add ThunderX2 results.Andy Polyakov
2019-02-16ARM assembly pack: make it Windows-friendly.Andy Polyakov
2019-02-12AArch64 assembly pack: authenticate return addresses.Andy Polyakov
2018-12-06Following the license change, modify the boilerplates in crypto/aes/Richard Levitte
2017-11-13ARMv8 assembly pack: add Qualcomm Kryo results.Andy Polyakov
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-02-15ARMv4 assembly pack: harmonize Thumb-ification of iOS build.Andy Polyakov
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-08-16ARMv8 assembly pack: add Samsung Mongoose results.Andy Polyakov
2016-05-21Add OpenSSL copyright to .pl filesRich Salz
2015-04-02aes/asm/aesv8-armx.pl: optimize for Cortex-A5x.Andy Polyakov
2015-01-23Add assembly support to ios64-cross.Andy Polyakov
2015-01-04Remove inconsistency in ARM support.Andy Polyakov
2014-06-25aesv8-armx.pl: rigid input verification in key setup.Andy Polyakov
2014-06-24aesv8-armx.pl: inclrease interleave factor.Andy Polyakov
2014-06-06aesv8-armx.pl update:Andy Polyakov
2014-06-01Engage ARMv8 AES support.Andy Polyakov
2014-05-29aesv8-armx.pl: add CTR implementation.Andy Polyakov
2014-05-20aesv8-armx.pl: fix typo.Andy Polyakov
2014-05-20aesv8-armx.pl: optimize by adding 128-bit code paths.Andy Polyakov
2014-05-19Add "teaser" AES module for ARMv8.Andy Polyakov