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

/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Dcrypto.h745 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p,
H A Dcrypto_openssl.c1363 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p, function
/freebsd-11.0-release/contrib/wpa/src/common/
H A Dsae.c614 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, mask,
728 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc,
732 crypto_ec_point_mul(sae->tmp->ec, K, sae->tmp->sae_rand, K) < 0 ||

Completed in 106 milliseconds