numam-dpdk/drivers/crypto
Thomas Monjalon f5862ae99e cryptodev: revert Chacha20-Poly1305 AEAD algorithm
API makes think that rte_cryptodev_info_get() cannot return
a value >= 3 (RTE_CRYPTO_AEAD_LIST_END in 19.11).
20.02-rc1 was returning 3 (RTE_CRYPTO_AEAD_CHACHA20_POLY1305).
So the ABI compatibility contract was broken.

It could be solved with some function versioning,
but because a lack of time, the feature is reverted for now.

This reverts following commits:
- 6c9f3b347e ("cryptodev: add Chacha20-Poly1305 AEAD algorithm")
- 2c512e64d6 ("crypto/qat: support Chacha Poly")
- d55e01f579 ("test/crypto: add Chacha Poly cases")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
2020-02-05 15:14:46 +01:00
..
aesni_gcm build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
aesni_mb build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
armv8 build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
caam_jr build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
ccp crypto/ccp: fix digest size capabilities 2019-11-25 11:01:36 +01:00
dpaa2_sec build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
dpaa_sec build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
kasumi build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
mvsam build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
nitrox build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
null build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
octeontx crypto/octeontx: support ECPM 2020-01-15 15:01:55 +01:00
octeontx2 crypto/octeontx2: support ECPM 2020-01-15 15:01:55 +01:00
openssl build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
qat cryptodev: revert Chacha20-Poly1305 AEAD algorithm 2020-02-05 15:14:46 +01:00
scheduler build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
snow3g build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
virtio build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
zuc build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
Makefile crypto/dpaax_sec: enable build without rte_security 2019-10-23 16:57:06 +02:00
meson.build crypto/octeontx2: add PMD skeleton 2019-10-23 16:57:06 +02:00