Searched refs:crypto_ecdh_get_pubkey (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | crypto.h | 915 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y);
|
D | crypto_wolfssl.c | 1761 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey() function
|
D | crypto_openssl.c | 2016 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 | 1810 pub = crypto_ecdh_get_pubkey(sta->fils_ecdh, 1); in handle_auth_fils() 2044 pub = crypto_ecdh_get_pubkey(sta->fils_ecdh, 1); in prepare_auth_resp_fils() 2914 pubkey = crypto_ecdh_get_pubkey(sta->pasn->ecdh, 0); in handle_auth_pasn_resp() 4089 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_process_assoc_req() 4268 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_process_rsn_ie() 5064 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in send_assoc_resp() 5237 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_assoc_req_process()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.c | 4085 pub = crypto_ecdh_get_pubkey(sm->fils_ecdh, 1); in fils_build_auth() 4447 pub = crypto_ecdh_get_pubkey(sm->fils_ecdh, 1); in fils_process_auth() 5053 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_build_assoc_req() 5151 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_process_assoc_resp()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | pasn_supplicant.c | 634 pubkey = crypto_ecdh_get_pubkey(pasn->ecdh, 0); in wpas_pasn_build_auth_1()
|
/external/wpa_supplicant_8/src/common/ |
D | dpp_crypto.c | 2640 pub = crypto_ecdh_get_pubkey(pfs->ecdh, 0); in dpp_pfs_init()
|