Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/crypto/
HDdh_group5.h13 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ);
HDdh_group5.c25 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ) in dh5_init_fixed() function
HDcrypto_openssl.c592 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ) in dh5_init_fixed() function
/NextBSD/contrib/wpa/src/wps/
HDwps_attr_build.c63 wps->dh_ctx = dh5_init_fixed(wps->dh_privkey, pubkey); in wps_build_public_key()
/NextBSD/contrib/wpa/wpa_supplicant/
HDap.c1289 wps->dh_ctx = dh5_init_fixed(wps->dh_privkey, wps->dh_pubkey); in wpas_ap_wps_add_nfc_pw()
HDwps_supplicant.c2291 wps->dh_ctx = dh5_init_fixed(wps->dh_privkey, wps->dh_pubkey); in wpas_wps_start_nfc()