Searched refs:x_candidate (Results 1 – 1 of 1) sorted by relevance
137 struct crypto_bignum *x_candidate = NULL; in compute_password_element() local218 crypto_bignum_deinit(x_candidate, 1); in compute_password_element()219 x_candidate = crypto_bignum_init_set(prfbuf, primebytelen); in compute_password_element()220 if (!x_candidate) { in compute_password_element()237 tmp2 = crypto_ec_point_compute_y_sqr(grp->group, x_candidate); in compute_password_element()262 crypto_bignum_deinit(x_candidate, 1); in compute_password_element()263 x_candidate = crypto_bignum_init_set(x_bin, primebytelen); in compute_password_element()264 if (!x_candidate || in compute_password_element()265 crypto_ec_point_solve_y_coord(grp->group, grp->pwe, x_candidate, in compute_password_element()290 crypto_bignum_deinit(x_candidate, 1); in compute_password_element()