Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dcrypto_wolfssl.c1268 mp_digit mont_b; member
1328 mp_montgomery_setup(&e->prime, &e->mont_b) != MP_OKAY) in crypto_ec_init()
1427 if (ecc_map(p, &e->prime, e->mont_b) != MP_OKAY) in crypto_ec_point_to_bin()
1529 &e->prime, e->mont_b); in crypto_ec_point_add()
1535 if (ecc_map((ecc_point *) c, &e->prime, e->mont_b) != MP_OKAY) in crypto_ec_point_add()