HomeSort by relevance Sort by last modified time
    Searched full:x_candidate (Results 1 - 1 of 1) sorted by null

  /external/wpa_supplicant_8/src/eap_common/
eap_pwd_common.c 93 BIGNUM *x_candidate = NULL, *rnd = NULL, *cofactor = NULL; local
134 ((x_candidate = BN_new()) == NULL)) {
195 BN_bin2bn(prfbuf, primebytelen, x_candidate);
205 BN_rshift(x_candidate, x_candidate,
208 if (BN_ucmp(x_candidate, grp->prime) >= 0)
211 wpa_hexdump(MSG_DEBUG, "EAP-pwd: x_candidate",
229 x_candidate,
276 BN_free(x_candidate);

Completed in 76 milliseconds