Searched refs:mr_tests_p (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() local76 mr_tests_p = (L <= 2048) ? 3 : 2; in s_dsa_make_params()82 if (L <= 1024) { mr_tests_p = 40; } in s_dsa_make_params()83 else if (L <= 2048) { mr_tests_p = 56; } in s_dsa_make_params()84 else { mr_tests_p = 64; } in s_dsa_make_params()158 if ((err = mp_prime_is_prime(p, mr_tests_p, &res)) != CRYPT_OK) { goto cleanup; } in s_dsa_make_params()
Completed in 2 milliseconds