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

  /external/wpa_supplicant_8/src/crypto/
dh_group5.h 18 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ);
dh_group5.c 22 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) function
crypto_openssl.c 413 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) function
  /external/wpa_supplicant_8/src/wps/
wps_attr_build.c 43 wps->dh_ctx = dh5_init(&wps->dh_privkey, &pubkey);
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 942 wps->dh_ctx = dh5_init(&wps->dh_privkey, &wps->dh_pubkey);
    [all...]

Completed in 2363 milliseconds