/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | dh_groups.h | 12 struct dh_group { struct 23 const struct dh_group * dh_groups_get(int id); 24 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv); 27 const struct dh_group *dh);
|
H A D | dh_groups.c | 1151 { id, dh_group ## id ## _generator, sizeof(dh_group ## id ## _generator), \ 1152 dh_group ## id ## _prime, sizeof(dh_group ## id ## _prime), \ 1153 dh_group ## id ## _order, sizeof(dh_group ## id ## _order), safe } 1156 static const struct dh_group dh_groups[] = { 1175 const struct dh_group * dh_groups_get(int id) in dh_groups_get() 1193 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv) in dh_init() 1239 const struct dh_group *d in dh_derive_shared() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | dh_groups.h | 12 struct dh_group { struct 23 const struct dh_group * dh_groups_get(int id); 24 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv); 27 const struct dh_group *dh);
|
H A D | dh_groups.c | 1151 { id, dh_group ## id ## _generator, sizeof(dh_group ## id ## _generator), \ 1152 dh_group ## id ## _prime, sizeof(dh_group ## id ## _prime), \ 1153 dh_group ## id ## _order, sizeof(dh_group ## id ## _order), safe } 1156 static const struct dh_group dh_groups[] = { 1175 const struct dh_group * dh_groups_get(int id) in dh_groups_get() 1193 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv) in dh_init() 1239 const struct dh_group *d in dh_derive_shared() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | sae.h | 55 const struct dh_group *dh; 93 const struct dh_group *dh;
|
H A D | sae.c | 965 sae_derive_pt_ffc(const struct dh_group *dh, int group, in sae_derive_pt_ffc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | ikev2.h | 35 const struct dh_group *dh;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | ikev2.h | 34 const struct dh_group *dh;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | ikev2.h | 35 const struct dh_group *dh;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | ikev2.h | 34 const struct dh_group *dh;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | sae.h | 37 const struct dh_group *dh;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_eke_common.c | 53 static const struct dh_group * eap_eke_dh_group(u8 group) in eap_eke_dh_group() 163 const struct dh_group *dh; in eap_eke_dh_init() 384 const struct dh_group *dh; in eap_eke_shared_secret()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_eke_common.c | 53 static const struct dh_group * eap_eke_dh_group(u8 group) in eap_eke_dh_group() 163 const struct dh_group *dh; in eap_eke_dh_init() 384 const struct dh_group *dh; in eap_eke_shared_secret()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa.h | 452 struct wpabuf * fils_build_auth(struct wpa_sm *sm, int dh_group, const u8 *md);
|
H A D | wpa.c | 3541 struct wpabuf * fils_build_auth(struct wpa_sm *sm, int dh_group, const u8 *md) in fils_build_auth() argument 3574 sm->fils_dh_group = dh_group; in fils_build_auth() 3575 if (dh_group) { in fils_build_auth() 3577 sm->fils_ecdh = crypto_ecdh_init(dh_group); in fils_build_auth() 3581 dh_group); in fils_build_auth() 3608 if (dh_group) { in fils_build_auth() 3610 wpabuf_put_le16(buf, dh_group); in fils_build_auth()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa.h | 586 struct wpabuf * fils_build_auth(struct wpa_sm *sm, int dh_group, const u8 *md);
|
H A D | wpa.c | 5243 struct wpabuf * fils_build_auth(struct wpa_sm *sm, int dh_group, const u8 *md) 5276 sm->fils_dh_group = dh_group; 5277 if (dh_group) { 5279 sm->fils_ecdh = crypto_ecdh_init(dh_group); 5283 dh_group); 5310 if (dh_group) { 5312 wpabuf_put_le16(buf, dh_group);
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 1525 const DH_NAMED_GROUP *dh_group = in get_payload_group_name() local 1528 ctx->p2 = (char *)ossl_ffc_named_group_get_name(dh_group); in get_payload_group_name()
|
/third_party/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 1522 const DH_NAMED_GROUP *dh_group = in get_payload_group_name() local 1525 ctx->p2 = (char *)ossl_ffc_named_group_get_name(dh_group); in get_payload_group_name()
|