Re: [PATCH 0/3] Fix compability issues between crypto drivers for GCM test cases
From: Jain, Deepak K <hidden>
Date: 2016-08-25 20:38:42
From: Jain, Deepak K <hidden>
Date: 2016-08-25 20:38:42
-----Original Message----- From: Kusztal, ArkadiuszX Sent: Thursday, August 25, 2016 1:03 PM To: dev@dpdk.org Cc: Trahe, Fiona <redacted>; Jain, Deepak K [off-list ref]; De Lara Guarch, Pablo [off-list ref]; Griffin, John [off-list ref]; Kusztal, ArkadiuszX [off-list ref] Subject: [PATCH 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. 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 | 7 ++++++- 2 files changed, 14 insertions(+), 13 deletions(-) -- 2.1.0
Acked-by: Deepak Kumar Jain <redacted>