Loading crypto/testmgr.c +4 −2 Original line number Diff line number Diff line Loading @@ -2034,6 +2034,8 @@ static int test_akcipher_one(struct crypto_akcipher *tfm, static int test_akcipher(struct crypto_akcipher *tfm, const char *alg, struct akcipher_testvec *vecs, unsigned int tcount) { const char *algo = crypto_tfm_alg_driver_name(crypto_akcipher_tfm(tfm)); int ret, i; for (i = 0; i < tcount; i++) { Loading @@ -2041,8 +2043,8 @@ static int test_akcipher(struct crypto_akcipher *tfm, const char *alg, if (!ret) continue; pr_err("alg: akcipher: test failed on vector %d, err=%d\n", i + 1, ret); pr_err("alg: akcipher: test %d failed for %s, err=%d\n", i + 1, algo, ret); return ret; } return 0; Loading Loading
crypto/testmgr.c +4 −2 Original line number Diff line number Diff line Loading @@ -2034,6 +2034,8 @@ static int test_akcipher_one(struct crypto_akcipher *tfm, static int test_akcipher(struct crypto_akcipher *tfm, const char *alg, struct akcipher_testvec *vecs, unsigned int tcount) { const char *algo = crypto_tfm_alg_driver_name(crypto_akcipher_tfm(tfm)); int ret, i; for (i = 0; i < tcount; i++) { Loading @@ -2041,8 +2043,8 @@ static int test_akcipher(struct crypto_akcipher *tfm, const char *alg, if (!ret) continue; pr_err("alg: akcipher: test failed on vector %d, err=%d\n", i + 1, ret); pr_err("alg: akcipher: test %d failed for %s, err=%d\n", i + 1, algo, ret); return ret; } return 0; Loading