Searched refs:mp_prime_random_ex (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/lib/cryptlib/ |
H A D | tomcrypt.h | 399 #define mp_prime_random(a, t, size, bbs, cb, dat) mp_prime_random_ex(a, t, ((size) * 8) + 1, (bbs==… 415 int mp_prime_random_ex(mp_int *a, int t, int size, int flags, ltm_prime_callback cb, void *dat);
|
/reactos/dll/win32/rsaenh/ |
H A D | tomcrypt.h | 399 #define mp_prime_random(a, t, size, bbs, cb, dat) mp_prime_random_ex(a, t, ((size) * 8) + 1, (bbs==… 415 int mp_prime_random_ex(mp_int *a, int t, int size, int flags, ltm_prime_callback cb, void *dat);
|
H A D | rsa.c | 84 …return mpi_to_ltc_error(mp_prime_random_ex(N, mp_prime_rabin_miller_trials(len), len, type, rand_p… in rand_prime()
|
H A D | mpi.c | 3412 int mp_prime_random_ex(mp_int *a, int t, int size, int flags, ltm_prime_callback cb, void *dat) in mp_prime_random_ex() function
|