/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | dpp_crypto.c | 1059 crypto_ec_point_mul(ec, BI, sum, L) || in dpp_auth_derive_l_responder() 1100 crypto_ec_point_mul(ec, sum, bI, L) || in dpp_auth_derive_l_initiator() 1487 if (!Pi || !Qi || !hash_bn || crypto_ec_point_mul(ec, Pi, hash_bn, Qi)) in dpp_pkex_derive_Qi() 1562 if (!Pr || !Qr || !hash_bn || crypto_ec_point_mul(ec, Pr, hash_bn, Qr)) in dpp_pkex_derive_Qr() 1718 crypto_ec_point_mul(ec, CI, sum, M) || in dpp_reconfig_derive_ke_responder() 1808 crypto_ec_point_mul(ec, sum, cI, M) || in dpp_reconfig_derive_ke_initiator() 2230 crypto_ec_point_mul(ec, generator, bn, e_id)) in dpp_gen_reconfig_id() 2278 crypto_ec_point_mul(id->ec, generator, bn, a_nonce) || in dpp_update_reconfig_id() 2279 crypto_ec_point_mul(id->ec, pp, bn, e_prime_id) || in dpp_update_reconfig_id() 2341 crypto_ec_point_mul(ec, a_nonce_point, pp, e_id) || in dpp_decrypt_e_id()
|
D | common_module_tests.c | 412 crypto_ec_point_mul(sae.tmp->ec, sae.tmp->pwe_ecc, mask, in sae_tests()
|
D | sae.c | 1184 crypto_ec_point_mul(pt->ec, pt->ecc_pt, val, pwe) < 0 || in sae_derive_pwe_from_pt_ecc() 1287 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, mask, in sae_derive_commit_element_ecc() 1438 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, in sae_derive_k_ecc() 1442 crypto_ec_point_mul(sae->tmp->ec, K, sae->tmp->sae_rand, K) < 0 || in sae_derive_k_ecc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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 | 558 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, mask, in sae_derive_commit_element_ecc() 649 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, in sae_derive_k_ecc() 653 crypto_ec_point_mul(sae->tmp->ec, K, sae->tmp->sae_rand, K) < 0 || in sae_derive_k_ecc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto.h | 859 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p,
|
D | crypto_wolfssl.c | 1607 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 | 1875 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_mul() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto.h | 887 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p,
|
D | crypto_wolfssl.c | 1613 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 | 1955 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_mul() function
|