HomeSort by relevance Sort by last modified time
    Searched refs:crypto_ec_point_mul (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/crypto/
crypto.h 736 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p,
crypto_openssl.c 1191 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p, function
  /external/wpa_supplicant_8/src/common/
sae.c 435 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, mask,
538 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc,
542 crypto_ec_point_mul(sae->tmp->ec, K, sae->tmp->sae_rand, K) < 0 ||

Completed in 52 milliseconds