Home
last modified time | relevance | path

Searched refs:mp_xgcd (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/mpi/
H A Dmpi.h322 mp_err mp_xgcd(const mp_int *a, const mp_int *b, mp_int *g, mp_int *x, mp_int *y);
H A Dmpi.c1935 mp_err mp_xgcd(const mp_int *a, const mp_int *b, mp_int *g, mp_int *x, mp_int *y) in mp_xgcd() function
2273 MP_CHECKOK( mp_xgcd(a, m, &g, &x, NULL) ); in mp_invmod_xgcd()