Searched refs:x_candidate (Results 1 – 1 of 1) sorted by relevance
94 BIGNUM *x_candidate = NULL, *rnd = NULL, *cofactor = NULL; in compute_password_element() local157 ((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()