/external/dropbear/libtommath/ |
bn_mp_prime_random_ex.c | 34 int mp_prime_random_ex(mp_int *a, int t, int size, int flags, ltm_prime_callback cb, void *dat) function
|
tommath.h | 501 #define mp_prime_random(a, t, size, bbs, cb, dat) mp_prime_random_ex(a, t, ((size) * 8) + 1, (bbs==1)?LTM_PRIME_BBS:0, cb, dat) 517 int mp_prime_random_ex(mp_int *a, int t, int size, int flags, ltm_prime_callback cb, void *dat);
|
bn.tex | [all...] |
/external/dropbear/libtommath/demo/ |
demo.c | 181 mp_prime_random_ex(&a, 8, ix, 198 mp_prime_random_ex(&a, 8, ix,
|
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 6099 int mp_prime_random_ex(mp_int *a, int t, int size, int flags, ltm_prime_callback cb, void *dat) function [all...] |