Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/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
/hal_espressif-3.6.0/components/wpa_supplicant/src/wps/
Dwps_attr_build.c41 wps->dh_ctx = dh5_init_fixed(wps->dh_privkey, pubkey); in wps_build_public_key()