Searched refs:dh5_init (Results 1 – 12 of 12) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | dh_group5.h | 12 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ);
|
D | dh_group5.c | 16 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) in dh5_init() function
|
D | crypto_wolfssl.c | 640 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) in dh5_init() function
|
D | crypto_openssl.c | 747 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) in dh5_init() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | dh_group5.h | 12 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ);
|
D | dh_group5.c | 16 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) in dh5_init() function
|
D | crypto_wolfssl.c | 640 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) in dh5_init() function
|
D | crypto_openssl.c | 820 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) in dh5_init() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_attr_build.c | 69 wps->dh_ctx = dh5_init(&wps->dh_privkey, &pubkey); in wps_build_public_key()
|
D | wps_common.c | 651 dh_ctx = dh5_init(&priv, &pub); in wps_nfc_gen_dh()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_attr_build.c | 69 wps->dh_ctx = dh5_init(&wps->dh_privkey, &pubkey); in wps_build_public_key()
|
D | wps_common.c | 651 dh_ctx = dh5_init(&priv, &pub); in wps_nfc_gen_dh()
|