Re: [dpdk-dev] [PATCH] crypto/aesni_mb: modify chain order for AES-CCM

2019-09-19 Thread Akhil Goyal
> > Up to version 0.52 of the IPSec Multi buffer library, > the chain order for AES-CCM was CIPHER_HASH when encrypting. > However, after this version, the order has been reversed in the library > since, when encrypting, hashing is done first and then ciphering. > > Therefore, order is changed

[dpdk-dev] [PATCH] crypto/aesni_mb: modify chain order for AES-CCM

2019-09-05 Thread Pablo de Lara
Up to version 0.52 of the IPSec Multi buffer library, the chain order for AES-CCM was CIPHER_HASH when encrypting. However, after this version, the order has been reversed in the library since, when encrypting, hashing is done first and then ciphering. Therefore, order is changed to be compatible