crypto/aesni_gcm: remove unneeded J0 calculation
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Tue, 14 Aug 2018 00:53:30 +0000 (01:53 +0100)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 26 Sep 2018 10:43:57 +0000 (12:43 +0200)
commitc7c29f105876f2b60a0a816d45ae5a45d50128f6
treebc04dfdd13acce7e2e02fa41696687342de5c799
parentd0fe8c48a4780b05f382950c0f8e52471cfe810f
crypto/aesni_gcm: remove unneeded J0 calculation

When IV size is 12, padding to 16 bytes is required
and the LSB must be set to 1, according to the spec.
However, the Multi-buffer library is already doing this,
so it is not necessary to do it in the PMD.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
drivers/crypto/aesni_gcm/aesni_gcm_pmd.c