aboutsummaryrefslogtreecommitdiff
path: root/crypto/modes/asm/ghashv8-armx.pl
AgeCommit message (Expand)AuthorFilesLines
2022-12-01Update copyright yearTomas Mraz1-1/+1
2022-11-11Optimize AES-GCM for uarchs with unroll and new instructionsXiaokangQian1-8/+97
2022-11-09Don't use __ARMEL__/__ARMEB__ in aarch64 assemblyDavid Benjamin1-0/+3
2022-11-09aarch64: support BTI and pointer authentication in assemblyRuss Butler1-0/+11
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-02-17Also check for errors in x86_64-xlate.pl.David Benjamin1-1/+1
2020-01-22Do not silently truncate files on perlasm errorsDavid Benjamin1-1/+1
2019-09-16Unify all assembler file generatorsRichard Levitte1-3/+6
2019-04-17ARM64 assembly pack: add ThunderX2 results.Andy Polyakov1-0/+1
2019-02-16ARM assembly pack: make it Windows-friendly.Andy Polyakov1-7/+19
2018-12-06Following the license change, modify the boilerplates in crypto/modes/Richard Levitte1-1/+1
2018-05-01Update copyright yearMatt Caswell1-1/+1
2018-04-23ARM assembly pack: make it work with older assembler.Andy Polyakov1-0/+2
2017-12-04modes/asm/ghashv8-armx.pl: handle lengths not divisible by 4x.Andy Polyakov1-9/+137
2017-12-04modes/asm/ghashv8-armx.pl: optimize modulo-scheduled loop.Andy Polyakov1-31/+28
2017-12-04modes/asm/ghashv8-armx.pl: modulo-schedule loop.Andy Polyakov1-3/+70
2017-12-04modes/asm/ghashv8-armx.pl: implement 4x aggregate factor.Andy Polyakov1-12/+171
2017-11-13ARMv8 assembly pack: add Qualcomm Kryo results.Andy Polyakov1-0/+1
2017-11-11Many spelling fixes/typo's corrected.Josh Soref1-4/+4
2017-10-13Remove email addresses from source code.Rich Salz1-6/+3
2017-02-15ARMv4 assembly pack: harmonize Thumb-ification of iOS build.Andy Polyakov1-1/+5
2016-08-16ARMv8 assembly pack: add Samsung Mongoose results.Andy Polyakov1-0/+1
2016-05-21Add OpenSSL copyright to .pl filesRich Salz1-1/+8
2015-07-14Conversion to UTF-8 where neededRichard Levitte1-11/+11
2015-04-21modes/asm/ghashv8-armx.pl: additional performance data.Andy Polyakov1-0/+1
2015-04-02modes/asm/ghashv8-armx.pl: up to 90% performance improvement.Andy Polyakov1-54/+222
2015-01-23Add assembly support to ios64-cross.Andy Polyakov1-1/+9
2014-06-24ARMv8 assembly pack: add Cortex performance numbers.Andy Polyakov1-1/+2
2014-06-06Add GHASH for ARMv8 Crypto Extension.Andy Polyakov1-0/+240