crypto/aesni_gcm: allow device init if no AES-NI is present
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 17 Oct 2019 16:30:50 +0000 (17:30 +0100)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 23 Oct 2019 14:57:06 +0000 (16:57 +0200)
commitec73bcf3fac4d6aa209a43f9d858826a4b18fbc8
tree3ec584680fe3842fd6eaf88aa08791f2a453c368
parentfb1033a78884d9954d443a8da9c16250e90e404c
crypto/aesni_gcm: allow device init if no AES-NI is present

The IPSec Multi buffer library does not require AES-NI
instructions to be supported by the CPU, as it can emulate these
instructions in software (adding a big performance penalty when
using AES algorithms).

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