Searched refs:crypto_ec_point_add (Results 1 – 9 of 9) sorted by relevance
/hostap-latest/src/common/ |
D | dpp_pkex.c | 74 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()
|
D | dpp_crypto.c | 1120 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()
|
D | sae.c | 946 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/ |
D | crypto.h | 863 int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a,
|
D | crypto_mbedtls_alt.c | 2236 int crypto_ec_point_add(struct crypto_ec *e, in crypto_ec_point_add() function
|
D | crypto_wolfssl.c | 1933 int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a, in crypto_ec_point_add() function
|
D | crypto_openssl.c | 2521 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/ |
D | eap_server_pwd.c | 717 (crypto_ec_point_add(data->grp->group, K, data->peer_element, in eap_pwd_process_commit_resp()
|
/hostap-latest/src/eap_peer/ |
D | eap_pwd.c | 629 crypto_ec_point_add(data->grp->group, K, data->server_element, in eap_pwd_perform_commit_exchange()
|