Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Ddh_group5.c19 *publ = dh_init(dh_groups_get(5), priv); in dh5_init()
Ddh_groups.h24 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv);
Ddh_groups.c1193 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv) in dh_init() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Ddh_group5.c19 *publ = dh_init(dh_groups_get(5), priv); in dh5_init()
Ddh_groups.h24 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv);
Ddh_groups.c1193 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv) in dh_init() function
/third_party/openssl/crypto/dh/
Ddh_key.c33 static int dh_init(DH *dh);
170 dh_init,
196 static int dh_init(DH *dh) in dh_init() function
/third_party/node/deps/openssl/openssl/crypto/dh/
Ddh_key.c33 static int dh_init(DH *dh);
164 dh_init,
190 static int dh_init(DH *dh) in dh_init() function
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
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 },
/third_party/openssl/providers/implementations/exchange/
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 },
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Dikev2.c909 pv = dh_init(data->dh, &data->r_dh_private); in ikev2_build_ker()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Dikev2.c973 pv = dh_init(data->dh, &data->i_dh_private); in ikev2_build_kei()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Dikev2.c973 pv = dh_init(data->dh, &data->i_dh_private); in ikev2_build_kei()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Dikev2.c907 pv = dh_init(data->dh, &data->r_dh_private); in ikev2_build_ker()