numam-dpdk/doc/guides/cryptodevs
Declan Doherty 94b0ad8e0a null_crypto: add driver for null crypto operations
This patch provides the implementation of a NULL crypto PMD, which supports
NULL cipher and NULL authentication operations, which can be chained together
as follows:

- Authentication Only
- Cipher Only
- Authentication then Cipher
- Cipher then Authentication

As this is a NULL operation device the crypto operations which are submitted for
processing are not actually modified and are stored in a queue pairs processed
packets ring ready for collection when rte_cryptodev_burst_dequeue() is called.

The patch also contains the related unit tests function to test the PMDs
supported operations.

Signed-off-by: Declan Doherty <declan.doherty@intel.com>
Acked-by: Deepak Kumar Jain <deepak.k.jain@intel.com>
2016-03-11 02:16:18 +01:00
..
aesni_gcm.rst aesni_gcm: add driver for AES-GCM crypto operations 2016-03-11 01:01:42 +01:00
aesni_mb.rst doc: fix spellings 2015-12-15 13:50:42 +01:00
index.rst null_crypto: add driver for null crypto operations 2016-03-11 02:16:18 +01:00
null.rst null_crypto: add driver for null crypto operations 2016-03-11 02:16:18 +01:00
qat.rst doc: update qat guide 2016-03-11 01:43:21 +01:00
snow3g.rst cryptodev: add bit-wise handling for SNOW 3G 2016-03-11 00:18:01 +01:00