Searched refs:mp_cmp (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/rsaenh/ |
H A D | mpi.c | 387 if (mp_cmp (&u, &v) != MP_LT) { in fast_mp_invmod() 1046 mp_cmp (const mp_int * a, const mp_int * b) in mp_cmp() function 1636 while (mp_cmp (&x, &y) != MP_LT) { in mp_div() 2499 if (mp_cmp (&u, &v) != MP_LT) { in mp_invmod_slow() 3276 if (mp_cmp_d (&y, 1) != MP_EQ && mp_cmp (&y, &n1) != MP_EQ) { in mp_prime_miller_rabin() 3279 while ((j <= (s - 1)) && mp_cmp (&y, &n1) != MP_EQ) { in mp_prime_miller_rabin() 3293 if (mp_cmp (&y, &n1) != MP_EQ) { in mp_prime_miller_rabin() 3586 while (mp_cmp (x, m) != MP_LT) { in mp_reduce()
|
H A D | rsa.c | 203 if (mp_cmp(&key->N, &tmp) == MP_LT) { in rsa_exptmod()
|
H A D | tomcrypt.h | 293 int mp_cmp(const mp_int *a, const mp_int *b);
|
/reactos/sdk/lib/cryptlib/ |
H A D | tomcrypt.h | 293 int mp_cmp(const mp_int *a, const mp_int *b);
|