Re: [dpdk-dev] [PATCH] crypto/aesni_gcm: support all truncated digest sizes

2018-09-26 Thread Akhil Goyal
On 8/14/2018 6:24 AM, Pablo de Lara wrote: The full digest size of GCM/GMAC algorithms is 16 bytes. However, it is sometimes truncated to a smaller size (such as in IPSec). This commit allows a user to generate a digest of any size up to the full size. Signed-off-by: Pablo de Lara --- Appl

Re: [dpdk-dev] [PATCH] crypto/aesni_gcm: support all truncated digest sizes

2018-08-24 Thread Kovacevic, Marko
> The full digest size of GCM/GMAC algorithms is 16 bytes. > However, it is sometimes truncated to a smaller size (such as in IPSec). > This commit allows a user to generate a digest of any size up to the full > size. > > Signed-off-by: Pablo de Lara > --- > drivers/crypto/aesni_gcm/aesni_gcm_p

[dpdk-dev] [PATCH] crypto/aesni_gcm: support all truncated digest sizes

2018-08-14 Thread Pablo de Lara
The full digest size of GCM/GMAC algorithms is 16 bytes. However, it is sometimes truncated to a smaller size (such as in IPSec). This commit allows a user to generate a digest of any size up to the full size. Signed-off-by: Pablo de Lara --- drivers/crypto/aesni_gcm/aesni_gcm_pmd.c | 79 ++