> -----Original Message-----
> From: dev [mailto:[email protected]] On Behalf Of Pablo de Lara
> Sent: Thursday, September 21, 2017 2:11 PM
> To: Doherty, Declan <[email protected]>; Trahe, Fiona
> <[email protected]>; Jain, Deepak K <[email protected]>; Griffin,
> John <[email protected]>
> Cc: [email protected]; De Lara Guarch, Pablo <[email protected]>
> Subject: [dpdk-dev] [PATCH v2 0/9] Add support for AES-CCM
> 
> AES-CCM support is added in the OpenSSL and QAT PMDs.
> The PMDs and the test code have been reworked, to avoid duplications with
> AES-GCM code, as both algorithms are quite similar (both are AEAD
> algorithms).
> 
> Also, an optimization for AES-GCM (and AES-CCM after the last patch) has
> been introduced, initializing the OpenSSL Context with the key, at session
> creation, instead of for each operation.
> 
> Changes in v2:
> - Clarified API for AES-CCM
> - Modified OpenSSL PMD and sample apps to comply with API
> - Added support for AES-CCM in QAT
> - Extended test cases for 192 and 256 bit keys

Series Acked-by: Fan Zhang <[email protected]>

Reply via email to