summaryrefslogtreecommitdiff
path: root/lib/accelerated/cryptodev-gcm.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: 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
* Added API to register AEAD and legacy ciphers.Nikos Mavrogiannopoulos2015-03-181-1/+1
* cryptodev: provide the new AEAD APINikos Mavrogiannopoulos2015-03-181-0/+4
* reindented codeNikos Mavrogiannopoulos2013-11-081-188/+172
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* removed debuggingNikos Mavrogiannopoulos2012-02-261-1/+0
* simplified gcm registration in cryptodev.Nikos Mavrogiannopoulos2012-02-261-8/+0
* compilation fixes.Nikos Mavrogiannopoulos2012-02-231-1/+10
* Added GCM mode using cryptodev. This is mostly a hack due to how GCM mode is ...Nikos Mavrogiannopoulos2012-02-231-0/+303