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

  /external/openssl/crypto/dh/
dh_key.c 71 static int dh_init(DH *dh);
105 dh_init,
281 static int dh_init(DH *dh) function
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
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/wpa_supplicant_8/src/crypto/
dh_groups.c 544 * dh_init - Initialize Diffie-Hellman handshake
549 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv) function
597 * @own_private: Diffie-Hellman private key from dh_init()

Completed in 278 milliseconds