Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dlibtommath.h134 static int s_mp_mul_high_digs(mp_int * a, mp_int * b, mp_int * c, int digs);
2309 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) { in mp_reduce()
2625 s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) in s_mp_mul_high_digs() function