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

/freebsd-13-stable/contrib/wpa/src/tls/
H A Dbignum.c35 if (mp_init((mp_int *) n) != MP_OKAY) {
H A Dlibtommath.c375 static int mp_init (mp_int * a) function
545 if ((res = mp_init (&t)) != MP_OKAY) {
565 if ((res = mp_init (&t)) != MP_OKAY) {
610 if ((err = mp_init(&tmpG)) != MP_OKAY) {
619 if ((err = mp_init(&tmpX)) != MP_OKAY) {
1041 if ((res = mp_init (&t)) != MP_OKAY) {
1105 if ((res = mp_init (a)) != MP_OKAY) {
1458 if (mp_init(cur_arg) != MP_OKAY) {
1719 if ((res = mp_init (&t1)) != MP_OKAY) {
1723 if ((res = mp_init (
[all...]
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c1016 if (!a || mp_init(a) != MP_OKAY) {
1228 if (mp_init(&t) != MP_OKAY)
1314 mp_init(&e->a) != MP_OKAY ||
1315 mp_init(&e->prime) != MP_OKAY ||
1316 mp_init(&e->order) != MP_OKAY ||
1317 mp_init(&e->b) != MP_OKAY ||
1486 ret = mp_init(&mu);
1605 if (mp_init(&t) != MP_OKAY)

Completed in 68 milliseconds