Home
last modified time | relevance | path

Searched refs:mp_mul_2 (Results 1 – 16 of 16) sorted by relevance

/external/dropbear/libtommath/
Dbn_mp_toom_mul.c83 if ((res = mp_mul_2(&a0, &tmp1)) != MP_OKAY) { in mp_toom_mul()
89 if ((res = mp_mul_2(&tmp1, &tmp1)) != MP_OKAY) { in mp_toom_mul()
96 if ((res = mp_mul_2(&b0, &tmp2)) != MP_OKAY) { in mp_toom_mul()
102 if ((res = mp_mul_2(&tmp2, &tmp2)) != MP_OKAY) { in mp_toom_mul()
114 if ((res = mp_mul_2(&a2, &tmp1)) != MP_OKAY) { in mp_toom_mul()
120 if ((res = mp_mul_2(&tmp1, &tmp1)) != MP_OKAY) { in mp_toom_mul()
127 if ((res = mp_mul_2(&b2, &tmp2)) != MP_OKAY) { in mp_toom_mul()
133 if ((res = mp_mul_2(&tmp2, &tmp2)) != MP_OKAY) { in mp_toom_mul()
Dbn_mp_toom_sqr.c60 if ((res = mp_mul_2(&a0, &tmp1)) != MP_OKAY) { in mp_toom_sqr()
66 if ((res = mp_mul_2(&tmp1, &tmp1)) != MP_OKAY) { in mp_toom_sqr()
78 if ((res = mp_mul_2(&a2, &tmp1)) != MP_OKAY) { in mp_toom_sqr()
84 if ((res = mp_mul_2(&tmp1, &tmp1)) != MP_OKAY) { in mp_toom_sqr()
Dbn_mp_montgomery_calc_normalization.c43 if ((res = mp_mul_2 (a, a)) != MP_OKAY) { in mp_montgomery_calc_normalization()
Dbn_mp_mul_2.c19 int mp_mul_2(mp_int * a, mp_int * b) in mp_mul_2() function
Dbn_mp_prime_random_ex.c110 if ((err = mp_mul_2(a, a)) != MP_OKAY) { goto error; } in mp_prime_random_ex()
Dtommath.h270 int mp_mul_2(mp_int *a, mp_int *b);
Dbn.tex983 int mp_mul_2(mp_int * a, mp_int * b);
/external/dropbear/libtommath/mtest/
Dmtest.c267 mp_mul_2(&a, &a); in main()
276 mp_mul_2(&a, &b); in main()
Dmpi.h110 mp_err mp_mul_2(mp_int *a, mp_int *c);
Dmpi.c637 mp_err mp_mul_2(mp_int *a, mp_int *c) in mp_mul_2() function
/external/dropbear/libtommath/pre_gen/
Dmpi.c4710 if ((res = mp_mul_2 (a, a)) != MP_OKAY) { in mp_montgomery_calc_normalization()
5004 int mp_mul_2(mp_int * a, mp_int * b) in mp_mul_2() function
6175 if ((err = mp_mul_2(a, a)) != MP_OKAY) { goto error; } in mp_prime_random_ex()
7903 if ((res = mp_mul_2(&a0, &tmp1)) != MP_OKAY) { in mp_toom_mul()
7909 if ((res = mp_mul_2(&tmp1, &tmp1)) != MP_OKAY) { in mp_toom_mul()
7916 if ((res = mp_mul_2(&b0, &tmp2)) != MP_OKAY) { in mp_toom_mul()
7922 if ((res = mp_mul_2(&tmp2, &tmp2)) != MP_OKAY) { in mp_toom_mul()
7934 if ((res = mp_mul_2(&a2, &tmp1)) != MP_OKAY) { in mp_toom_mul()
7940 if ((res = mp_mul_2(&tmp1, &tmp1)) != MP_OKAY) { in mp_toom_mul()
7947 if ((res = mp_mul_2(&b2, &tmp2)) != MP_OKAY) { in mp_toom_mul()
[all …]
/external/dropbear/libtommath/demo/
Dtiming.c247 mp_mul_2(&b, &b); in main()
Ddemo.c249 mp_mul_2(&a, &a); in main()
691 mp_mul_2(&a, &c); in main()
/external/dropbear/libtommath/etc/
Dpprime.c246 if ((res = mp_mul_2 (&z, &z)) != MP_OKAY) { /* z = 2 * a * b */ in pprime()
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Dlibtommath.c2828 static int mp_mul_2(mp_int * a, mp_int * b) in mp_mul_2() function
2916 if ((res = mp_mul_2 (a, a)) != MP_OKAY) { in mp_montgomery_calc_normalization()
/external/wpa_supplicant_8/src/tls/
Dlibtommath.c2828 static int mp_mul_2(mp_int * a, mp_int * b) in mp_mul_2() function
2916 if ((res = mp_mul_2 (a, a)) != MP_OKAY) { in mp_montgomery_calc_normalization()