Home
last modified time | relevance | path

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

/trueos/contrib/wpa/src/eap_common/
HDeap_pwd_common.c93 BIGNUM *x_candidate = NULL, *rnd = NULL, *cofactor = NULL; in compute_password_element() local
134 ((x_candidate = BN_new()) == NULL)) { in compute_password_element()
195 BN_bin2bn(prfbuf, primebytelen, x_candidate); in compute_password_element()
205 BN_rshift(x_candidate, x_candidate, in compute_password_element()
208 if (BN_ucmp(x_candidate, grp->prime) >= 0) in compute_password_element()
229 x_candidate, in compute_password_element()
276 BN_free(x_candidate); in compute_password_element()