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.c 16 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) function
dh_group5.h 12 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ);
crypto_openssl.c 463 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) function
  /external/wpa_supplicant_8/src/wps/
wps_attr_build.c 61 wps->dh_ctx = dh5_init(&wps->dh_privkey, &pubkey);
wps_common.c 658 dh_ctx = dh5_init(&priv, &pub);

Completed in 50 milliseconds