> -----Original Message----- > From: Kusztal, ArkadiuszX > Sent: Thursday, September 22, 2016 3:46 AM > To: dev at dpdk.org > Cc: Trahe, Fiona; Jain, Deepak K; De Lara Guarch, Pablo; Griffin, John; > Kusztal, > ArkadiuszX > Subject: [PATCH v2 0/3] Fix compability issues between crypto drivers for > GCM test cases > > 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
Applied to dpdk-next-crypto. Thanks, Pablo