Re: [dpdk-dev] [PATCH v2] doc: announce move of aes gmac algorithm to aead

2020-09-01 Thread Kusztal, ArkadiuszX
..@nxp.com; > De Lara Guarch, Pablo ; Zhang, Roy Fan > > Subject: Re: [dpdk-dev] [PATCH v2] doc: announce move of aes gmac algorithm > to aead > > 31/08/2020 08:34, Kusztal, ArkadiuszX: > > From: Thomas Monjalon > > > 05/08/2020 17:15, Arek Kusztal: > > >

Re: [dpdk-dev] [PATCH v2] doc: announce move of aes gmac algorithm to aead

2020-09-01 Thread Thomas Monjalon
31/08/2020 08:34, Kusztal, ArkadiuszX: > From: Thomas Monjalon > > 05/08/2020 17:15, Arek Kusztal: > > > This patch announces removal of RTE_CRYPTO_AUTH_AES_GMAC from > > > rte_crypto_auth_algorithm and addition of RTE_CRYPTO_AEAD_AES_GMAC to > > > rte_crypto_aead_algorithm. > > > AES-GMAC is var

Re: [dpdk-dev] [PATCH v2] doc: announce move of aes gmac algorithm to aead

2020-08-30 Thread Kusztal, ArkadiuszX
Guarch, Pablo ; Zhang, Roy Fan Subject: Re: [dpdk-dev] [PATCH v2] doc: announce move of aes gmac algorithm to aead 05/08/2020 17:15, Arek Kusztal: > This patch announces removal of RTE_CRYPTO_AUTH_AES_GMAC from > rte_crypto_auth_algorithm and addition of RTE_CRYPTO_AEAD_AES_G

Re: [dpdk-dev] [PATCH v2] doc: announce move of aes gmac algorithm to aead

2020-08-07 Thread Thomas Monjalon
05/08/2020 17:15, Arek Kusztal: > This patch announces removal of RTE_CRYPTO_AUTH_AES_GMAC > from rte_crypto_auth_algorithm and addition of RTE_CRYPTO_AEAD_AES_GMAC > to rte_crypto_aead_algorithm. > AES-GMAC is variation of AES-GCM algorithm with the difference that > it does not perform encryption

[dpdk-dev] [PATCH v2] doc: announce move of aes gmac algorithm to aead

2020-08-05 Thread Arek Kusztal
This patch announces removal of RTE_CRYPTO_AUTH_AES_GMAC from rte_crypto_auth_algorithm and addition of RTE_CRYPTO_AEAD_AES_GMAC to rte_crypto_aead_algorithm. AES-GMAC is variation of AES-GCM algorithm with the difference that it does not perform encryption. As a matter of fact internally there is