Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dlibtommath.c163 static int mp_init_copy(mp_int * a, mp_int * b);
1002 if ((res = mp_init_copy (&t, a)) != MP_OKAY) { in mp_to_unsigned_bin()
1101 static int mp_init_copy (mp_int * a, mp_int * b) in mp_init_copy() function
1727 if ((res = mp_init_copy (&x, a)) != MP_OKAY) { in mp_div()
1731 if ((res = mp_init_copy (&y, b)) != MP_OKAY) { in mp_div()
2264 if ((res = mp_init_copy (&q, x)) != MP_OKAY) { in mp_reduce()