Home
last modified time | relevance | path

Searched refs:mp_mul (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/rsaenh/
H A Drsa.c134 …if ((err = mp_mul(&p, &q, &key->N)) != MP_OKAY) { goto error2; } /* key->N = pq… in rsa_make_key()
221 if ((err = mp_mul(&tmp, &key->q, &tmp)) != MP_OKAY) { goto error; } in rsa_exptmod()
H A Dmpi.c2095 if ((err = mp_mul (&M[x - 1], &M[1], &M[x])) != MP_OKAY) { in mp_exptmod_fast()
2193 if ((err = mp_mul (&res, &M[1], &res)) != MP_OKAY) { in mp_exptmod_fast()
2662 if (mp_mul (&x0, &y0, &x0y0) != MP_OKAY) in mp_karatsuba_mul()
2664 if (mp_mul (&x1, &y1, &x1y1) != MP_OKAY) in mp_karatsuba_mul()
2672 if (mp_mul (&t1, &x0, &t1) != MP_OKAY) in mp_karatsuba_mul()
2828 res = mp_mul(b, &t2, c); in mp_lcm()
2834 res = mp_mul(a, &t2, c); in mp_lcm()
3107 int mp_mul (const mp_int * a, const mp_int * b, mp_int * c) in mp_mul() function
3147 if ((res = mp_mul (a, b, &t)) != MP_OKAY) { in mp_mulmod()
3549 if ((res = mp_mul (&q, mu, &q)) != MP_OKAY) { in mp_reduce()
[all …]
H A Dtomcrypt.h302 int mp_mul(const mp_int *a, const mp_int *b, mp_int *c);
/reactos/sdk/lib/cryptlib/
H A Dtomcrypt.h302 int mp_mul(const mp_int *a, const mp_int *b, mp_int *c);