DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] Add DES capability to Intel QuickAssist Technology driver
@ 2016-12-02 14:15 Arek Kusztal
  2016-12-02 14:16 ` [dpdk-dev] [PATCH 1/3] lib/librte_cryptodev: add DES CBC cipher algorithm Arek Kusztal
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Arek Kusztal @ 2016-12-02 14:15 UTC (permalink / raw)
  To: dev
  Cc: fiona.trahe, pablo.de.lara.guarch, john.griffin, deepak.k.jain,
	Arek Kusztal

This patchset adds Data Encryption Standard (DES) capability to Intel QuickAssist
Technology driver and corresponding tests to test files.

Arek Kusztal (3):
  lib/librte_cryptodev: add DES CBC cipher algorithm
  crypto/qat: add DES capability to Intel QAT driver
  app/test: add DES tests to Intel QAT crypto test suite

 app/test/test_cryptodev.c                        |  18 ++++
 app/test/test_cryptodev_blockcipher.c            |   5 ++
 app/test/test_cryptodev_blockcipher.h            |   3 +-
 app/test/test_cryptodev_des_test_vectors.h       | 110 +++++++++++++++++++++++
 doc/guides/cryptodevs/qat.rst                    |   1 +
 doc/guides/rel_notes/release_17_02.rst           |   6 ++
 drivers/crypto/qat/qat_adf/qat_algs.h            |   1 +
 drivers/crypto/qat/qat_adf/qat_algs_build_desc.c |  16 ++++
 drivers/crypto/qat/qat_crypto.c                  |  29 +++++-
 lib/librte_cryptodev/rte_crypto_sym.h            |   4 +
 10 files changed, 191 insertions(+), 2 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-12-21 23:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-02 14:15 [dpdk-dev] [PATCH 0/3] Add DES capability to Intel QuickAssist Technology driver Arek Kusztal
2016-12-02 14:16 ` [dpdk-dev] [PATCH 1/3] lib/librte_cryptodev: add DES CBC cipher algorithm Arek Kusztal
2016-12-21 11:49   ` Trahe, Fiona
2016-12-02 14:16 ` [dpdk-dev] [PATCH 2/3] crypto/qat: add DES capability to Intel QAT driver Arek Kusztal
2016-12-21 11:49   ` Trahe, Fiona
2016-12-02 14:16 ` [dpdk-dev] [PATCH 3/3] app/test: add DES tests to Intel QAT crypto test suite Arek Kusztal
2016-12-21 11:49   ` Trahe, Fiona
2016-12-21 11:47 ` [dpdk-dev] [PATCH 0/3] Add DES capability to Intel QuickAssist Technology driver Trahe, Fiona
2016-12-21 23:02   ` De Lara Guarch, Pablo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).