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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Ddh-imath.c123 res = mp_int_exptmod(&g, &priv_key, &p, &pub);
188 mp_int_exptmod(&peer_pub, &priv_key, &p, &s);
H A Drsa-imath.c99 mp_int_exptmod(b, e, n, &t1);
124 mp_int_exptmod(&u, dmp1, p, &vp);
126 mp_int_exptmod(&u, dmq1, q, &vq);
203 res = mp_int_exptmod(&dec, &e, &n, &enc);
257 res = mp_int_exptmod(&s, &e, &n, &us);
359 res = mp_int_exptmod(&in, &d, &n, &out);
454 res = mp_int_exptmod(&in, &d, &n, &out);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Ddh-imath.c123 res = mp_int_exptmod(&g, &priv_key, &p, &pub);
188 mp_int_exptmod(&peer_pub, &priv_key, &p, &s);
H A Drsa-imath.c99 mp_int_exptmod(b, e, n, &t1);
124 mp_int_exptmod(&u, dmp1, p, &vp);
126 mp_int_exptmod(&u, dmq1, q, &vq);
203 res = mp_int_exptmod(&dec, &e, &n, &enc);
257 res = mp_int_exptmod(&s, &e, &n, &us);
359 res = mp_int_exptmod(&in, &d, &n, &out);
454 res = mp_int_exptmod(&in, &d, &n, &out);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Ddh-imath.c123 res = mp_int_exptmod(&g, &priv_key, &p, &pub);
188 mp_int_exptmod(&peer_pub, &priv_key, &p, &s);
H A Drsa-imath.c99 mp_int_exptmod(b, e, n, &t1);
124 mp_int_exptmod(&u, dmp1, p, &vp);
126 mp_int_exptmod(&u, dmq1, q, &vq);
203 res = mp_int_exptmod(&dec, &e, &n, &enc);
257 res = mp_int_exptmod(&s, &e, &n, &us);
359 res = mp_int_exptmod(&in, &d, &n, &out);
454 res = mp_int_exptmod(&in, &d, &n, &out);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hcrypto/imath/
H A Dimath.h158 mp_result mp_int_exptmod(mp_int a, mp_int b, mp_int m,
H A Dimath.c1185 /* {{{ mp_int_exptmod(a, b, m, c) */
1187 mp_result mp_int_exptmod(mp_int a, mp_int b, mp_int m, mp_int c) function
1242 return mp_int_exptmod(a, &vtmp, m, c);
1257 return mp_int_exptmod(&vtmp, b, m, c);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/imath/
H A Dimath.h158 mp_result mp_int_exptmod(mp_int a, mp_int b, mp_int m,
H A Dimath.c1185 /* {{{ mp_int_exptmod(a, b, m, c) */
1187 mp_result mp_int_exptmod(mp_int a, mp_int b, mp_int m, mp_int c) function
1242 return mp_int_exptmod(a, &vtmp, m, c);
1257 return mp_int_exptmod(&vtmp, b, m, c);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/hcrypto/imath/
H A Dimath.h158 mp_result mp_int_exptmod(mp_int a, mp_int b, mp_int m,
H A Dimath.c1185 /* {{{ mp_int_exptmod(a, b, m, c) */
1187 mp_result mp_int_exptmod(mp_int a, mp_int b, mp_int m, mp_int c) function
1242 return mp_int_exptmod(a, &vtmp, m, c);
1257 return mp_int_exptmod(&vtmp, b, m, c);

Completed in 90 milliseconds