Searched refs:dh_derive_shared (Results 1 – 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | dh_group5.c | 35 return dh_derive_shared(peer_public, own_private, dh_groups_get(5)); in dh5_derive_shared()
|
D | dh_groups.h | 25 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public,
|
D | dh_groups.c | 1237 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public, in dh_derive_shared() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | dh_group5.c | 35 return dh_derive_shared(peer_public, own_private, dh_groups_get(5)); in dh5_derive_shared()
|
D | dh_groups.h | 25 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public,
|
D | dh_groups.c | 1237 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public, in dh_derive_shared() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
D | ikev2.c | 57 shared = dh_derive_shared(data->r_dh_public, data->i_dh_private, in ikev2_derive_keys()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | ikev2.c | 53 shared = dh_derive_shared(data->i_dh_public, data->r_dh_private, in ikev2_derive_keys()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | ikev2.c | 57 shared = dh_derive_shared(data->r_dh_public, data->i_dh_private, in ikev2_derive_keys()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | ikev2.c | 53 shared = dh_derive_shared(data->i_dh_public, data->r_dh_private, in ikev2_derive_keys()
|