Searched refs:crypto_ecdh_set_peerkey (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | crypto.h | 916 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y,
|
D | crypto_wolfssl.c | 1793 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey() function
|
D | crypto_openssl.c | 2076 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey() function
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | pasn_supplicant.c | 1347 secret = crypto_ecdh_set_peerkey(pasn->ecdh, 0, in wpas_pasn_auth_rx()
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11.c | 1830 sta->fils_dh_ss = crypto_ecdh_set_peerkey(sta->fils_ecdh, 1, in handle_auth_fils() 3105 secret = crypto_ecdh_set_peerkey(sta->pasn->ecdh, 0, in handle_auth_pasn_1() 4078 secret = crypto_ecdh_set_peerkey(sta->owe_ecdh, 0, owe_dh + 2, in owe_process_assoc_req()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.c | 4229 dh_ss = crypto_ecdh_set_peerkey(sm->fils_ecdh, 1, pos, in fils_process_auth() 5139 secret = crypto_ecdh_set_peerkey(sm->owe_ecdh, 0, in owe_process_assoc_resp()
|
/external/wpa_supplicant_8/src/common/ |
D | dpp_crypto.c | 2674 pfs->secret = crypto_ecdh_set_peerkey(pfs->ecdh, 0, peer_ie + 2, in dpp_pfs_process()
|