/external/dropbear/ |
genrsa.c | 114 if (mp_prime_next_prime(prime, 8, 0) != MP_OKAY) {
|
gendss.c | 83 if (mp_prime_next_prime(key->q, 18, 0) != MP_OKAY) {
|
/external/dropbear/libtommath/ |
bn_mp_prime_next_prime.c | 23 int mp_prime_next_prime(mp_int *a, int t, int bbs_style) function
|
tommath.h | 490 int mp_prime_next_prime(mp_int *a, int t, int bbs_style);
|
bn.tex | [all...] |
/external/dropbear/libtommath/demo/ |
demo.c | 235 mp_prime_next_prime(&a, 5, 1);
|
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 5858 int mp_prime_next_prime(mp_int *a, int t, int bbs_style) function [all...] |