Searched refs:mp_mul_d (Results 1 - 20 of 20) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_fread.c47 if ((err = mp_mul_d(a, radix, a)) != MP_OKAY) {
H A Dbn_mp_mul_d.c20 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) function
H A Dbn_mp_read_radix.c63 if ((res = mp_mul_d (a, (mp_digit) radix, a)) != MP_OKAY) {
H A Dbn_mp_reduce_2k.c37 if ((res = mp_mul_d(&q, d, &q)) != MP_OKAY) {
H A Dbn_mp_n_root.c83 if ((res = mp_mul_d (&t3, b, &t3)) != MP_OKAY) {
H A Dbn_mp_div.c218 if ((res = mp_mul_d (&t1, q.dp[i - t - 1], &t1)) != MP_OKAY) {
230 if ((res = mp_mul_d (&y, q.dp[i - t - 1], &t1)) != MP_OKAY) {
H A Dbn_mp_toom_mul.c220 if ((res = mp_mul_d(&w2, 3, &w2)) != MP_OKAY) {
H A Dbn_mp_toom_sqr.c164 if ((res = mp_mul_d(&w2, 3, &w2)) != MP_OKAY) {
H A Dtommath.h340 int mp_mul_d(mp_int *a, mp_digit b, mp_int *c);
H A Dbn.tex1824 int mp_mul_d(mp_int *a, mp_digit b, mp_int *c);
/external/dropbear/
H A Dgendss.c102 if (mp_mul_d(key->q, 2, &temp2q) != MP_OKAY) {
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h475 #define mp_mul_d(a, b, c) ltc_mp.muli(a, b, c) macro
/external/dropbear/libtommath/mtest/
H A Dmpi.h109 mp_err mp_mul_d(mp_int *a, mp_digit d, mp_int *b);
H A Dmpi.c604 /* {{{ mp_mul_d(a, d, b) */
607 mp_mul_d(a, d, b)
613 mp_err mp_mul_d(mp_int *a, mp_digit d, mp_int *b) function
631 } /* end mp_mul_d() */
/external/dropbear/libtomcrypt/src/math/
H A Dltm_desc.c251 return mpi_to_ltc_error(mp_mul_d(a, b, c));
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c1773 if ((res = mp_mul_d (&t1, q.dp[i - t - 1], &t1)) != MP_OKAY) {
1785 if ((res = mp_mul_d (&y, q.dp[i - t - 1], &t1)) != MP_OKAY) {
3075 if ((err = mp_mul_d(a, radix, a)) != MP_OKAY) {
5180 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) function
5370 if ((res = mp_mul_d (&t3, b, &t3)) != MP_OKAY) {
6426 if ((res = mp_mul_d (a, (mp_digit) radix, a)) != MP_OKAY) {
6697 if ((res = mp_mul_d(&q, d, &q)) != MP_OKAY) {
8040 if ((res = mp_mul_d(&w2, 3, &w2)) != MP_OKAY) {
8272 if ((res = mp_mul_d(&w2, 3, &w2)) != MP_OKAY) {
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c193 static int mp_mul_d (mp_int * a, mp_digit b, mp_int * c);
1807 if ((res = mp_mul_d (&t1, q.dp[i - t - 1], &t1)) != MP_OKAY) {
1819 if ((res = mp_mul_d (&y, q.dp[i - t - 1], &t1)) != MP_OKAY) {
3346 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) function
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c193 static int mp_mul_d (mp_int * a, mp_digit b, mp_int * c);
1807 if ((res = mp_mul_d (&t1, q.dp[i - t - 1], &t1)) != MP_OKAY) {
1819 if ((res = mp_mul_d (&y, q.dp[i - t - 1], &t1)) != MP_OKAY) {
3346 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) function
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c193 static int mp_mul_d (mp_int * a, mp_digit b, mp_int * c);
1807 if ((res = mp_mul_d (&t1, q.dp[i - t - 1], &t1)) != MP_OKAY) {
1819 if ((res = mp_mul_d (&y, q.dp[i - t - 1], &t1)) != MP_OKAY) {
3346 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) function
/external/dropbear/libtomcrypt/demos/
H A Dtv_gen.c691 mp_mul_d(k, 3, k);

Completed in 1222 milliseconds