Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dcrypto.h980 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y);
Dcrypto_mbedtls_alt.c1843 struct wpabuf *crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey() function
Dcrypto_wolfssl.c2199 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey() function
Dcrypto_openssl.c2768 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey() function
/hostap-latest/src/pasn/
Dpasn_responder.c480 pubkey = crypto_ecdh_get_pubkey(pasn->ecdh, 0); in handle_auth_pasn_resp()
Dpasn_initiator.c540 pubkey = crypto_ecdh_get_pubkey(pasn->ecdh, 0); in wpas_pasn_build_auth_1()
/hostap-latest/src/ap/
Dieee802_11.c1873 pub = crypto_ecdh_get_pubkey(sta->fils_ecdh, 1); in handle_auth_fils()
2109 pub = crypto_ecdh_get_pubkey(sta->fils_ecdh, 1); in prepare_auth_resp_fils()
3676 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_process_assoc_req()
3861 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_process_rsn_ie()
5044 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in send_assoc_resp()
5217 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_assoc_req_process()
/hostap-latest/src/rsn_supp/
Dwpa.c5836 pub = crypto_ecdh_get_pubkey(sm->fils_ecdh, 1); in fils_build_auth()
6211 pub = crypto_ecdh_get_pubkey(sm->fils_ecdh, 1); in fils_process_auth()
6831 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_build_assoc_req()
6929 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_process_assoc_resp()
/hostap-latest/src/common/
Ddpp_crypto.c2024 pub = crypto_ecdh_get_pubkey(pfs->ecdh, 0); in dpp_pfs_init()