Home
last modified time | relevance | path

Searched refs:dh5_init_fixed (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Ddh_group5.h13 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ);
Ddh_group5.c25 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ) in dh5_init_fixed() function
Dcrypto_openssl.c511 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ) in dh5_init_fixed() function
/external/wpa_supplicant_8/src/wps/
Dwps_attr_build.c56 wps->dh_ctx = dh5_init_fixed(wps->dh_privkey, pubkey); in wps_build_public_key()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c2116 wps->dh_ctx = dh5_init_fixed(wps->dh_privkey, wps->dh_pubkey); in wpas_wps_start_nfc()