summaryrefslogtreecommitdiff
path: root/lib/accelerated/cryptodev.c
Commit message (Expand)AuthorAgeFilesLines
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Fix typos in lib/tmp-fix-typos-in-libTim Rühsen2019-01-041-1/+1
* cryptodev: fix prototype of cryptodev_mac_fast [ci skip]Nikos Mavrogiannopoulos2018-03-081-0/+4
* accelerated: make explicit key size check to all accelerated ciphersNikos Mavrogiannopoulos2018-02-081-0/+2
* nettle: added a safety net on wrap_nettle_cipher_setiv()Nikos Mavrogiannopoulos2017-01-021-0/+3
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-3/+3
* Added API to register MAC and digest algorithms.Nikos Mavrogiannopoulos2015-03-181-2/+2
* Added API to register AEAD and legacy ciphers.Nikos Mavrogiannopoulos2015-03-181-1/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-352/+324
* corrected typoNikos Mavrogiannopoulos2013-10-291-1/+1
* Eliminate reset from cryptodev hashes and macGustavo Zacarias2013-07-111-3/+0
* The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-...Nikos Mavrogiannopoulos2013-03-191-0/+1
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Added Camellia-192-CBC algorithm identifier.Nikos Mavrogiannopoulos2012-06-291-0/+1
* corrected probing of cryptodev digests.Nikos Mavrogiannopoulos2012-03-221-2/+2
* when using cryptodev do not set all the digest function since they are not al...Nikos Mavrogiannopoulos2012-03-071-138/+11
* reset the siop structure on every loopNikos Mavrogiannopoulos2012-03-071-4/+6
* Updated cryptodev code.Nikos Mavrogiannopoulos2012-02-261-17/+23
* simplified gcm registration in cryptodev.Nikos Mavrogiannopoulos2012-02-261-0/+4
* compilation fixes.Nikos Mavrogiannopoulos2012-02-231-3/+11
* Added GCM mode using cryptodev. This is mostly a hack due to how GCM mode is ...Nikos Mavrogiannopoulos2012-02-231-28/+19
* updates for cryptodev. Require the COP_FLAG_RESET.Nikos Mavrogiannopoulos2012-02-211-66/+54
* Always deinitialize.Nikos Mavrogiannopoulos2012-02-211-4/+11
* added resetNikos Mavrogiannopoulos2012-02-201-1/+20
* initialize memory for siopNikos Mavrogiannopoulos2012-02-201-0/+4
* properly deinitialize cryptodev resources, and only register ciphers if they ...Nikos Mavrogiannopoulos2012-02-201-7/+49
* fixes in cryptodev support. Added support for digest algorithms.Nikos Mavrogiannopoulos2012-02-201-4/+11
* fixes in cryptodev support. Added support for digest algorithms.Nikos Mavrogiannopoulos2012-02-201-9/+116
* update in cryptodevNikos Mavrogiannopoulos2012-02-191-9/+11
* register the .fast function for cryptodevNikos Mavrogiannopoulos2012-02-191-0/+35
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-2/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* use correct header.Nikos Mavrogiannopoulos2011-04-161-1/+1
* Moved cryptodev to accelerated/Nikos Mavrogiannopoulos2011-04-161-0/+434