Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c94 BIGNUM *x_candidate = NULL, *rnd = NULL, *cofactor = NULL; in compute_password_element() local
157 ((x_candidate = BN_new()) == NULL)) { in compute_password_element()
218 BN_bin2bn(prfbuf, primebytelen, x_candidate); in compute_password_element()
228 BN_rshift(x_candidate, x_candidate, in compute_password_element()
231 if (BN_ucmp(x_candidate, grp->prime) >= 0) in compute_password_element()
252 x_candidate, in compute_password_element()
299 BN_clear_free(x_candidate); in compute_password_element()