crypto/aesni_gcm: move pre-counter block to driver
authorArek Kusztal <arkadiuszx.kusztal@intel.com>
Thu, 22 Sep 2016 10:45:53 +0000 (11:45 +0100)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Tue, 4 Oct 2016 18:41:09 +0000 (20:41 +0200)
commitb2bb3597470c651d1e7d056d761690fc7c0106b8
tree7454764c7e172dabaf8f0def4c0d8ebe7ab156ce
parente1b7f509e6f274e9fd5996454eee9259546a19d4
crypto/aesni_gcm: move pre-counter block to driver

This patch moves computing of pre-counter block into the AESNI-GCM
driver so it can be moved from test files.

Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
Acked-by: Deepak Kumar Jain <deepak.k.jain@intel.com>
app/test/test_cryptodev.c
drivers/crypto/aesni_gcm/aesni_gcm_pmd.c