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.c1309 mp_digit mont_b; member
1369 mp_montgomery_setup(&e->prime, &e->mont_b) != MP_OKAY) in crypto_ec_init()
1480 if (ecc_map(p, &e->prime, e->mont_b) != MP_OKAY) in crypto_ec_point_to_bin()
1582 &e->prime, e->mont_b); in crypto_ec_point_add()
1588 if (ecc_map((ecc_point *) c, &e->prime, e->mont_b) != MP_OKAY) in crypto_ec_point_add()