Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Ddh_group5.c35 return dh_derive_shared(peer_public, own_private, dh_groups_get(5)); in dh5_derive_shared()
Ddh_groups.h25 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public,
Ddh_groups.c1237 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public, in dh_derive_shared() function
/external/wpa_supplicant_8/src/eap_peer/
Dikev2.c53 shared = dh_derive_shared(data->i_dh_public, data->r_dh_private, in ikev2_derive_keys()
/external/wpa_supplicant_8/src/eap_server/
Dikev2.c57 shared = dh_derive_shared(data->r_dh_public, data->i_dh_private, in ikev2_derive_keys()