Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Ddh_group5.h12 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ);
H A Ddh_group5.c16 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) in dh5_init() function
H A Dcrypto_wolfssl.c930 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) in dh5_init() function
H A Dcrypto_openssl.c967 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) in dh5_init() function
/freebsd/contrib/wpa/src/wps/
H A Dwps_attr_build.c69 wps->dh_ctx = dh5_init(&wps->dh_privkey, &pubkey); in wps_build_public_key()
H A Dwps_common.c651 dh_ctx = dh5_init(&priv, &pub); in wps_nfc_gen_dh()