Home
last modified time | relevance | path

Searched refs:crypto_ec_point_mul (Results 1 – 9 of 9) sorted by relevance

/hostap-latest/src/common/
Ddpp_crypto.c1079 crypto_ec_point_mul(ec, BI, sum, L) || in dpp_auth_derive_l_responder()
1121 crypto_ec_point_mul(ec, sum, bI, L) || in dpp_auth_derive_l_initiator()
1510 if (!Pi || !Qi || !hash_bn || crypto_ec_point_mul(ec, Pi, hash_bn, Qi)) in dpp_pkex_derive_Qi()
1585 if (!Pr || !Qr || !hash_bn || crypto_ec_point_mul(ec, Pr, hash_bn, Qr)) in dpp_pkex_derive_Qr()
1741 crypto_ec_point_mul(ec, CI, sum, M) || in dpp_reconfig_derive_ke_responder()
1833 crypto_ec_point_mul(ec, sum, cI, M) || in dpp_reconfig_derive_ke_initiator()
2258 crypto_ec_point_mul(ec, generator, bn, e_id)) in dpp_gen_reconfig_id()
2306 crypto_ec_point_mul(id->ec, generator, bn, a_nonce) || in dpp_update_reconfig_id()
2307 crypto_ec_point_mul(id->ec, pp, bn, e_prime_id) || in dpp_update_reconfig_id()
2370 crypto_ec_point_mul(ec, a_nonce_point, pp, e_id) || in dpp_decrypt_e_id()
Dcommon_module_tests.c412 crypto_ec_point_mul(sae.tmp->ec, sae.tmp->pwe_ecc, mask, in sae_tests()
Dsae.c1193 crypto_ec_point_mul(pt->ec, pt->ecc_pt, val, pwe) < 0 || in sae_derive_pwe_from_pt_ecc()
1296 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, mask, in sae_derive_commit_element_ecc()
1447 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, in sae_derive_k_ecc()
1451 crypto_ec_point_mul(sae->tmp->ec, K, sae->tmp->sae_rand, K) < 0 || in sae_derive_k_ecc()
/hostap-latest/src/eap_server/
Deap_server_pwd.c268 if (crypto_ec_point_mul(data->grp->group, data->grp->pwe, mask, in eap_pwd_build_commit_req()
715 if ((crypto_ec_point_mul(data->grp->group, data->grp->pwe, in eap_pwd_process_commit_resp()
719 (crypto_ec_point_mul(data->grp->group, K, data->private_value, in eap_pwd_process_commit_resp()
/hostap-latest/src/eap_peer/
Deap_pwd.c589 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()
/hostap-latest/src/crypto/
Dcrypto.h875 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p,
Dcrypto_mbedtls_alt.c2256 int crypto_ec_point_mul(struct crypto_ec *e, in crypto_ec_point_mul() function
Dcrypto_wolfssl.c2001 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_mul() function
Dcrypto_openssl.c2532 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_mul() function