Home
last modified time | relevance | path

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

/hostap-latest/src/tls/
Dlibtommath.c155 static int mp_init_copy(mp_int * a, mp_int * b);
994 if ((res = mp_init_copy (&t, a)) != MP_OKAY) { in mp_to_unsigned_bin()
1093 static int mp_init_copy (mp_int * a, mp_int * b) in mp_init_copy() function
1719 if ((res = mp_init_copy (&x, a)) != MP_OKAY) { in mp_div()
1723 if ((res = mp_init_copy (&y, b)) != MP_OKAY) { in mp_div()
2256 if ((res = mp_init_copy (&q, x)) != MP_OKAY) { in mp_reduce()