Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Ddh_group5.h13 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ);
Ddh_group5.c26 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ) in dh5_init_fixed() function
Dcrypto_mbedtls_alt.c1575 void *dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ) in dh5_init_fixed() function
Dcrypto_wolfssl.c991 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ) in dh5_init_fixed() function
Dcrypto_openssl.c1126 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ) in dh5_init_fixed() function
/hostap-latest/src/wps/
Dwps_attr_build.c64 wps->dh_ctx = dh5_init_fixed(wps->dh_privkey, pubkey); in wps_build_public_key()
/hostap-latest/wpa_supplicant/
Dap.c1957 wps->dh_ctx = dh5_init_fixed(wps->dh_privkey, wps->dh_pubkey); in wpas_ap_wps_add_nfc_pw()
Dwps_supplicant.c2437 wps->dh_ctx = dh5_init_fixed(wps->dh_privkey, wps->dh_pubkey); in wpas_wps_start_nfc()