test/crypto: add tests for virtio-crypto
authorJay Zhou <jianjay.zhou@huawei.com>
Tue, 17 Apr 2018 09:23:25 +0000 (17:23 +0800)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Mon, 23 Apr 2018 17:20:10 +0000 (18:20 +0100)
commit4ed1e79e78195b56acdcd204159322249799d70d
treed96af2e7acc6ce4d13f1dd60ab14babef30981ed
parent8144eada328029a42cf2be979cf264f4ba0b6651
test/crypto: add tests for virtio-crypto

Only RTE_CRYPTO_CIPHER_AES_CBC cipher
algorithm are tested as unit test, it is supported both by the
cryptodev-backend-builtin and cryptodev-vhost-user of qemu side.

Signed-off-by: Jay Zhou <jianjay.zhou@huawei.com>
Reviewed-by: Fan Zhang <roy.fan.zhang@intel.com>
test/test/test_cryptodev.c
test/test/test_cryptodev.h
test/test/test_cryptodev_aes_test_vectors.h
test/test/test_cryptodev_blockcipher.c
test/test/test_cryptodev_blockcipher.h