Lines Matching defs:rmp
143 mp_gcd(const MINT *mp1, const MINT *mp2, MINT *rmp) in mp_gcd()
188 _madd(const char *msg, const MINT *mp1, const MINT *mp2, MINT *rmp) in _madd()
201 mp_madd(const MINT *mp1, const MINT *mp2, MINT *rmp) in mp_madd()
231 _mdiv(const char *msg, const MINT *nmp, const MINT *dmp, MINT *qmp, MINT *rmp, in _mdiv()
250 mp_mdiv(const MINT *nmp, const MINT *dmp, MINT *qmp, MINT *rmp) in mp_mdiv()
290 MINT *rmp; in mp_min() local
368 mp_msqrt(const MINT *nmp, MINT *xmp, MINT *rmp) in mp_msqrt()
409 _msub(const char *msg, const MINT *mp1, const MINT *mp2, MINT *rmp) in _msub()
422 mp_msub(const MINT *mp1, const MINT *mp2, MINT *rmp) in mp_msub()
490 _mult(const char *msg, const MINT *mp1, const MINT *mp2, MINT *rmp, BN_CTX *c) in _mult()
503 mp_mult(const MINT *mp1, const MINT *mp2, MINT *rmp) in mp_mult()
519 mp_pow(const MINT *bmp, const MINT *emp, const MINT *mmp, MINT *rmp) in mp_pow()
540 mp_rpow(const MINT *bmp, short e, MINT *rmp) in mp_rpow()
567 MINT *dmp, *rmp; in _sdiv() local