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 | 542 if (crypto_ec_point_mul(data->grp->group, data->grp->pwe, mask, in eap_pwd_perform_commit_exchange() 580 if (crypto_ec_point_mul(data->grp->group, data->grp->pwe, in eap_pwd_perform_commit_exchange() 584 crypto_ec_point_mul(data->grp->group, K, data->private_value, in eap_pwd_perform_commit_exchange()
|
/external/wpa_supplicant_8/src/common/ |
D | common_module_tests.c | 362 crypto_ec_point_mul(sae.tmp->ec, sae.tmp->pwe_ecc, mask, in sae_tests()
|
D | sae.c | 733 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, mask, in sae_derive_commit_element_ecc() 849 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, in sae_derive_k_ecc() 853 crypto_ec_point_mul(sae->tmp->ec, K, sae->tmp->sae_rand, K) < 0 || in sae_derive_k_ecc()
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto.h | 821 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p,
|
D | crypto_wolfssl.c | 1547 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 | 1775 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_mul() function
|