/external/dropbear/libtommath/ |
bn_mp_mul_d.c | 20 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) function
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_math.h | 475 #define mp_mul_d(a, b, c) ltc_mp.muli(a, b, c) macro
|
/external/dropbear/libtommath/mtest/ |
mpi.c | 604 /* {{{ 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() */ [all...] |
/external/wpa_supplicant_8/src/tls/ |
libtommath.c | 193 static int mp_mul_d (mp_int * a, mp_digit b, mp_int * c); 3346 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) function [all...] |
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 5180 mp_mul_d (mp_int * a, mp_digit b, mp_int * c) function [all...] |