Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/mpi/
H A Dmpi.h324 mp_err mp_invmod_xgcd(const mp_int *a, const mp_int *m, mp_int *c);
H A Dmpi.c2258 mp_err mp_invmod_xgcd(const mp_int *a, const mp_int *m, mp_int *c) in mp_invmod_xgcd() function