Searched refs:mp_mul_2 (Results 1 - 18 of 18) sorted by relevance

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

Completed in 234 milliseconds