Searched refs:crypto_ec_point_compute_y_sqr (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Dcrypto.h770 * crypto_ec_point_compute_y_sqr - Compute y^2 = x^3 + ax + b
776 crypto_ec_point_compute_y_sqr(struct crypto_ec *e,
H A Dcrypto_openssl.c1393 crypto_ec_point_compute_y_sqr(struct crypto_ec *e, function
/freebsd-11.0-release/contrib/wpa/src/common/
H A Dsae.c291 y_sqr = crypto_ec_point_compute_y_sqr(sae->tmp->ec, x_cand);

Completed in 68 milliseconds