Lines Matching refs:dat
6092 * You have to supply a callback which fills in a buffer with random bytes. "dat" is a parameter you can
6093 * have passed to the callback (e.g. a state or something). This function doesn't use "dat" itself
6099 int mp_prime_random_ex(mp_int *a, int t, int size, int flags, ltm_prime_callback cb, void *dat)
6141 if (cb(tmp, bsize, dat) != bsize) {