Searched refs:crypto_ec_point_mul (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_pwd.c | 268 if (crypto_ec_point_mul(data->grp->group, data->grp->pwe, mask, in eap_pwd_build_commit_req() 704 if ((crypto_ec_point_mul(data->grp->group, data->grp->pwe, in eap_pwd_process_commit_resp() 708 (crypto_ec_point_mul(data->grp->group, K, data->private_value, in eap_pwd_process_commit_resp()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_pwd.c | 589 if (crypto_ec_point_mul(data->grp->group, data->grp->pwe, mask, in eap_pwd_perform_commit_exchange() 627 if (crypto_ec_point_mul(data->grp->group, data->grp->pwe, in eap_pwd_perform_commit_exchange() 631 crypto_ec_point_mul(data->grp->group, K, data->private_value, in eap_pwd_perform_commit_exchange()
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto.h | 848 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p,
|
D | crypto_wolfssl.c | 1600 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_mul() function
|
D | crypto_openssl.c | 1863 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_mul() function
|
/external/wpa_supplicant_8/src/common/ |
D | common_module_tests.c | 430 crypto_ec_point_mul(sae.tmp->ec, sae.tmp->pwe_ecc, mask, in sae_tests()
|
D | sae.c | 1194 crypto_ec_point_mul(pt->ec, pt->ecc_pt, val, pwe) < 0 || in sae_derive_pwe_from_pt_ecc() 1297 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, mask, in sae_derive_commit_element_ecc() 1450 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, in sae_derive_k_ecc() 1454 crypto_ec_point_mul(sae->tmp->ec, K, sae->tmp->sae_rand, K) < 0 || in sae_derive_k_ecc()
|