Searched refs:dh_init (Results 1 – 14 of 14) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | dh_group5.c | 19 *publ = dh_init(dh_groups_get(5), priv); in dh5_init()
|
D | dh_groups.h | 24 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv);
|
D | dh_groups.c | 1193 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/ |
D | dh_group5.c | 19 *publ = dh_init(dh_groups_get(5), priv); in dh5_init()
|
D | dh_groups.h | 24 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv);
|
D | dh_groups.c | 1193 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv) in dh_init() function
|
/third_party/openssl/crypto/dh/ |
D | dh_key.c | 33 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/ |
D | dh_key.c | 33 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/ |
D | dh_exch.c | 31 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/ |
D | dh_exch.c | 31 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/ |
D | ikev2.c | 909 pv = dh_init(data->dh, &data->r_dh_private); in ikev2_build_ker()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | ikev2.c | 973 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/ |
D | ikev2.c | 973 pv = dh_init(data->dh, &data->i_dh_private); in ikev2_build_kei()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | ikev2.c | 907 pv = dh_init(data->dh, &data->r_dh_private); in ikev2_build_ker()
|