Searched defs:mp_mul_d (Results 1 – 6 of 6) sorted by relevance
/external/dropbear/libtommath/ |
D | bn_mp_mul_d.c | 20 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) in mp_mul_d() function
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_math.h | 475 #define mp_mul_d(a, b, c) ltc_mp.muli(a, b, c) macro
|
/external/wpa_supplicant_8/src/tls/ |
D | libtommath.c | 3334 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) in mp_mul_d() function
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
D | libtommath.c | 3326 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) in mp_mul_d() function
|
/external/dropbear/libtommath/mtest/ |
D | mpi.c | 613 mp_err mp_mul_d(mp_int *a, mp_digit d, mp_int *b) in mp_mul_d() function
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 5180 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) in mp_mul_d() function
|