DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] Added AES counter mode capability
@ 2016-05-05 13:33 Arek Kusztal
  2016-05-05 13:33 ` [dpdk-dev] [PATCH 1/2] qat: add " Arek Kusztal
  2016-05-05 13:33 ` [dpdk-dev] [PATCH 2/2] app/test: add test cases for AES CTR Arek Kusztal
  0 siblings, 2 replies; 4+ messages in thread
From: Arek Kusztal @ 2016-05-05 13:33 UTC (permalink / raw)
  To: dev; +Cc: declan.doherty, Arek Kusztal

This patchset adds AES counter mode capability for Intel QuickAssist Technology crypto driver.
It adds six test cases for 16B, 24B, 32B key size.

Arek Kusztal (2):
  qat: add AES counter mode capability
  app/test: add test cases for AES CTR

 app/test/test_cryptodev.c                      | 254 ++++++++++++++++++++++++
 app/test/test_cryptodev_aes_ctr_test_vectors.h | 257 +++++++++++++++++++++++++
 doc/guides/cryptodevs/overview.rst             |   6 +-
 doc/guides/cryptodevs/qat.rst                  |   3 +
 doc/guides/rel_notes/release_16_07.rst         |   5 +
 drivers/crypto/qat/qat_crypto.c                |  29 ++-
 6 files changed, 550 insertions(+), 4 deletions(-)
 create mode 100644 app/test/test_cryptodev_aes_ctr_test_vectors.h

-- 
2.1.0

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [dpdk-dev] [PATCH 0/2] Added AES counter mode capability
@ 2016-05-06 10:22 Arek Kusztal
  2016-05-06 10:22 ` [dpdk-dev] [PATCH 1/2] qat: add " Arek Kusztal
  0 siblings, 1 reply; 4+ messages in thread
From: Arek Kusztal @ 2016-05-06 10:22 UTC (permalink / raw)
  To: dev; +Cc: fiona.trahe, deepak.k.jain, john.griffin, Arek Kusztal

This patchset adds AES counter mode capability for Intel QuickAssist Technology crypto driver.
It adds six test cases for 16B, 24B, 32B key size.
NOTE:
Need to repost this patchset because of the problem in email header.

Arek Kusztal (2):
  qat: add AES counter mode capability
  app/test: add test cases for AES CTR

 app/test/test_cryptodev.c                      | 254 ++++++++++++++++++++++++
 app/test/test_cryptodev_aes_ctr_test_vectors.h | 257 +++++++++++++++++++++++++
 doc/guides/cryptodevs/overview.rst             |   6 +-
 doc/guides/cryptodevs/qat.rst                  |   3 +
 doc/guides/rel_notes/release_16_07.rst         |   5 +
 drivers/crypto/qat/qat_crypto.c                |  29 ++-
 6 files changed, 550 insertions(+), 4 deletions(-)
 create mode 100644 app/test/test_cryptodev_aes_ctr_test_vectors.h

-- 
2.1.0

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

end of thread, other threads:[~2016-05-06 10:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-05 13:33 [dpdk-dev] [PATCH 0/2] Added AES counter mode capability Arek Kusztal
2016-05-05 13:33 ` [dpdk-dev] [PATCH 1/2] qat: add " Arek Kusztal
2016-05-05 13:33 ` [dpdk-dev] [PATCH 2/2] app/test: add test cases for AES CTR Arek Kusztal
2016-05-06 10:22 [dpdk-dev] [PATCH 0/2] Added AES counter mode capability Arek Kusztal
2016-05-06 10:22 ` [dpdk-dev] [PATCH 1/2] qat: add " Arek Kusztal

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).