DPDK patches and discussions
 help / color / mirror / Atom feed
From: Arek Kusztal <arkadiuszx.kusztal@intel.com>
To: dev@dpdk.org
Cc: declan.doherty@intel.com, Arek Kusztal <arkadiuszx.kusztal@intel.com>
Subject: [dpdk-dev] [PATCH 0/2] Added AES counter mode capability
Date: Thu,  5 May 2016 14:33:57 +0100	[thread overview]
Message-ID: <1462455239-10376-1-git-send-email-arkadiuszx.kusztal@intel.com> (raw)

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

             reply	other threads:[~2016-05-05 13:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-05 13:33 Arek Kusztal [this message]
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 15:13 ` Jain, Deepak K
2016-06-07 17:04   ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1462455239-10376-1-git-send-email-arkadiuszx.kusztal@intel.com \
    --to=arkadiuszx.kusztal@intel.com \
    --cc=declan.doherty@intel.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).