summaryrefslogtreecommitdiff
path: root/crypto/md32_common.h
Commit message (Expand)AuthorAgeFilesLines
* md32_common.h: modify MD32_REG_T pre-processing logic [triggered by clang].appro2010-08-021-4/+11
* Fix s390x-specific HOST_l2c|c2l.appro2010-03-021-4/+4
* Fix "possible loss of data" Win64 compiler warnings.appro2008-12-291-2/+2
* Some precautions to avoid potential security-relevant problems.bodo2008-09-141-1/+1
* md32_common.h update.appro2007-07-231-2/+4
* Revert irrelevant changes from commit #16191.appro2007-04-301-3/+5
* rll does not seem to be available on legacy s390.appro2007-04-301-7/+5
* s390x optimizations.appro2007-04-301-0/+23
* Re-implement md32_common.h [make it simpler!] and eliminate code renderedappro2006-10-111-293/+50
* SHA1 for PowerPC.appro2006-05-011-1/+2
* Eliminate false preprocessor dependencies introduced with VOS support.appro2005-10-251-0/+2
* Oops-type typo.appro2005-09-191-1/+1
* bswapl usage should be masked by I386_ONLY.appro2005-09-191-1/+2
* Update for Stratus VOS.levitte2005-06-231-3/+5
* Refine PowerPC platform support.appro2004-12-201-1/+1
* Minor 64-bit md32_common.h update and minor unsignification of digests.appro2004-07-251-3/+3
* SHA fails to compile on x86_64 if compiled with custom flags, withoutappro2004-06-111-3/+3
* Kill unused macro and reimplement it for that single context it canappro2004-05-311-53/+36
* size_t-fication of message digest APIs. We should size_t-fy more APIs...appro2004-05-151-4/+4
* This is essentially Intel 32-bit compiler tune-up. To start with allappro2004-03-281-3/+1
* Netware-specific changes,levitte2003-11-281-0/+2
* Make md32_common.h friendlier to compiler warnings.geoff2003-10-291-2/+2
* x86_64 performance patch.appro2002-12-141-2/+27
* Cleanse memory using the new OPENSSL_cleanse() function.levitte2002-11-281-1/+1
* avoid uninitialized memory readbodo2002-11-201-2/+5
* openbsd-x86 macrosulf2001-10-141-2/+2
* Make EVP_Digest*() routines return a value.steve2001-03-081-4/+6
* Make all configuration macros available for application by makinglevitte2001-02-191-3/+3
* _lrotl() is a call to the C runtime library!ulf2000-10-301-1/+1
* Fix signed/unsigned warnings.ben2000-02-161-1/+2
* New NO_INLINE_ASM macro. Primary target for the moment is Solaris x86appro2000-02-151-2/+2
* Support for MacOS X (Rhapsody) is added. Also get rid of volatileappro2000-02-061-6/+6
* Metrowerks for Motorola tune-up.appro2000-01-021-1/+4
* Late break-in patch for MacOS support.appro1999-12-191-2/+1
* MacOS updates.appro1999-12-191-1/+6
* Solaris x86 assembler problem is already addressed in ./configulf1999-12-141-1/+1
* Don't use inline assembler on x86 Solaris (would need a different syntax).ulf1999-12-081-1/+1
* md32_common.h update and accompanying MD5 update.appro1999-08-281-5/+10
* Don't use inline assembler when configured for "no-asm".bodo1999-06-231-2/+2
* Borland C fix.ulf1999-06-011-3/+3
* Some solaris-usparc MD5 fixes.bodo1999-05-201-2/+4
* Make MD5 work on Alpha, and fix a bug.bodo1999-05-171-1/+1
* Get rid of casts.ben1999-05-151-3/+3
* Get rid of another cast.bodo1999-05-151-1/+1
* Get rid of the cast.ben1999-05-151-1/+1
* Change cast in function calls to that which is, I think, the rightbodo1999-05-141-2/+2
* Reorganize and speed up MD5.ulf1999-05-131-0/+592