summaryrefslogtreecommitdiffhomepage
path: root/src/crypto
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-09-25 18:58:40 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-09-25 19:23:15 +0200
commitc2aa4b7e7e35974a8740f189c20b767e795bddbe (patch)
tree91afbafef32d72e9392b543990d2979053011f73 /src/crypto
parentfaeabde4e6a1e7fb66069fdf5044c1d8cf470ea2 (diff)
curve25519: show all failures in test case
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/zinc/selftest/curve25519.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crypto/zinc/selftest/curve25519.h b/src/crypto/zinc/selftest/curve25519.h
index 8c11d80..f529b7b 100644
--- a/src/crypto/zinc/selftest/curve25519.h
+++ b/src/crypto/zinc/selftest/curve25519.h
@@ -1295,7 +1295,6 @@ static bool __init curve25519_selftest(void)
CURVE25519_KEY_SIZE)) {
pr_info("curve25519 self-test %zu: FAIL\n", i + 1);
success = false;
- break;
}
}
@@ -1310,7 +1309,6 @@ static bool __init curve25519_selftest(void)
printk(KERN_CONT "%02x", in[j]);
printk(KERN_CONT "\n");
success = false;
- break;
}
}