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

/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_libtomcrypt.c15 #ifndef mp_init_multi
16 #define mp_init_multi ltc_init_multi macro
745 if (mp_init_multi(&b, &p, &m, &r, NULL) != CRYPT_OK)
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dlibtommath.c150 static int mp_init_multi(mp_int *mp, ...);
782 if ((res = mp_init_multi(&x, &y, &u, &v,
1449 static int mp_init_multi(mp_int *mp, ...) function
1633 if ((res = mp_init_multi(&ta, &tb, &tq, &q, NULL)) != MP_OKAY) {

Completed in 120 milliseconds