summaryrefslogtreecommitdiff
path: root/src/hwfeatures.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-12Add Intel PCLMUL implementations of CRC algorithmsJussi Kivilinna1-0/+1
2015-10-28hwf-x86: add detection for Intel CPUs with fast SHLD instructionJussi Kivilinna1-13/+14
2013-12-13SHA-512: Add AVX and AVX2 implementations for x86-64Jussi Kivilinna1-0/+2
2013-12-12SHA-256: Add SSSE3 implementation for x86-64Jussi Kivilinna1-0/+1
2013-12-12Add a configuration file to disable hardware features.Werner Koch1-0/+76
2013-12-12Move list of hardware features to hwfeatures.c.Werner Koch1-2/+55
2013-08-31Add ARM HW feature detection module and add NEON detectionJussi Kivilinna1-0/+5
2012-12-21Prepare for hardware feature detection on other platforms.Werner Koch1-182/+6
2012-12-21Clean up i386/x86-64 cpuid usage in hwfeatures.cJussi Kivilinna1-218/+122
2012-12-18Add support for using DRNG random number generatorDmitry Kasatkin1-0/+30
2012-11-21Do not detect AES-NI support if disabled by configure.Werner Koch1-4/+10
2012-11-21Add x86_64 support for AES-NIJussi Kivilinna1-3/+0
2012-11-21Fix cpuid vendor-id check for i386 and x86-64Jussi Kivilinna1-27/+32
2012-11-21Fix hwdetect assembler clobbersJussi Kivilinna1-4/+4
2012-06-21Clear AESNI feature flag for x86_64.Werner Koch1-0/+3
2012-06-21Beautify last change.Werner Koch1-8/+14
2012-06-21Enable VIA Padlock on x86_64 platformsRafaël Carré1-0/+97
2011-02-17Fix AES-NI detection.Werner Koch1-1/+1
2011-02-16Add GCRYCTL_DISABLE_HWFWerner Koch1-2/+4
2011-02-11Renamed existing flag for AES-NI and fixed detection.Werner Koch1-1/+1
2011-02-04Nuked almost all trailing whitespace.Werner Koch1-12/+12
2010-08-27Prepare support of ia32 AES instructionsWerner Koch1-5/+28
2009-11-29Fix detection of cpuid statement.Werner Koch1-1/+1
2008-08-29Changed the way the FIPS RNG is seeded.Werner Koch1-1/+4
2008-01-212008-01-21 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann1-5/+4
2007-12-10Preparing 1.4.0.Werner Koch1-2/+4
2007-11-29The ACE engine of VIA processors is now used for AES-128.Werner Koch1-0/+94
2007-10-31Reorganizatiosn to support the visibility attribute.Werner Koch1-0/+69