[dpdk-dev] [PATCH v2 0/3] Fix compability issues between crypto drivers for GCM test cases

Arek Kusztal arkadiuszx.kusztal at intel.com
Thu Sep 22 12:45:52 CEST 2016


This patchset fix pre-counter block issues between crypto divers for AES-GCM tests.
Pre-counter block 96b computation from test file is moved into the AES-GCM PMD.
This patch set fixes too problems with verification of digest for AES-GCM.

Changes in v2:
* Added comment to AESNI GCM driver about pre-counter block generation for len(IV)=12B.

Arek Kusztal (3):
  crypto/aesni_gcm: move pre-counter block to GCM driver
  app/test: move pre-counter block computation from test files
  app/test: fix verification of digest in GCM crypto test

 app/test/test_cryptodev.c                | 20 ++++++++------------
 drivers/crypto/aesni_gcm/aesni_gcm_pmd.c | 11 ++++++++++-
 2 files changed, 18 insertions(+), 13 deletions(-)

-- 
2.1.0



More information about the dev mailing list