Searched refs:dh_group (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
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() 1251 const struct dh_group *dh) in dh_derive_shared()
|
D | dh_groups.h | 12 struct dh_group { struct 23 const struct dh_group * dh_groups_get(int id); argument 24 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv); 27 const struct dh_group *dh);
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | sae.h | 57 const struct dh_group *dh; 91 const struct dh_group *dh;
|
D | sae.c | 918 sae_derive_pt_ffc(const struct dh_group *dh, int group, in sae_derive_pt_ffc()
|