Searched refs:mp_invmod (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn_mp_invmod.c19 int mp_invmod (mp_int * a, mp_int * b, mp_int * c) function
H A Dbn_mp_exptmod.c43 if ((err = mp_invmod(G, P, &tmpG)) != MP_OKAY) {
H A Dtommath.h373 int mp_invmod(mp_int *a, mp_int *b, mp_int *c);
H A Dbn.tex1812 int mp_invmod (mp_int * a, mp_int * b, mp_int * c)
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Drsa-ltm.c87 mp_invmod(b, n, bi);
592 mp_invmod(&el, &t3, &d);
599 mp_invmod(&q, &p, &iqmp);
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/demo/
H A Dtiming.c298 DO(mp_invmod(&b, &a, &c));
H A Ddemo.c658 mp_invmod(&a, &b, &d);
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-dsa-cc.c452 if ((err = mp_invmod(k, key->q, kinv)) != CRYPT_OK) {
588 if ((err = mp_invmod(s, key->q, w)) != CRYPT_OK) {
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/mtest/
H A Dmpi.h175 mp_err mp_invmod(mp_int *a, mp_int *m, mp_int *c);
H A Dmtest.c257 mp_invmod(&a, &b, &c);
H A Dmpi.c2173 /* {{{ mp_invmod(a, m, c) */
2176 mp_invmod(a, m, c)
2183 mp_err mp_invmod(mp_int *a, mp_int *m, mp_int *c) function
2216 } /* end mp_invmod() */
/macosx-10.10.1/tcl-105/tcl/tcl/libtommath/
H A Dtommath.h369 int mp_invmod(mp_int *a, mp_int *b, mp_int *c);

Completed in 219 milliseconds