Searched refs:mr_tests_q (Results 1 – 1 of 1) sorted by relevance
26 int err, res, mr_tests_q, mr_tests_p, found_p, found_q, hash; in s_dsa_make_params() local77 if (N <= 160) { mr_tests_q = 19; } in s_dsa_make_params()78 else if (N <= 224) { mr_tests_q = 24; } in s_dsa_make_params()79 else { mr_tests_q = 27; } in s_dsa_make_params()86 if (N <= 160) { mr_tests_q = 40; } in s_dsa_make_params()87 else if (N <= 224) { mr_tests_q = 56; } in s_dsa_make_params()88 else { mr_tests_q = 64; } in s_dsa_make_params()131 if ((err = mp_prime_is_prime(q, mr_tests_q, &res)) != CRYPT_OK) { goto cleanup; } in s_dsa_make_params()
Completed in 2 milliseconds