summaryrefslogtreecommitdiffstats
path: root/crypto/sha
AgeCommit message (Expand)Author
2017-06-05sha/keccak1600.c: add #ifdef KECCAK1600_ASM.Andy Polyakov
2017-06-05sha/keccak1600.c: reduce temporary storage utilization even futher.Andy Polyakov
2017-06-05sha/keccak1600.c: add another 1x variant.Andy Polyakov
2017-06-05sha/keccak1600.c: add ARM-specific "reference" tweaks.Andy Polyakov
2017-05-30sha/keccak1600.c: implement lane complementing transformAndy Polyakov
2017-05-30sha/keccak1600.c: implement bit interleaving optimization.Andy Polyakov
2017-05-11Remove filename argument to x86 asm_init.David Benjamin
2017-05-11Cleanup - use e_os2.h rather than stdint.hRichard Levitte
2017-05-05sha/sha512.c: fix formatting.Andy Polyakov
2017-03-29More typo fixesFdaSilvaYY
2017-03-22x86_64 assembly pack: add some Ryzen performance results.Andy Polyakov
2017-02-28Clean up references to FIPSEmilia Kasper
2017-02-15sha/asm/*-x86_64.pl: add CFI annotations.Andy Polyakov
2017-02-11sha/asm/sha1-x86_64.pl: add CFI annotations.Adam Langley
2017-02-06x86_64 assembly pack: Win64 SEH face-lift.Andy Polyakov
2016-12-19x86 assembly pack: update performance results.Andy Polyakov
2016-11-17sha/asm/sha512-armv8.pl: fix big-endian support in __KERNEL__ case.Andy Polyakov
2016-11-11sha/asm/sha512-armv8.pl: add NEON version of SHA256.Andy Polyakov
2016-11-11sha/keccak1600.c: add some optimized implementations.Andy Polyakov
2016-11-10Revert "Move algorithm specific ppccap code from crypto/ppccap.c"Richard Levitte
2016-11-09Move algorithm specific ppccap code from crypto/ppccap.cRichard Levitte
2016-10-31sha/keccak1600.c: add couple of soft asserts.Andy Polyakov
2016-10-24sha/asm/sha512-armv8.pl: adapt for kernel use.Andy Polyakov
2016-10-24x86_64 assembly pack: add Goldmont performance results.Andy Polyakov
2016-10-24sha/keccak1600.c: add known answer and verify result with memcmp.Andy Polyakov
2016-10-24crypto/sha: add Keccak1600 primitives to build SHA-3 upon.Andy Polyakov
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-09-02MIPS assembly pack: adapt it for MIPS[32|64]R6.Andy Polyakov
2016-08-16ARMv8 assembly pack: add Samsung Mongoose results.Andy Polyakov
2016-08-11sha/asm/sha1-x86_64.pl: fix crash in SHAEXT code on Windows.Andy Polyakov
2016-08-05spelling fixes, just comments and readme.klemens
2016-06-01Remove/rename some old files.Rich Salz
2016-05-29x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov
2016-05-21Add OpenSSL copyright to .pl filesRich Salz
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-04Alpha assembly pack: make it work on Linux.Andy Polyakov
2016-05-04MIPS assembly pack: fix MIPS64 assembler warnings.Andy Polyakov
2016-04-25s390x assembly pack: cache capability query results.Andy Polyakov
2016-04-20Remove --classic build entirelyRichard Levitte
2016-04-07PPC assembly pack: remove branch hints.Andy Polyakov
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-14build.info/Makefile.in: Itanium fixups.Andy Polyakov
2016-03-13Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)Richard Levitte
2016-03-11crypto/*/build.info: make it work on ARM platforms.Andy Polyakov
2016-03-11Fix some assembler generating scripts for better unificationRichard Levitte
2016-03-10Add include directory options for assembler files that include from crypto/Richard Levitte
2016-03-10Add include directory options for assembler files that include from crypto/Richard Levitte
2016-03-09Make sure the effect of "pic" / "no-pic" is used with assembler compilationsRichard Levitte
2016-03-09Unified - adapt the generation of sha assembler to use GENERATERichard Levitte
2016-03-08SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov