/external/dropbear/libtommath/ |
D | bn_mp_invmod_slow.c | 63 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) { in mp_invmod_slow() 77 if ((res = mp_div_2 (&A, &A)) != MP_OKAY) { in mp_invmod_slow() 80 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) { in mp_invmod_slow() 88 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) { in mp_invmod_slow() 102 if ((res = mp_div_2 (&C, &C)) != MP_OKAY) { in mp_invmod_slow() 105 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) { in mp_invmod_slow()
|
D | bn_fast_mp_invmod.c | 62 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) { in fast_mp_invmod() 72 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) { in fast_mp_invmod() 80 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) { in fast_mp_invmod() 91 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) { in fast_mp_invmod()
|
D | bn_mp_sqrt.c | 53 if ((res = mp_div_2(&t1,&t1)) != MP_OKAY) { in mp_sqrt() 64 if ((res = mp_div_2(&t1,&t1)) != MP_OKAY) { in mp_sqrt()
|
D | bn_mp_toom_sqr.c | 127 if ((res = mp_div_2(&w1, &w1)) != MP_OKAY) { in mp_toom_sqr() 131 if ((res = mp_div_2(&w3, &w3)) != MP_OKAY) { in mp_toom_sqr()
|
D | bn_mp_div_2.c | 19 int mp_div_2(mp_int * a, mp_int * b) in mp_div_2() function
|
D | bn_mp_prime_random_ex.c | 101 if ((err = mp_div_2(a, a)) != MP_OKAY) { goto error; } in mp_prime_random_ex()
|
D | bn_mp_toom_mul.c | 183 if ((res = mp_div_2(&w1, &w1)) != MP_OKAY) { in mp_toom_mul() 187 if ((res = mp_div_2(&w3, &w3)) != MP_OKAY) { in mp_toom_mul()
|
D | tommath.h | 264 int mp_div_2(mp_int *a, mp_int *b);
|
D | bn.tex | 984 int mp_div_2(mp_int * a, mp_int * b);
|
/external/dropbear/libtommath/etc/ |
D | 2kprime.c | 49 mp_div_2(&p, &p); in main()
|
D | drprime.c | 38 mp_div_2(&b, &b); in main()
|
D | pprime.c | 343 mp_div_2 (q, q); in pprime()
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 114 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) { in fast_mp_invmod() 124 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) { in fast_mp_invmod() 132 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) { in fast_mp_invmod() 143 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) { in fast_mp_invmod() 1870 int mp_div_2(mp_int * a, mp_int * b) in mp_div_2() function 3756 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) { in mp_invmod_slow() 3770 if ((res = mp_div_2 (&A, &A)) != MP_OKAY) { in mp_invmod_slow() 3773 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) { in mp_invmod_slow() 3781 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) { in mp_invmod_slow() 3795 if ((res = mp_div_2 (&C, &C)) != MP_OKAY) { in mp_invmod_slow() [all …]
|
/external/wpa_supplicant_8/src/tls/ |
D | libtommath.c | 161 static int mp_div_2(mp_int * a, mp_int * b); 807 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) { in mp_invmod_slow() 821 if ((res = mp_div_2 (&A, &A)) != MP_OKAY) { in mp_invmod_slow() 824 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) { in mp_invmod_slow() 832 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) { in mp_invmod_slow() 846 if ((res = mp_div_2 (&C, &C)) != MP_OKAY) { in mp_invmod_slow() 849 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) { in mp_invmod_slow() 1327 static int mp_div_2(mp_int * a, mp_int * b) in mp_div_2() function
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
D | libtommath.c | 153 static int mp_div_2(mp_int * a, mp_int * b); 799 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) { in mp_invmod_slow() 813 if ((res = mp_div_2 (&A, &A)) != MP_OKAY) { in mp_invmod_slow() 816 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) { in mp_invmod_slow() 824 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) { in mp_invmod_slow() 838 if ((res = mp_div_2 (&C, &C)) != MP_OKAY) { in mp_invmod_slow() 841 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) { in mp_invmod_slow() 1319 static int mp_div_2(mp_int * a, mp_int * b) in mp_div_2() function
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
D | ltc_ecc_projective_dbl_point.c | 105 if ((err = mp_div_2(t2, t2)) != CRYPT_OK) { goto done; } in ltc_ecc_projective_dbl_point()
|
D | ltc_ecc_projective_add_point.c | 179 if ((err = mp_div_2(y, y)) != CRYPT_OK) { goto done; } in ltc_ecc_projective_add_point()
|
/external/dropbear/libtommath/mtest/ |
D | mtest.c | 268 mp_div_2(&a, &b); in main()
|
D | mpi.h | 112 mp_err mp_div_2(mp_int *a, mp_int *c);
|
D | mpi.c | 739 mp_err mp_div_2(mp_int *a, mp_int *c) in mp_div_2() function
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_math.h | 478 #define mp_div_2(a, b) ltc_mp.div_2(a, b) macro
|
/external/dropbear/libtommath/demo/ |
D | demo.c | 212 mp_div_2(&a, &a); in main() 677 mp_div_2(&a, &c); in main()
|
/external/dropbear/libtomcrypt/src/math/ |
D | ltm_desc.c | 274 return mpi_to_ltc_error(mp_div_2(a, b)); in div_2()
|
/external/dropbear/ |
D | common-kex.c | 496 if (mp_div_2(dh_priv, &dh_q) != MP_OKAY) { in gen_kexdh_vals()
|