Home
last modified time | relevance | path

Searched refs:mp_exch (Results 1 – 24 of 24) sorted by relevance

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
Dbn_mp_exteuclid.c72 if (U1 != NULL) { mp_exch(U1, &u1); } in mp_exteuclid()
73 if (U2 != NULL) { mp_exch(U2, &u2); } in mp_exteuclid()
74 if (U3 != NULL) { mp_exch(U3, &u3); } in mp_exteuclid()
Dbn_mp_div.c78 mp_exch(c, &q); in mp_div()
82 mp_exch(d, &ta); in mp_div()
269 mp_exch (&q, c); in mp_div()
275 mp_exch (&x, d); in mp_div()
Dbn_mp_exch.c24 mp_exch (mp_int * a, mp_int * b) in mp_exch() function
Dbn_mp_mod.c38 mp_exch (&t, c); in mp_mod()
Dbn_mp_or.c44 mp_exch (c, &t); in mp_or()
Dbn_mp_xor.c45 mp_exch (c, &t); in mp_xor()
Dbn_mp_and.c51 mp_exch (c, &t); in mp_and()
Dbn_mp_div_3.c70 mp_exch(&q, c); in mp_div_3()
Dbn_mp_sqrt.c72 mp_exch(&t1,ret); in mp_sqrt()
Dbn_s_mp_mul_digs.c83 mp_exch (&t, c); in s_mp_mul_digs()
Dbn_mp_div_2d.c90 mp_exch (&t, d); in mp_div_2d()
Dbn_s_mp_mul_high_digs.c75 mp_exch (&t, c); in s_mp_mul_high_digs()
Dbn_s_mp_sqr.c78 mp_exch (&t, b); in s_mp_sqr()
Dbn_mp_n_root.c118 mp_exch (&t1, c); in mp_n_root()
Dbn_mp_div_d.c106 mp_exch(&q, c); in mp_div_d()
Dbn_mp_gcd.c79 mp_exch(&u, &v); in mp_gcd()
Dbn_fast_mp_invmod.c139 mp_exch (&D, c); in fast_mp_invmod()
Dbn_mp_invmod_slow.c168 mp_exch (&C, c); in mp_invmod_slow()
Dbn_s_mp_exptmod.c239 mp_exch (&res, Y); in s_mp_exptmod()
Dbn_mp_exptmod_fast.c308 mp_exch (&res, Y); in mp_exptmod_fast()
Dtommath.h211 void mp_exch(mp_int *a, mp_int *b);
/netbsd/src/external/bsd/wpa/dist/src/tls/
Dlibtommath.c150 static void mp_exch(mp_int * a, mp_int * b);
570 mp_exch (&t, c); in mp_mod()
910 mp_exch (&C, c); in mp_invmod_slow()
1086 mp_exch (&t, d); in mp_div_2d()
1222 static void mp_exch (mp_int * a, mp_int * b) in mp_exch() function
1656 mp_exch(c, &q); in mp_div()
1660 mp_exch(d, &ta); in mp_div()
1847 mp_exch (&q, c); in mp_div()
1853 mp_exch (&x, d); in mp_div()
2089 mp_exch (&res, Y); in s_mp_exptmod()
[all …]
/netbsd/src/crypto/external/bsd/netpgp/dist/src/libbn/
Dbignum.c928 mp_exch(mp_int *a, mp_int *b) in mp_exch() function
1041 mp_exch (&t, d); in mp_div_2d()
1225 mp_exch (&q, c); in mp_div()
1231 mp_exch (&x, d); in mp_div()
1264 mp_exch (&t, c); in mp_mod()
1481 mp_exch (&D, c); in fast_mp_invmod()
1638 mp_exch (&C, c); in mp_invmod_slow()
1858 mp_exch(&q, c); in mp_div_3()
2432 mp_exch (&t, c); in s_mp_mul_digs()
2613 mp_exch (&t, c); in s_mp_mul_high_digs()
[all …]
/netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Dbignum.c854 mp_exch(mp_int *a, mp_int *b) in mp_exch() function
968 mp_exch(&t, d); in rshift_bits()
1152 mp_exch(&q, c); in signed_divide()
1158 mp_exch(&x, d); in signed_divide()
1196 mp_exch(&t, c); in modulo()
1418 mp_exch(&D, c); in fast_modular_inverse()
1576 mp_exch(&C, c); in slow_modular_inverse()
1796 mp_exch(&q, c); in third()
2403 mp_exch(&t, c); in basic_multiply_partial_lower()
2574 mp_exch(&t, c); in basic_multiply_partial_upper()
[all …]