numam-dpdk/drivers/crypto
Piotr Azarewicz 9c2a5775c0 crypto/aesni_gcm: migrate from MB library to ISA-L
Current Cryptodev AES-NI GCM PMD is implemented using Multi Buffer
Crypto library.This patch reimplement the device using ISA-L Crypto
library: https://github.com/01org/isa-l_crypto.

The migration entailed the following additional support for:
  * GMAC algorithm.
  * 256-bit cipher key.
  * Session-less mode.
  * Out-of place processing
  * Scatter-gatter support for chained mbufs (only out-of place and
    destination mbuf must be contiguous)

Signed-off-by: Piotr Azarewicz <piotrx.t.azarewicz@intel.com>
Acked-by: Declan Doherty <declan.doherty@intel.com>
2017-01-18 21:49:54 +01:00
..
aesni_gcm crypto/aesni_gcm: migrate from MB library to ISA-L 2017-01-18 21:49:54 +01:00
aesni_mb cryptodev: add user defined name for vdev 2017-01-18 21:48:56 +01:00
kasumi cryptodev: add user defined name for vdev 2017-01-18 21:48:56 +01:00
null cryptodev: add user defined name for vdev 2017-01-18 21:48:56 +01:00
openssl cryptodev: add user defined name for vdev 2017-01-18 21:48:56 +01:00
qat crypto/qat: add scatter gather to feature flags 2017-01-18 21:48:56 +01:00
snow3g cryptodev: add user defined name for vdev 2017-01-18 21:48:56 +01:00
zuc cryptodev: add user defined name for vdev 2017-01-18 21:48:56 +01:00
Makefile crypto/openssl: rename libcrypto to openssl 2016-10-26 14:58:37 +02:00