Home
last modified time | relevance | path

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

/hostap-3.7.0/src/eap_common/
Deap_pwd_common.c138 struct crypto_bignum *x_candidate = NULL; in compute_password_element() local
215 crypto_bignum_deinit(x_candidate, 1); in compute_password_element()
216 x_candidate = crypto_bignum_init_set(prfbuf, primebytelen); in compute_password_element()
217 if (!x_candidate) { in compute_password_element()
234 tmp2 = crypto_ec_point_compute_y_sqr(grp->group, x_candidate); in compute_password_element()
259 crypto_bignum_deinit(x_candidate, 1); in compute_password_element()
260 x_candidate = crypto_bignum_init_set(x_bin, primebytelen); in compute_password_element()
261 if (!x_candidate) in compute_password_element()
271 y = crypto_ec_point_compute_y_sqr(grp->group, x_candidate); in compute_password_element()
314 crypto_bignum_deinit(x_candidate, 1); in compute_password_element()