This patch series add new RSA CRT key based test cases, improve code organization and also rebase it to latest changes. It covers following changes:
* Add crt key based rsa sign/verify, enc/decrypt test cases * Move common code of enqueue/dequeue into separate function * Configure device with ff_disable set Ayuj Verma (2): test/crypto: move rsa enqueue/dequeue into separate functions test/crypto: add tests for RSA key type CRT app/test/test_cryptodev_asym.c | 460 +++++++++++++++++------------ app/test/test_cryptodev_rsa_test_vectors.h | 93 ++++++ 2 files changed, 363 insertions(+), 190 deletions(-) -- 1.8.3.1