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

  /external/wpa_supplicant_8/src/common/
sae.h 31 struct crypto_ec_point *pwe_ecc; member in struct:sae_temporary_data
sae.c 87 crypto_ec_point_deinit(tmp->pwe_ecc, 1);
520 if (!sae->tmp->pwe_ecc)
521 sae->tmp->pwe_ecc = crypto_ec_point_init(sae->tmp->ec);
522 if (!sae->tmp->pwe_ecc)
526 sae->tmp->pwe_ecc, x,
614 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,
    [all...]

Completed in 801 milliseconds