summaryrefslogtreecommitdiff
path: root/lib/accelerated/x86/aes-gcm-x86-ssse3.c
Commit message (Expand)AuthorAgeFilesLines
* accelerated: make explicit key size check to all accelerated ciphersNikos Mavrogiannopoulos2018-02-091-1/+2
* accelerated: fix use of SSSE3 vpaes_encrypttmp-gnutls_3_5_x-aesni-fixNikos Mavrogiannopoulos2018-02-061-1/+7
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-3/+3
* accelerated: added required castsNikos Mavrogiannopoulos2014-12-061-1/+1
* more nettle3 related changesNikos Mavrogiannopoulos2014-12-061-2/+2
* Modified crypto backend to accomodate for the CCM ciphersuitesNikos Mavrogiannopoulos2014-12-031-0/+4
* ported to nettle 3.0Nikos Mavrogiannopoulos2014-12-031-7/+19
* x86.h was renamed to x86-common.h to avoid clashes with system headers.Nikos Mavrogiannopoulos2014-04-271-1/+1
* reorganized source files.Nikos Mavrogiannopoulos2013-12-141-1/+1
* zeroize keysNikos Mavrogiannopoulos2013-12-141-1/+4
* When PCLMUL isn't available use the SSSE3 implementation of AES to optimize GCM.Nikos Mavrogiannopoulos2013-12-141-0/+157