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