DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v3 0/2] support block cipher DIGEST_ENCRYPTED mode
@ 2021-01-28 11:01 Tejasree Kondoj
  2021-01-28 11:01 ` [dpdk-dev] [PATCH v3 1/2] common/cpt: support " Tejasree Kondoj
  2021-01-28 11:01 ` [dpdk-dev] [PATCH v3 2/2] test/crypto: support block cipher " Tejasree Kondoj
  0 siblings, 2 replies; 3+ messages in thread
From: Tejasree Kondoj @ 2021-01-28 11:01 UTC (permalink / raw)
  To: Akhil Goyal, Radu Nicolau
  Cc: Tejasree Kondoj, Anoob Joseph, Ankur Dwivedi, dev

This series adds support for block cipher DIGEST_ENCRYPTED mode in
OCTEON TX, OCTEON TX2 PMDs and sample unit test application.

v3:
* Used DIGEST_ENCRYPTED feature flag instead of SSL_ORDER
* Updated patchset description to DIGEST_ENCRYPTED

v2:
* Added feature flag for SSL/TLS order in cryptodev library
* Moved SSL/TLS test cases to proper test sub-suite

Tejasree Kondoj (2):
  common/cpt: support DIGEST_ENCRYPTED mode
  test/crypto: support block cipher DIGEST_ENCRYPTED mode

 app/test/test_cryptodev_aes_test_vectors.h    | 589 ++++++++++++++++++
 app/test/test_cryptodev_blockcipher.c         |  95 ++-
 app/test/test_cryptodev_blockcipher.h         |  10 +
 doc/guides/rel_notes/release_21_02.rst        |  10 +
 drivers/common/cpt/cpt_mcode_defines.h        |   7 +-
 drivers/common/cpt/cpt_ucode.h                |  42 +-
 drivers/crypto/octeontx/otx_cryptodev_ops.c   |  11 +-
 drivers/crypto/octeontx2/otx2_cryptodev.c     |   3 +-
 drivers/crypto/octeontx2/otx2_cryptodev_ops.c |   8 +-
 9 files changed, 749 insertions(+), 26 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2021-01-28 10:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-28 11:01 [dpdk-dev] [PATCH v3 0/2] support block cipher DIGEST_ENCRYPTED mode Tejasree Kondoj
2021-01-28 11:01 ` [dpdk-dev] [PATCH v3 1/2] common/cpt: support " Tejasree Kondoj
2021-01-28 11:01 ` [dpdk-dev] [PATCH v3 2/2] test/crypto: support block cipher " Tejasree Kondoj

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