Searched defs:mp_mul_d (Results 1 - 8 of 8) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_mul_d.c20 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) function
/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.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/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c180 static int mp_mul_d (mp_int * a, mp_digit b, mp_int * c);
1791 if ((res = mp_mul_d (&t1, q.dp[i - t - 1], &t1)) != MP_OKAY) {
1803 if ((res = mp_mul_d (&y, q.dp[i - t - 1], &t1)) != MP_OKAY) {
3326 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) function
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c180 static int mp_mul_d (mp_int * a, mp_digit b, mp_int * c);
1791 if ((res = mp_mul_d (&t1, q.dp[i - t - 1], &t1)) != MP_OKAY) {
1803 if ((res = mp_mul_d (&y, q.dp[i - t - 1], &t1)) != MP_OKAY) {
3326 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) function
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c180 static int mp_mul_d (mp_int * a, mp_digit b, mp_int * c);
1791 if ((res = mp_mul_d (&t1, q.dp[i - t - 1], &t1)) != MP_OKAY) {
1803 if ((res = mp_mul_d (&y, q.dp[i - t - 1], &t1)) != MP_OKAY) {
3326 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) function
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c180 static int mp_mul_d (mp_int * a, mp_digit b, mp_int * c);
1791 if ((res = mp_mul_d (&t1, q.dp[i - t - 1], &t1)) != MP_OKAY) {
1803 if ((res = mp_mul_d (&y, q.dp[i - t - 1], &t1)) != MP_OKAY) {
3326 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) function
/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) {

Completed in 564 milliseconds