Searched refs:publ (Results 1 – 2 of 2) sorted by relevance
16 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) in dh5_init() argument18 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
12 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ);13 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ);