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.c94 BIGNUM *x_candidate = NULL, *rnd = NULL, *cofactor = NULL; local
157 ((x_candidate = BN_new()) == NULL)) {
218 BN_bin2bn(prfbuf, primebytelen, x_candidate);
228 BN_rshift(x_candidate, x_candidate,
231 if (BN_ucmp(x_candidate, grp->prime) >= 0)
234 wpa_hexdump(MSG_DEBUG, "EAP-pwd: x_candidate",
252 x_candidate,
299 BN_clear_free(x_candidate);
/external/wpa_supplicant_8/src/eap_common/
H A Deap_pwd_common.c94 BIGNUM *x_candidate = NULL, *rnd = NULL, *cofactor = NULL; local
157 ((x_candidate = BN_new()) == NULL)) {
218 BN_bin2bn(prfbuf, primebytelen, x_candidate);
228 BN_rshift(x_candidate, x_candidate,
231 if (BN_ucmp(x_candidate, grp->prime) >= 0)
234 wpa_hexdump(MSG_DEBUG, "EAP-pwd: x_candidate",
252 x_candidate,
299 BN_clear_free(x_candidate);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_pwd_common.c94 BIGNUM *x_candidate = NULL, *rnd = NULL, *cofactor = NULL; local
157 ((x_candidate = BN_new()) == NULL)) {
218 BN_bin2bn(prfbuf, primebytelen, x_candidate);
228 BN_rshift(x_candidate, x_candidate,
231 if (BN_ucmp(x_candidate, grp->prime) >= 0)
234 wpa_hexdump(MSG_DEBUG, "EAP-pwd: x_candidate",
252 x_candidate,
299 BN_clear_free(x_candidate);

Completed in 142 milliseconds