Added GCM mode using cryptodev. This is mostly a hack due to how GCM mode is exported...
commit83d2e762d0ea97e7a0785495fe8de3cb22634bc2
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 23 Feb 2012 18:08:28 +0000 (23 19:08 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 23 Feb 2012 18:08:28 +0000 (23 19:08 +0100)
tree011f5c0cd48d0d95f23e9dd1df5db2c45ee603fb
parentce7caadb8ea5df7e53dc6143f46bc02ae0aec885
Added GCM mode using cryptodev. This is mostly a hack due to how GCM mode is exported from kernel.
NEWS
lib/accelerated/Makefile.am
lib/accelerated/cryptodev-gcm.c [new file with mode: 0644]
lib/accelerated/cryptodev.c
lib/accelerated/cryptodev.h
lib/gnutls_cipher.c
lib/gnutls_cipher_int.h
lib/gnutls_record.c
tests/slow/cipher-test.c