Home
last modified time | relevance | path

Searched refs:publ (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/components/wpa_supplicant/src/crypto/
Ddh_group5.c16 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) in dh5_init() argument
18 wpabuf_free(*publ); in dh5_init()
19 *publ = dh_init(dh_groups_get(5), priv); in dh5_init()
20 if (*publ == NULL) in dh5_init()
26 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ) in dh5_init_fixed() argument
Ddh_group5.h12 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ);
13 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ);