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

/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_pwd_common.c93 BIGNUM *x_candidate = NULL, *rnd = NULL, *cofactor = NULL; local
136 ((x_candidate = BN_new()) == NULL)) {
197 BN_bin2bn(prfbuf, primebytelen, x_candidate);
207 BN_rshift(x_candidate, x_candidate,
210 if (BN_ucmp(x_candidate, grp->prime) >= 0)
213 wpa_hexdump(MSG_DEBUG, "EAP-pwd: x_candidate",
231 x_candidate,
278 BN_clear_free(x_candidate);
/external/wpa_supplicant_8/src/eap_common/
H A Deap_pwd_common.c93 BIGNUM *x_candidate = NULL, *rnd = NULL, *cofactor = NULL; local
136 ((x_candidate = BN_new()) == NULL)) {
197 BN_bin2bn(prfbuf, primebytelen, x_candidate);
207 BN_rshift(x_candidate, x_candidate,
210 if (BN_ucmp(x_candidate, grp->prime) >= 0)
213 wpa_hexdump(MSG_DEBUG, "EAP-pwd: x_candidate",
231 x_candidate,
278 BN_clear_free(x_candidate);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_pwd_common.c93 BIGNUM *x_candidate = NULL, *rnd = NULL, *cofactor = NULL; local
136 ((x_candidate = BN_new()) == NULL)) {
197 BN_bin2bn(prfbuf, primebytelen, x_candidate);
207 BN_rshift(x_candidate, x_candidate,
210 if (BN_ucmp(x_candidate, grp->prime) >= 0)
213 wpa_hexdump(MSG_DEBUG, "EAP-pwd: x_candidate",
231 x_candidate,
278 BN_clear_free(x_candidate);

Completed in 769 milliseconds