Home | History | Annotate | Download | only in libtommath

Lines Matching refs:dat

1656                     ltm_prime_callback cb, void *dat)
1662 typedef int ltm_prime_callback(unsigned char *dst, int len, void *dat);
1665 Which is a function that must read $len$ bytes (and return the amount stored) into $dst$. The $dat$ variable is simply
1678 ltm_prime_callback cb, void *dat);