Searched refs:publ (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Ddh_group5.c16 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) argument
18 *publ = dh_init(dh_groups_get(5), priv);
19 if (*publ == NULL)
25 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ) argument
H A 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);
H A Dcrypto_openssl.c544 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) argument
551 *publ = NULL;
581 *publ = pubkey;
592 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ) argument
612 dh->pub_key = BN_bin2bn(wpabuf_head(publ), wpabuf_len(publ), NULL);

Completed in 96 milliseconds