Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dcrypto.h888 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y);
Dcrypto_wolfssl.c1708 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey() function
Dcrypto_openssl.c1927 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey() function
/external/wpa_supplicant_8/src/ap/
Dieee802_11.c1486 pub = crypto_ecdh_get_pubkey(sta->fils_ecdh, 1); in handle_auth_fils()
1718 pub = crypto_ecdh_get_pubkey(sta->fils_ecdh, 1); in prepare_auth_resp_fils()
2698 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_process_assoc_req()
3454 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in send_assoc_resp()
3621 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_assoc_req_process()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c3554 pub = crypto_ecdh_get_pubkey(sm->fils_ecdh, 1); in fils_build_auth()
3908 pub = crypto_ecdh_get_pubkey(sm->fils_ecdh, 1); in fils_process_auth()
4480 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_build_assoc_req()
4578 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_process_assoc_resp()
/external/wpa_supplicant_8/src/common/
Ddpp.c8265 pub = crypto_ecdh_get_pubkey(pfs->ecdh, 0); in dpp_pfs_init()