Searched refs:fast_s_mp_mul_high_digs (Results 1 - 9 of 9) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_fast_s_mp_mul_high_digs.c27 int fast_s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function
H A Dbn_mp_reduce.c46 if ((res = fast_s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
H A Dbn_s_mp_mul_high_digs.c34 return fast_s_mp_mul_high_digs (a, b, c, digs);
H A Dtommath.h558 int fast_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.c2267 if ((res = fast_s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
2586 return fast_s_mp_mul_high_digs (a, b, c, digs);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c2275 if ((res = fast_s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
2594 return fast_s_mp_mul_high_digs (a, b, c, digs);
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c2275 if ((res = fast_s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
2594 return fast_s_mp_mul_high_digs (a, b, c, digs);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c2275 if ((res = fast_s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
2594 return fast_s_mp_mul_high_digs (a, b, c, digs);
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c518 int fast_s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function
6602 if ((res = fast_s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
9241 return fast_s_mp_mul_high_digs (a, b, c, digs);

Completed in 215 milliseconds