mp_int_invmod     169 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_invmod(mp_int a, mp_int m, mp_int c); /* c = 1/a (mod m) */
mp_int_invmod      94 source4/heimdal/lib/hcrypto/rsa-imath.c     mp_int_invmod(b, n, bi);
mp_int_invmod     590 source4/heimdal/lib/hcrypto/rsa-imath.c     CHECK(mp_int_invmod(&el, &t3, &d), MP_OK);
mp_int_invmod     597 source4/heimdal/lib/hcrypto/rsa-imath.c     CHECK(mp_int_invmod(&q, &p, &iqmp), MP_OK);