Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dlibtommath.h152 static int mp_init_copy(mp_int * a, mp_int * b);
1006 if ((res = mp_init_copy (&t, a)) != MP_OKAY) { in mp_to_unsigned_bin()
1107 mp_init_copy (mp_int * a, mp_int * b) in mp_init_copy() function
1751 if ((res = mp_init_copy (&x, a)) != MP_OKAY) { in mp_div()
1755 if ((res = mp_init_copy (&y, b)) != MP_OKAY) { in mp_div()
2295 if ((res = mp_init_copy (&q, x)) != MP_OKAY) { in mp_reduce()