9c2a5775c0
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> |
||
---|---|---|
.. | ||
aesni_gcm_ops.h | ||
aesni_gcm_pmd_ops.c | ||
aesni_gcm_pmd_private.h | ||
aesni_gcm_pmd.c | ||
Makefile | ||
rte_pmd_aesni_gcm_version.map |