Lines Matching refs:j
2724 unsigned int i, j, k; in test_cipher() local
2740 j = 0; in test_cipher()
2748 j++; in test_cipher()
2767 algo, j, template[i].setkey_error, ret, in test_cipher()
2773 algo, j, template[i].setkey_error); in test_cipher()
2791 "on %s for %s\n", j, e, algo); in test_cipher()
3450 int err = 0, i, j, seedsize; in test_cprng() local
3479 for (j = 0; j < template[i].loops; j++) { in test_cprng()
5764 int j; in alg_test() local
5793 j = alg_find_test(driver); in alg_test()
5794 if (i < 0 && j < 0) in alg_test()
5798 if (j >= 0 && !alg_test_descs[j].fips_allowed) in alg_test()
5809 if (j >= 0 && j != i) in alg_test()
5810 rc |= alg_test_descs[j].test(alg_test_descs + j, driver, in alg_test()