This patch adds new test structure for modexp and modinv for asymmetric cryptography
This patch depends on following patchsets: [1] - Add PMD for asymmetric cryptography operations using Intel QuickAssist Technology devices (http://patchwork.dpdk.org/cover/51273/) --- v5: - update dependency v4: - rebase - remove unused variable v3: - add QuickAssist Technology support v2: - fix checkpatch issues Damian Nowak (1): test: new test structure for asymmetric crypto app/test/test_cryptodev.h | 1 + app/test/test_cryptodev_asym.c | 318 ++++++++++ app/test/test_cryptodev_mod_test_vectors.h | 967 +++++++++++++++++++++++++++++ 3 files changed, 1286 insertions(+) -- 2.7.4