Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/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.c1237 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public, in dh_derive_shared() function
/freebsd/contrib/wpa/src/eap_peer/
H A Dikev2.c53 shared = dh_derive_shared(data->i_dh_public, data->r_dh_private, in ikev2_derive_keys()
/freebsd/contrib/wpa/src/eap_server/
H A Dikev2.c57 shared = dh_derive_shared(data->r_dh_public, data->i_dh_private, in ikev2_derive_keys()