Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Ddh_group5.c35 return dh_derive_shared(peer_public, own_private, dh_groups_get(5)); in dh5_derive_shared()
H A Ddh_groups.h25 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public,
H A Ddh_groups.c1231 * dh_derive_shared - Derive shared Diffie-Hellman key
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/
H A Ddh_group5.c35 return dh_derive_shared(peer_public, own_private, dh_groups_get(5)); in dh5_derive_shared()
H A Ddh_groups.h25 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public,
H A Ddh_groups.c1231 * dh_derive_shared - Derive shared Diffie-Hellman key
1237 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public, in dh_derive_shared() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Dikev2.c53 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/
H A Dikev2.c57 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/
H A Dikev2.c53 shared = dh_derive_shared(data->i_dh_public, data->r_dh_private, in ikev2_derive_keys()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Dikev2.c57 shared = dh_derive_shared(data->r_dh_public, data->i_dh_private, in ikev2_derive_keys()

Completed in 13 milliseconds