HomeSort by: relevance | last modified time | path
    Searched refs:pwe_ecc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
sae.h 49 struct crypto_ec_point *pwe_ecc; member in struct:sae_temporary_data
sae.c 110 crypto_ec_point_deinit(tmp->pwe_ecc, 1);
427 crypto_ec_point_deinit(sae->tmp->pwe_ecc, 1);
428 sae->tmp->pwe_ecc = crypto_ec_point_from_bin(sae->tmp->ec, x_y);
429 if (!sae->tmp->pwe_ecc) {
1296 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, mask,
1411 crypto_ec_point_deinit(sae->tmp->pwe_ecc, 1);
1412 sae->tmp->pwe_ecc = sae_derive_pwe_from_pt_ecc(pt, addr1,
1414 if (!sae->tmp->pwe_ecc)
1447 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc,
common_module_tests.c 412 crypto_ec_point_mul(sae.tmp->ec, sae.tmp->pwe_ecc, mask,

Completed in 18 milliseconds