Searched refs:crypto_ecdh_get_pubkey (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | crypto.h | 888 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y);
|
D | crypto_wolfssl.c | 1708 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey() function
|
D | crypto_openssl.c | 1927 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/ |
D | ieee802_11.c | 1486 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/ |
D | wpa.c | 3554 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/ |
D | dpp.c | 8265 pub = crypto_ecdh_get_pubkey(pfs->ecdh, 0); in dpp_pfs_init()
|