Searched refs:dh_derive_shared (Results 1 - 15 of 15) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Ddh_group5.c35 return dh_derive_shared(peer_public, own_private, dh_groups_get(5));
H A Ddh_groups.h25 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public,
H A Ddh_groups.c1244 * dh_derive_shared - Derive shared Diffie-Hellman key
1250 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public, function
/external/wpa_supplicant_8/src/crypto/
H A Ddh_group5.c35 return dh_derive_shared(peer_public, own_private, dh_groups_get(5));
H A Ddh_groups.h25 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public,
H A Ddh_groups.c1244 * dh_derive_shared - Derive shared Diffie-Hellman key
1250 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public, function
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Ddh_group5.c35 return dh_derive_shared(peer_public, own_private, dh_groups_get(5));
H A Ddh_groups.h25 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public,
H A Ddh_groups.c1244 * dh_derive_shared - Derive shared Diffie-Hellman key
1250 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public, function
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dikev2.c53 shared = dh_derive_shared(data->i_dh_public, data->r_dh_private,
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dikev2.c57 shared = dh_derive_shared(data->r_dh_public, data->i_dh_private,
/external/wpa_supplicant_8/src/eap_peer/
H A Dikev2.c53 shared = dh_derive_shared(data->i_dh_public, data->r_dh_private,
/external/wpa_supplicant_8/src/eap_server/
H A Dikev2.c57 shared = dh_derive_shared(data->r_dh_public, data->i_dh_private,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dikev2.c53 shared = dh_derive_shared(data->i_dh_public, data->r_dh_private,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dikev2.c57 shared = dh_derive_shared(data->r_dh_public, data->i_dh_private,

Completed in 170 milliseconds