test/crypto: extend AES-GCM 192/256 to other PMDs
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Tue, 4 Jul 2017 00:12:43 +0000 (01:12 +0100)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 6 Jul 2017 20:26:50 +0000 (22:26 +0200)
commit81864b916451ad2bfb4335505d7caf802d31c8ee
treea437e654cb4d6e40dba5d3cc1eff9bf770aba730
parent677acfe5da8cb0d2af46694e66eccc71e0e5260f
test/crypto: extend AES-GCM 192/256 to other PMDs

QAT, OpenSSL and DPAA2 PMDs support 192-bit and 256-bit key sizes
for AES-GCM, apart from 128-bit keys. Therefore, these tests that were
only used by AES-NI MB PMD are extended to these other two PMDs.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
test/test/test_cryptodev.c