Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Ddpp_pkex.c74 if (crypto_ec_point_add(ec, X, Qi, M)) in dpp_pkex_build_exchange_req()
455 crypto_ec_point_add(ec, M, Qi, X) || in dpp_pkex_rx_exchange_req()
534 crypto_ec_point_add(ec, Y, Qr, N) || in dpp_pkex_rx_exchange_req()
811 crypto_ec_point_add(ec, N, Qr, Y) || in dpp_pkex_rx_exchange_resp()
Ddpp_crypto.c1120 crypto_ec_point_add(ec, BR, PR, sum) || in dpp_auth_derive_l_initiator()
1832 crypto_ec_point_add(ec, CR, PR, sum) || in dpp_reconfig_derive_ke_initiator()
2308 crypto_ec_point_add(id->ec, id->e_id, e_prime_id, e_prime_id)) in dpp_update_reconfig_id()
2372 crypto_ec_point_add(ec, e_id, e_prime_id_point, e_id)) { in dpp_decrypt_e_id()
Dsae.c946 if (crypto_ec_point_add(ec, p1, p2, pt) < 0) { in sae_derive_pt_ecc()
1449 crypto_ec_point_add(sae->tmp->ec, K, in sae_derive_k_ecc()
/hostap-latest/src/crypto/
Dcrypto.h863 int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a,
Dcrypto_mbedtls_alt.c2236 int crypto_ec_point_add(struct crypto_ec *e, in crypto_ec_point_add() function
Dcrypto_wolfssl.c1933 int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a, in crypto_ec_point_add() function
Dcrypto_openssl.c2521 int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a, in crypto_ec_point_add() function
/hostap-latest/src/eap_server/
Deap_server_pwd.c717 (crypto_ec_point_add(data->grp->group, K, data->peer_element, in eap_pwd_process_commit_resp()
/hostap-latest/src/eap_peer/
Deap_pwd.c629 crypto_ec_point_add(data->grp->group, K, data->server_element, in eap_pwd_perform_commit_exchange()