Home
last modified time | relevance | path

Searched refs:bbs_style (Results 1 – 4 of 4) sorted by relevance

/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_prime_next_prime.c25 int mp_prime_next_prime(mp_int *a, int t, int bbs_style) in mp_prime_next_prime() argument
44 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()
H A Dtommath.h496 int mp_prime_next_prime(mp_int *a, int t, int bbs_style);
H A Dchanges.txt195 -- changed the next_prime() prototype to accept a new parameter "bbs_style" which
196 will find the next prime congruent to 3 mod 4. The default [bbs_style==0] will
H A Dbn.tex1647 int mp_prime_next_prime(mp_int *a, int t, int bbs_style)