Home
last modified time | relevance | path

Searched refs:dh_init (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/src/crypto/
H A Ddh_group5.c19 *publ = dh_init(dh_groups_get(5), priv); in dh5_init()
H A Ddh_groups.h24 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv);
H A Ddh_groups.c1193 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv) in dh_init() function
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_key.c33 static int dh_init(DH *dh);
170 dh_init,
196 static int dh_init(DH *dh) in dh_init() function
/freebsd/crypto/openssl/providers/implementations/exchange/
H A Ddh_exch.c31 static OSSL_FUNC_keyexch_init_fn dh_init; variable
96 static int dh_init(void *vpdhctx, void *vdh, const OSSL_PARAM params[]) in dh_init() function
500 { OSSL_FUNC_KEYEXCH_INIT, (void (*)(void))dh_init },
/freebsd/contrib/wpa/src/eap_peer/
H A Dikev2.c909 pv = dh_init(data->dh, &data->r_dh_private); in ikev2_build_ker()
/freebsd/contrib/wpa/src/eap_server/
H A Dikev2.c973 pv = dh_init(data->dh, &data->i_dh_private); in ikev2_build_kei()