Home
last modified time | relevance | path

Searched refs:owe_ecdh (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c2500 crypto_ecdh_deinit(sm->owe_ecdh); in wpa_sm_deinit()
4208 crypto_ecdh_deinit(sm->owe_ecdh); in owe_build_assoc_req()
4209 sm->owe_ecdh = crypto_ecdh_init(group); in owe_build_assoc_req()
4210 if (!sm->owe_ecdh) in owe_build_assoc_req()
4213 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_build_assoc_req()
4233 crypto_ecdh_deinit(sm->owe_ecdh); in owe_build_assoc_req()
4234 sm->owe_ecdh = NULL; in owe_build_assoc_req()
4285 if (!sm->owe_ecdh) { in owe_process_assoc_resp()
4299 secret = crypto_ecdh_set_peerkey(sm->owe_ecdh, 0, in owe_process_assoc_resp()
4311 pub = crypto_ecdh_get_pubkey(sm->owe_ecdh, 0); in owe_process_assoc_resp()
Dwpa_i.h164 struct crypto_ecdh *owe_ecdh; member
/external/wpa_supplicant_8/src/ap/
Dsta_info.h250 struct crypto_ecdh *owe_ecdh; member
Dieee802_11.c2187 crypto_ecdh_deinit(sta->owe_ecdh); in owe_process_assoc_req()
2188 sta->owe_ecdh = crypto_ecdh_init(group); in owe_process_assoc_req()
2189 if (!sta->owe_ecdh) in owe_process_assoc_req()
2193 secret = crypto_ecdh_set_peerkey(sta->owe_ecdh, 0, owe_dh + 2, in owe_process_assoc_req()
2204 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in owe_process_assoc_req()
2901 sta && sta->owe_ecdh && in send_assoc_resp()
2905 pub = crypto_ecdh_get_pubkey(sta->owe_ecdh, 0); in send_assoc_resp()
Dsta_info.c357 crypto_ecdh_deinit(sta->owe_ecdh); in ap_free_sta()