Searched refs:s_mp_mul_high_digs (Results 1 - 8 of 8) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_reduce.c42 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
H A Dbn_s_mp_mul_high_digs.c22 s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function
H A Dtommath.h559 int s_mp_mul_high_digs(mp_int *a, mp_int *b, mp_int *c, int digs);
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c132 static int s_mp_mul_high_digs(mp_int * a, mp_int * b, mp_int * c, int digs);
2263 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
2574 static int s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c140 static int s_mp_mul_high_digs(mp_int * a, mp_int * b, mp_int * c, int digs);
2271 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
2582 static int s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c140 static int s_mp_mul_high_digs(mp_int * a, mp_int * b, mp_int * c, int digs);
2271 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
2582 static int s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c140 static int s_mp_mul_high_digs(mp_int * a, mp_int * b, mp_int * c, int digs);
2271 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
2582 static int s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c6598 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
9229 s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function

Completed in 139 milliseconds