aboutsummaryrefslogtreecommitdiff
path: root/test/validation
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2018-01-27 04:27:52 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-02-26 13:47:26 +0300
commit164d9e73f9a9ad31dd97d785e1044d752525265a (patch)
tree0248c38babe62332ca4804466b62dbed7a4d38eb /test/validation
parentc91ad1474b0ec07aba6bada7ad0258c71d45c952 (diff)
validation: crypto: drop obsolete GMAC-related hack
Checking that cipher is not NULL was required because GMAC used NULL cipher to specify it's IV. Now it is obosolete, as auths has their own IV. Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'test/validation')
-rw-r--r--test/validation/api/crypto/odp_crypto_test_inp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/validation/api/crypto/odp_crypto_test_inp.c b/test/validation/api/crypto/odp_crypto_test_inp.c
index 9c024975b..a6071dbe8 100644
--- a/test/validation/api/crypto/odp_crypto_test_inp.c
+++ b/test/validation/api/crypto/odp_crypto_test_inp.c
@@ -581,9 +581,6 @@ static void check_alg(odp_crypto_op_t op,
for (i = 0; i < cipher_num; i++) {
cipher_ok |= cipher_tested[i];
if (!cipher_tested[i]) {
- /* GMAC-related hacks */
- if (cipher_alg == ODP_CIPHER_ALG_NULL)
- continue;
printf("\n Untested: alg=%s, key_len=%" PRIu32 ", "
"iv_len=%" PRIu32 "\n",
cipher_alg_name(cipher_alg),