summaryrefslogtreecommitdiff
path: root/crypto/sha/sha512.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level SHA functions.Pauli2020-01-191-0/+7
* Move U64 macro from sha.h to sha512.cavas2019-12-101-0/+8
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/sha/Richard Levitte2018-12-061-1/+1
* SHA512/224 and SHA512/256Pauli2018-01-241-1/+78
* Remove parentheses of return.KaoruToda2017-10-181-2/+2
* Remove email addresses from source code.Rich Salz2017-10-131-1/+0
* MSC_VER <= 1200 isn't supported; remove dead codeRich Salz2017-08-271-3/+0
* sha/sha512.c: fix formatting.Andy Polyakov2017-05-051-28/+42
* Copyright consolidation 09/10Rich Salz2016-05-171-4/+8
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-3/+5
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-89/+80
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-547/+614
* RT3548: Remove some unsupported platforms.Rich Salz2015-01-121-1/+1
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+1
* Remove fips_constseg references.Dr. Stephen Henson2014-12-081-2/+0
* sha512.c: fullfull implicit API contract in SHA512_Transform.Andy Polyakov2013-12-181-1/+8
* Initial aarch64 bits.Andy Polyakov2013-10-131-0/+13
* Allow for dynamic base in Win64 FIPS module.Andy Polyakov2011-09-141-0/+2
* ARM assembler pack: profiler-assisted optimizations and NEON support.Andy Polyakov2011-04-011-47/+3
* sha512.c: there apparently is ILP32 PowerPC platform, where it is safe toAndy Polyakov2009-11-151-1/+1
* Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov2008-12-291-1/+1
* Fix warning.Ben Laurie2008-11-021-1/+7
* Fix SHA512 and optimize BN for mingw64.Andy Polyakov2008-11-011-1/+2
* Compensate inline assembler in sha512.c for gcc 2.7.2 compiler bug.Andy Polyakov2008-04-241-4/+4
* Make sha512-armv4.pl byte-order neutral.Andy Polyakov2007-09-261-1/+47
* Remove sha512-sse2.pl.Andy Polyakov2007-09-151-35/+28
* Add sha512_block implementation optimized for small register bank.Andy Polyakov2007-09-071-22/+80
* Workaround MSVC6 compiler bug.Andy Polyakov2007-08-231-0/+3
* As all assembler modules are alignment neutral, allow C to pass unalignedAndy Polyakov2007-05-131-1/+2
* Typo in commit #16187.Andy Polyakov2007-04-301-1/+1
* s390x optimizations.Andy Polyakov2007-04-301-1/+3
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* Further synchronizations with md32_common.h update, consistent namingAndy Polyakov2006-10-171-9/+9
* SHA1 for PowerPC.Andy Polyakov2006-05-011-1/+1
* +20% SHA512 performance improvement on x86.Andy Polyakov2005-10-251-20/+55
* "Show" more respect to no-sha* config options.Andy Polyakov2005-05-311-1/+1
* OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer aAndy Polyakov2004-08-291-3/+4
* Make SHA-256/-512 optional. Note that no-sha switches off *all* SHA.Andy Polyakov2004-07-251-1/+4
* Some compilers are just too whiny. Nothing makes Microsoft compilerAndy Polyakov2004-07-251-24/+32
* Anchor AES and SHA-256/-512 assembler from C.Andy Polyakov2004-07-181-1/+7
* Final SHA-256/-512 touches. Extra md_len field in SHA[256|512]_CTXAndy Polyakov2004-05-311-16/+33
* gcc -Wcast-qual clean-up.Andy Polyakov2004-05-291-3/+4
* SHA-256/-512 update. A bug fix, SHA-512 tune-up for AMD64, hook for SSE2Andy Polyakov2004-05-201-3/+64
* SHA-224/-256/-384/-512 implementation. This is just sheer code commit.Andy Polyakov2004-05-131-0/+399