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
133 ((x_candidate = BN_new()) == NULL)) {
191 BN_bin2bn(prfbuf, primebytelen, x_candidate);
192 if (BN_ucmp(x_candidate, grp->prime) >= 0)
195 wpa_hexdump(MSG_DEBUG, "EAP-pwd: x_candidate",
213 x_candidate,
258 BN_free(x_candidate);

Completed in 63 milliseconds