HomeSort by relevance Sort by last modified time
    Searched refs:dh_init (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
dh_groups.h 27 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv);
dh_groups.c 549 * dh_init - Initialize Diffie-Hellman handshake
554 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv) function
601 * @own_private: Diffie-Hellman private key from dh_init()
  /external/openssl/crypto/dh/
dh_key.c 73 static int dh_init(DH *dh);
91 dh_init,
254 static int dh_init(DH *dh) function
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_attr_build.c 29 pubkey = dh_init(dh_groups_get(WPS_DH_GROUP), &wps->dh_privkey);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
ikev2.c 960 pv = dh_init(data->dh, &data->r_dh_private);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
ikev2.c 979 pv = dh_init(data->dh, &data->i_dh_private);

Completed in 149 milliseconds