Searched refs:mp_init_multi (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_libtomcrypt.c | 15 #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) in crypto_mod_exp()
|
H A D | crypto_wolfssl.c | 1712 err = mp_init_multi(&e->a, &e->prime, &e->order, &e->b, NULL, NULL); in crypto_ec_init() 1714 LOG_WOLF_ERROR_FUNC(mp_init_multi, err); in crypto_ec_init() 3027 err = mp_init_multi(&r, &s, NULL, NULL, NULL, NULL); in crypto_ec_key_sign_r_s() 3029 LOG_WOLF_ERROR_FUNC(mp_init_multi, err); in crypto_ec_key_sign_r_s()
|
/freebsd/contrib/wpa/src/tls/ |
H A D | libtommath.c | 142 static int mp_init_multi(mp_int *mp, ...); 774 if ((res = mp_init_multi(&x, &y, &u, &v, in mp_invmod_slow() 1441 static int mp_init_multi(mp_int *mp, ...) in mp_init_multi() function 1625 if ((res = mp_init_multi(&ta, &tb, &tq, &q, NULL)) != MP_OKAY) { in mp_div()
|