Searched refs:bbs_style (Results 1 – 4 of 4) sorted by relevance
25 int mp_prime_next_prime(mp_int *a, int t, int bbs_style) in mp_prime_next_prime() argument44 if (bbs_style == 1) { in mp_prime_next_prime()75 if (bbs_style == 1) { in mp_prime_next_prime()83 if (bbs_style == 1) { in mp_prime_next_prime()
496 int mp_prime_next_prime(mp_int *a, int t, int bbs_style);
195 -- changed the next_prime() prototype to accept a new parameter "bbs_style" which196 will find the next prime congruent to 3 mod 4. The default [bbs_style==0] will
1647 int mp_prime_next_prime(mp_int *a, int t, int bbs_style)