• Home
  • Raw
  • Download

Lines Matching refs:j

191 	unsigned int i, j, k, temp;  in test_hash()  local
214 j = 0; in test_hash()
219 j++; in test_hash()
233 "test %d for %s: ret=%d\n", j, algo, in test_hash()
245 "for %s: ret=%d\n", j, algo, -ret); in test_hash()
253 "for %s: ret=%d\n", j, algo, -ret); in test_hash()
260 "for %s: ret=%d\n", j, algo, -ret); in test_hash()
267 "for %s: ret=%d\n", j, algo, -ret); in test_hash()
275 j, algo); in test_hash()
282 j = 0; in test_hash()
285 j++; in test_hash()
312 "for %s: ret=%d\n", j, algo, in test_hash()
336 "ret=%d\n", j, algo, -ret); in test_hash()
343 "failed for %s\n", j, algo); in test_hash()
366 unsigned int i, j, k, n, temp; in __test_aead() local
422 for (i = 0, j = 0; i < tcount; i++) { in __test_aead()
424 j++; in __test_aead()
455 d, j, algo, crypto_aead_get_flags(tfm)); in __test_aead()
464 d, authsize, j, algo); in __test_aead()
496 d, e, j, algo); in __test_aead()
517 d, e, j, algo, -ret); in __test_aead()
524 d, j, e, algo); in __test_aead()
532 for (i = 0, j = 0; i < tcount; i++) { in __test_aead()
534 j++; in __test_aead()
550 d, j, algo, crypto_aead_get_flags(tfm)); in __test_aead()
598 d, authsize, j, algo); in __test_aead()
646 d, e, j, algo); in __test_aead()
667 d, e, j, algo, -ret); in __test_aead()
686 d, j, e, k, algo); in __test_aead()
706 d, j, e, k, algo, n); in __test_aead()
750 unsigned int i, j, k; in test_cipher() local
765 j = 0; in test_cipher()
770 j++; in test_cipher()
787 "on test %d for %s: flags=%x\n", j, in test_cipher()
806 "on %s for %s\n", j, e, algo); in test_cipher()
827 unsigned int i, j, k, n, temp; in __test_skcipher() local
868 j = 0; in __test_skcipher()
876 j++; in __test_skcipher()
894 d, j, algo, in __test_skcipher()
927 d, e, j, algo, -ret); in __test_skcipher()
934 d, j, e, algo); in __test_skcipher()
942 j = 0; in __test_skcipher()
951 j++; in __test_skcipher()
962 d, j, algo, in __test_skcipher()
1027 d, e, j, algo, -ret); in __test_skcipher()
1044 d, j, e, k, algo); in __test_skcipher()
1054 d, j, e, k, algo, n); in __test_skcipher()
1350 int err = 0, i, j, seedsize; in test_cprng() local
1379 for (j = 0; j < template[i].loops; j++) { in test_cprng()
3099 int j; in alg_test() local
3121 j = alg_find_test(driver); in alg_test()
3122 if (i < 0 && j < 0) in alg_test()
3126 (j >= 0 && !alg_test_descs[j].fips_allowed))) in alg_test()
3133 if (j >= 0) in alg_test()
3134 rc |= alg_test_descs[j].test(alg_test_descs + j, driver, in alg_test()