numam-dpdk/app/test-crypto-perf
Pablo de Lara ad674b4d4a app/crypto-perf: fix AEAD tests when AAD is zero
For AEAD algorithms, additional authenticated data (AAD)
can be passed, but it is optional, so its size can be zero.
Therefore, test can be run if no memory is allocated.

Fixes: f8be1786b1 ("app/crypto-perf: introduce performance test application")
Cc: stable@dpdk.org

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2017-04-20 11:32:45 +02:00
..
data app/crypto-perf: fix AES CBC 128 test vectors 2017-04-06 00:17:44 +02:00
cperf_ops.c app/crypto-perf: fix length for wireless algos 2017-04-20 11:32:45 +02:00
cperf_ops.h app/crypto-perf: move verify as single test type 2017-04-06 00:17:44 +02:00
cperf_options_parsing.c app/crypto-perf: add extra option checks 2017-04-06 00:17:44 +02:00
cperf_options.h app/crypto-perf: reorg options structure 2017-04-06 00:17:44 +02:00
cperf_test_latency.c app/crypto-perf: fix possible overflow 2017-04-20 11:32:45 +02:00
cperf_test_latency.h app/crypto-perf: introduce performance test application 2017-01-30 17:46:36 +01:00
cperf_test_throughput.c app/crypto-perf: fix crypto operation resubmission 2017-04-20 11:32:45 +02:00
cperf_test_throughput.h app/crypto-perf: introduce performance test application 2017-01-30 17:46:36 +01:00
cperf_test_vector_parsing.c app/crypto-perf: add range/list of sizes 2017-04-06 00:17:44 +02:00
cperf_test_vector_parsing.h app/crypto-perf: introduce performance test application 2017-01-30 17:46:36 +01:00
cperf_test_vectors.c app/crypto-perf: fix AEAD tests when AAD is zero 2017-04-20 11:32:45 +02:00
cperf_test_vectors.h app/crypto-perf: introduce performance test application 2017-01-30 17:46:36 +01:00
cperf_test_verify.c app/crypto-perf: add range/list of sizes 2017-04-06 00:17:44 +02:00
cperf_test_verify.h app/crypto-perf: move verify as single test type 2017-04-06 00:17:44 +02:00
cperf.h app/crypto-perf: introduce performance test application 2017-01-30 17:46:36 +01:00
main.c app/crypto-perf: add range/list of sizes 2017-04-06 00:17:44 +02:00
Makefile app/crypto-perf: move verify as single test type 2017-04-06 00:17:44 +02:00