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

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dlibtommath.c163 static int mp_init_copy(mp_int * a, mp_int * b);
1002 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
1101 static int mp_init_copy (mp_int * a, mp_int * b) function
1727 if ((res = mp_init_copy (&x, a)) != MP_OKAY) {
1731 if ((res = mp_init_copy (&y, b)) != MP_OKAY) {
2264 if ((res = mp_init_copy (&q, x)) != MP_OKAY) {

Completed in 105 milliseconds