/external/dropbear/libtommath/ |
bn_mp_reduce.c | 42 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
|
bn_s_mp_mul_high_digs.c | 22 s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function
|
tommath.h | 559 int s_mp_mul_high_digs(mp_int *a, mp_int *b, mp_int *c, int digs);
|
/external/wpa_supplicant_8/src/tls/ |
libtommath.c | 143 static int s_mp_mul_high_digs(mp_int * a, mp_int * b, mp_int * c, int digs); 2594 static int s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function [all...] |
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 9229 s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function [all...] |