Searched refs:mp_prime_random (Results 1 – 3 of 3) sorted by relevance
/external/dropbear/libtommath/ |
D | tommath.h | 501 #define mp_prime_random(a, t, size, bbs, cb, dat) mp_prime_random_ex(a, t, ((size) * 8) + 1, (bbs==… macro
|
D | changes.txt | 98 exact bit lengths (unlike the deprecated but still available mp_prime_random() which 125 … -- Added mp_prime_random() which requires a callback to make truly random primes of a given nature
|
D | bn.tex | 1655 int mp_prime_random(mp_int *a, int t, int size, int bbs,
|