summaryrefslogtreecommitdiffstats
path: root/crypto/md5/asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Optimize x86/aarch64 MD5 implementationJonathan Swinney13 days2-67/+66
* md5: add assembly implementation for loongarch64Min Zhou2023-12-271-0/+297
* Enable BTI feature for md5 on aarch64fangming.fang2023-12-131-0/+3
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* fix md5 bug on aarch64 big-endian plantform.Liu-ErMeng2023-04-281-13/+32
* md5: add assembly implementation for aarch64Jonathan Swinney2022-05-031-0/+693
* Update copyright yearMatt Caswell2021-07-291-1/+1
* Split bignum code out of the sparcv9cap.cTomas Mraz2021-07-151-1/+4
* rename md5_block_asm_data_order to ossl_md5_block_asm_data_orderPauli2020-11-183-13/+13
* Update copyright yearMatt Caswell2020-04-233-3/+3
* Also check for errors in x86_64-xlate.pl.David Benjamin2020-02-173-3/+3
* Do not silently truncate files on perlasm errorsDavid Benjamin2020-01-223-3/+3
* Unify all assembler file generatorsRichard Levitte2019-09-163-8/+14
* Following the license change, modify the boilerplates in crypto/mdN/Richard Levitte2018-12-063-3/+3
* Remove email addresses from source code.Rich Salz2017-10-131-1/+1
* Cleanup some copyright stuffRich Salz2017-07-011-1002/+0
* Remove filename argument to x86 asm_init.David Benjamin2017-05-111-1/+1
* {md5,rc4}/asm/*-x86_64.pl: add CFI annotations.Andy Polyakov2017-02-131-0/+13
* Remove trailing whitespace from some files.David Benjamin2016-10-112-2/+2
* Add final(?) set of copyrights.Rich Salz2016-06-011-0/+10
* x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov2016-05-291-1/+1
* Add OpenSSL copyright to .pl filesRich Salz2016-05-211-1/+8
* Copyright consolidation: perl filesRich Salz2016-04-202-7/+16
* Unified - adapt the generation of md5 assembler to use GENERATERichard Levitte2016-03-091-0/+5
* SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov2016-03-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-291-4/+0
* md5-x86_64.pl: work around warning.Andy Polyakov2014-08-301-1/+1
* md5/asm/md5-[586|x86_64].pl: +15% on Atom.Andy Polyakov2014-05-042-10/+20
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
* x86_64 assembly pack: make Windows build more robust.Andy Polyakov2013-01-221-1/+2
* SPARCv9 assembly pack: harmonize ABI handling (so that it's handled in oneAndy Polyakov2012-10-251-13/+9
* md5-sparcv9.pl: avoid %asi modifications, improve short input performanceAndy Polyakov2012-10-141-13/+14
* [md5|sha1|sha512]-sparcv9.pl: "cooperative" optimizations based onAndy Polyakov2012-10-141-1/+3
* md5-sparcv9.pl: add hardware SPARC T4 support.Andy Polyakov2012-09-281-2/+149
* md5-sparcv9.pl: more accurate performance result.Andy Polyakov2012-09-281-1/+1
* Add md5-sparcv9.pl.Andy Polyakov2012-09-231-0/+284
* x86_64 assembly pack: make it possible to compile with Perl located onAndy Polyakov2012-06-271-1/+1
* md5-x86_86.pl: remove redundant instructions.Andy Polyakov2011-06-281-8/+5
* Revert previous Linux-specific/centric commit#19629. If it really has toAndy Polyakov2010-05-061-1/+0
* Non-executable stack in asm.Ben Laurie2010-05-051-0/+1
* md5-ia64.S: fix assembler warning.Andy Polyakov2010-04-201-1/+1
* x86_64 assembler pack: add support for Win64 SEH.Andy Polyakov2008-12-191-5/+117
* Make all x86_64 modules independent on current working directory.Andy Polyakov2008-01-131-1/+7
* Update perl asm scripts include paths for perlasm.Dr. Stephen Henson2008-01-051-1/+2
* Further synchronizations with md32_common.h update.Andy Polyakov2006-10-172-1077/+8
* Re-implement md32_common.h [make it simpler!] and eliminate code renderedAndy Polyakov2006-10-112-5/+5
* MD5 x86_64 assembler update.Andy Polyakov2005-09-201-11/+17
* Pedantic polish to md5-ia64.S.Andy Polyakov2005-07-201-2/+6
* This update gets endianness-neutrality right and adds second requiredAndy Polyakov2005-07-201-116/+133
* MD5 IA-64 assembler implementation. Original copy for reference purposes.Andy Polyakov2005-07-201-0/+1009