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

/external/dropbear/libtommath/
H A Dbn_mp_prime_next_prime.c21 * bbs_style = 1 means the prime must be congruent to 3 mod 4
23 int mp_prime_next_prime(mp_int *a, int t, int bbs_style) argument
42 if (bbs_style == 1) {
73 if (bbs_style == 1) {
81 if (bbs_style == 1) {
H A Dtommath.h488 * bbs_style = 1 means the prime must be congruent to 3 mod 4
490 int mp_prime_next_prime(mp_int *a, int t, int bbs_style);
H A Dbn.tex1647 int mp_prime_next_prime(mp_int *a, int t, int bbs_style)
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c5856 * bbs_style = 1 means the prime must be congruent to 3 mod 4
5858 int mp_prime_next_prime(mp_int *a, int t, int bbs_style) argument
5877 if (bbs_style == 1) {
5908 if (bbs_style == 1) {
5916 if (bbs_style == 1) {

Completed in 336 milliseconds