Searched refs:mp_prime_random (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/lib/tommath/
H A Dtommath.h184 /* callback for mp_prime_random, should fill dst with random bytes and return how many read [upto len] */
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) macro
H A Dbn.tex1655 int mp_prime_random(mp_int *a, int t, int size, int bbs,

Completed in 93 milliseconds