/external/dropbear/libtommath/ |
D | bn_mp_toom_mul.c | 83 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()
|
D | bn_mp_toom_sqr.c | 60 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()
|
D | bn_mp_montgomery_calc_normalization.c | 43 if ((res = mp_mul_2 (a, a)) != MP_OKAY) { in mp_montgomery_calc_normalization()
|
D | bn_mp_mul_2.c | 19 int mp_mul_2(mp_int * a, mp_int * b) in mp_mul_2() function
|
D | bn_mp_prime_random_ex.c | 110 if ((err = mp_mul_2(a, a)) != MP_OKAY) { goto error; } in mp_prime_random_ex()
|
D | tommath.h | 270 int mp_mul_2(mp_int *a, mp_int *b);
|
D | bn.tex | 983 int mp_mul_2(mp_int * a, mp_int * b);
|
/external/dropbear/libtommath/mtest/ |
D | mtest.c | 267 mp_mul_2(&a, &a); in main() 276 mp_mul_2(&a, &b); in main()
|
D | mpi.h | 110 mp_err mp_mul_2(mp_int *a, mp_int *c);
|
D | mpi.c | 637 mp_err mp_mul_2(mp_int *a, mp_int *c) in mp_mul_2() function
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 4710 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/ |
D | timing.c | 247 mp_mul_2(&b, &b); in main()
|
D | demo.c | 249 mp_mul_2(&a, &a); in main() 691 mp_mul_2(&a, &c); in main()
|
/external/dropbear/libtommath/etc/ |
D | pprime.c | 246 if ((res = mp_mul_2 (&z, &z)) != MP_OKAY) { /* z = 2 * a * b */ in pprime()
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
D | libtommath.c | 2828 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/ |
D | libtommath.c | 2828 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()
|