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

/freebsd-13-stable/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c137 struct crypto_bignum *x_candidate = NULL; local
218 crypto_bignum_deinit(x_candidate, 1);
219 x_candidate = crypto_bignum_init_set(prfbuf, primebytelen);
220 if (!x_candidate) {
222 "EAP-pwd: unable to create x_candidate");
226 wpa_hexdump_key(MSG_DEBUG, "EAP-pwd: x_candidate",
237 tmp2 = crypto_ec_point_compute_y_sqr(grp->group, x_candidate);
260 * We know x_candidate is a quadratic residue so set it here.
262 crypto_bignum_deinit(x_candidate, 1);
263 x_candidate
[all...]

Completed in 40 milliseconds