Home
last modified time | relevance | path

Searched refs:dh_group (Results 1 – 23 of 23) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Ddh_groups.c1151 { 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()
1252 const struct dh_group *dh) in dh_derive_shared()
Ddh_groups.h12 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);
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-inherit26 dh_group 2;
44 dh_group 2;
Dracoon.conf.in70 dh_group 2;
92 dh_group 2;
Dracoon.conf.sample-plainrsa35 dh_group 2;
Dracoon.conf.sample-gssapi33 dh_group 1;
Dracoon.conf.sample39 dh_group 2 ;
Dracoon.conf.sample-natt83 dh_group 2;
/external/ipsec-tools/src/racoon/
Dremoteconf.h100 int dh_group; /* use it when only aggressive mode */ member
149 int dh_group; /* don't use it if aggressive mode */ member
Dcfparse.y1602 if (b == 0 || (b && b == p->dh_group)) {
1603 b = p->dh_group;
1612 cur_rmconf->dh_group = b;
1614 if (cur_rmconf->dh_group == 0) {
1620 if (oakley_setdhgroup(cur_rmconf->dh_group,
2403 new->dh_group = types[algclass_isakmp_dh];
Dhandler.c1379 approval->dh_group != iph1->rmconf->dh_group){ in revalidate_ph1()
1472 approval->dh_group != p->dh_group) { in revalidate_ph1()
Dipsec_doi.c278 if (oakley_setdhgroup(sa->dh_group, &sa->dhgrp) == -1) {
389 s->dh_group),
391 tsap->dh_group));
403 tsap->dh_group == s->dh_group &&
525 if (sa.dh_group != s->dh_group) {
533 s->dh_group),
535 sa.dh_group));
624 sa->dh_group = (u_int16_t)ntohs(d->lorv);
2831 switch (sa->dh_group) {
2844 sa->dh_group);
Dremoteconf.c598 alg_oakley_dhdef_name(prop->dh_group)); in dump_rmconf_single()
689 oakley_setdhgroup (sa->dh_group, &(res->dhgrp)); in dupisakmpsa()
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
Dracoon.conf22 dh_group 2;
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/
Dracoon.conf20 dh_group 2;
Dracoon.conf-radius20 dh_group 2;
/external/wpa_supplicant_8/src/eap_peer/
Dikev2.h35 const struct dh_group *dh;
/external/wpa_supplicant_8/src/eap_server/
Dikev2.h34 const struct dh_group *dh;
/external/ipsec-tools/
Dsetup.c323 p->dh_group = OAKLEY_ATTR_GRP_DESC_MODP1024; in add_proposal()
454 remoteconf->dh_group = OAKLEY_ATTR_GRP_DESC_MODP1024; in setup()
457 oakley_setdhgroup(remoteconf->dh_group, &remoteconf->dhgrp); in setup()
/external/wpa_supplicant_8/src/common/
Dsae.h36 const struct dh_group *dh;
/external/wpa_supplicant_8/src/eap_common/
Deap_eke_common.c53 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()
407 const struct dh_group *dh; in eap_eke_shared_secret()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c3311 struct wpabuf * fils_build_auth(struct wpa_sm *sm, int dh_group, const u8 *md) in fils_build_auth() argument
3344 sm->fils_dh_group = dh_group; in fils_build_auth()
3345 if (dh_group) { in fils_build_auth()
3347 sm->fils_ecdh = crypto_ecdh_init(dh_group); in fils_build_auth()
3351 dh_group); in fils_build_auth()
3378 if (dh_group) { in fils_build_auth()
3380 wpabuf_put_le16(buf, dh_group); in fils_build_auth()
Dwpa.h433 struct wpabuf * fils_build_auth(struct wpa_sm *sm, int dh_group, const u8 *md);