summaryrefslogtreecommitdiff
path: root/lib/accelerated/x86/aes-gcm-x86-pclmul.c
Commit message (Expand)AuthorAgeFilesLines
* lib: add support for AES-192-GCMDmitry Baryshkov2020-05-271-0/+1
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* accelerated: error on the cases where the nettle API would have erroredNikos Mavrogiannopoulos2018-07-021-2/+23
* accelerated: make explicit key size check to all accelerated ciphersNikos Mavrogiannopoulos2018-02-081-0/+2
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-3/+3
* include nettle/memxor when neededNikos Mavrogiannopoulos2015-05-151-0/+1
* drop support for gnulib's u64Nikos Mavrogiannopoulos2015-03-241-2/+2
* Modified crypto backend to accomodate for the CCM ciphersuitesNikos Mavrogiannopoulos2014-12-031-0/+4
* Added sanity check on padlock AES IV set.Nikos Mavrogiannopoulos2014-07-221-1/+1
* 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
* addressed warningNikos Mavrogiannopoulos2013-12-141-1/+1
* zeroize keysNikos Mavrogiannopoulos2013-12-141-0/+3
* When PCLMUL isn't available use the SSSE3 implementation of AES to optimize GCM.Nikos Mavrogiannopoulos2013-12-141-0/+267