Searched refs:is_prime (Results 1 – 7 of 7) sorted by relevance
55 is_prime (size_t candidate) in is_prime() function82 while (!is_prime (seed)) in next_prime()
16 static int is_prime(int* const pflag, int v) in is_prime() function94 if (is_prime(pflag, i)) in main()
481 int is_prime, len = 0; in MAIN() local493 is_prime = (EC_METHOD_get_field_type(meth) == in MAIN()496 if (is_prime) in MAIN()571 if (is_prime) in MAIN()
444 is_prime (size_t candidate) in is_prime() function472 while (SIZE_MAX != candidate && !is_prime (candidate)) in next_prime()
710 -- Added _ARGCHK() calls to is_prime() for the two input pointers.793 -- Optimized prime.c to not include a 2nd prime table, removed code from is_prime calls prime1052 -- Added an additional check for memory errors in is_prime() and cleaned up prime.c a bit1344 … -- Updated the is_prime() function to use a new prototype [it can return errors now] and it also
4906 int is_prime(mp_int *N, int *result);