[dpdk-dev] [PATCH 0/5] support of MAC-I

Gagandeep Singh g.singh at nxp.com
Thu Aug 26 13:23:10 CEST 2021


This series add support of Message Authentication Code
- Integrity on DPAAX platforms.

Gagandeep Singh (4):
  common/dpaax: fix IV value for shortMAC-I for SNOW algo
  test/crypto: add pdcp security short MAC-I support
  crypto/dpaa2_sec: add PDCP short MAC-I support
  crypto/dpaa_sec: add pdcp short MAC-I support

Hemant Agrawal (1):
  security: add pdcp short MAC-I support

 app/test-crypto-perf/cperf_options_parsing.c  |   8 +-
 app/test/test_cryptodev.c                     |  48 ++++++++
 ...est_cryptodev_security_pdcp_test_vectors.h | 105 +++++++++++++++++-
 doc/guides/prog_guide/rte_security.rst        |  11 +-
 doc/guides/tools/cryptoperf.rst               |   2 +-
 drivers/common/dpaax/caamflib/desc/pdcp.h     |   7 +-
 drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c   |   4 +
 drivers/crypto/dpaa2_sec/dpaa2_sec_priv.h     |   9 ++
 drivers/crypto/dpaa_sec/dpaa_sec.c            |   3 +
 drivers/crypto/dpaa_sec/dpaa_sec.h            |  11 +-
 lib/security/rte_security.h                   |   1 +
 11 files changed, 201 insertions(+), 8 deletions(-)

-- 
2.25.1



More information about the dev mailing list