Searched refs:x_candidate (Results 1 – 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
D | eap_pwd_common.c | 138 struct crypto_bignum *x_candidate = NULL; in compute_password_element() local 215 crypto_bignum_deinit(x_candidate, 1); in compute_password_element() 216 x_candidate = crypto_bignum_init_set(prfbuf, primebytelen); in compute_password_element() 217 if (!x_candidate) { in compute_password_element() 234 tmp2 = crypto_ec_point_compute_y_sqr(grp->group, x_candidate); in compute_password_element() 259 crypto_bignum_deinit(x_candidate, 1); in compute_password_element() 260 x_candidate = crypto_bignum_init_set(x_bin, primebytelen); in compute_password_element() 261 if (!x_candidate) in compute_password_element() 271 y = crypto_ec_point_compute_y_sqr(grp->group, x_candidate); in compute_password_element() 314 crypto_bignum_deinit(x_candidate, 1); in compute_password_element()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
D | eap_pwd_common.c | 138 struct crypto_bignum *x_candidate = NULL; in compute_password_element() local 215 crypto_bignum_deinit(x_candidate, 1); in compute_password_element() 216 x_candidate = crypto_bignum_init_set(prfbuf, primebytelen); in compute_password_element() 217 if (!x_candidate) { in compute_password_element() 234 tmp2 = crypto_ec_point_compute_y_sqr(grp->group, x_candidate); in compute_password_element() 259 crypto_bignum_deinit(x_candidate, 1); in compute_password_element() 260 x_candidate = crypto_bignum_init_set(x_bin, primebytelen); in compute_password_element() 261 if (!x_candidate) in compute_password_element() 271 y = crypto_ec_point_compute_y_sqr(grp->group, x_candidate); in compute_password_element() 314 crypto_bignum_deinit(x_candidate, 1); in compute_password_element()
|