Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/wpa/dist/src/crypto/
H A 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()
1239 const struct dh_group *dh) in dh_derive_shared()
H A 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);
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/samples/
H A Dracoon.conf.sample-inherit26 dh_group 2;
44 dh_group 2;
H A Dracoon.conf.in70 dh_group 2;
92 dh_group 2;
H A Dracoon.conf.sample-plainrsa35 dh_group 2;
H A Dracoon.conf.sample-gssapi33 dh_group 1;
H A Dracoon.conf.sample39 dh_group 2 ;
H A Dracoon.conf.sample-natt83 dh_group 2;
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dremoteconf.h68 int dh_group; /* don't use it if aggressive mode */ member
130 int dh_group; /* use it when only aggressive mode */ member
H A Dremoteconf.c176 approval->dh_group != rmconf->dh_group) in rmconf_match_etype_and_approval()
1057 alg_oakley_dhdef_name(prop->dh_group)); in dump_rmconf_single()
1145 oakley_setdhgroup(sa->dh_group, &res->dhgrp); in dupisakmpsa()
1204 proposal->dh_group != p->dh_group ||
H A Dcfparse.y215 if (b == 0 || (b && b == p->dh_group)) { in process_rmconf()
216 b = p->dh_group; in process_rmconf()
225 cur_rmconf->dh_group = b; in process_rmconf()
227 if (cur_rmconf->dh_group == 0) { in process_rmconf()
233 if (oakley_setdhgroup(cur_rmconf->dh_group, in process_rmconf()
2878 new->dh_group = types[algclass_isakmp_dh];
H A Dipsec_doi.c229 s_oakley_attr_v(OAKLEY_ATTR_GRP_DESC, s->dh_group)); in print_ph1proposal()
304 if (oakley_setdhgroup(sa->dh_group, &sa->dhgrp) == -1) {
476 sa->dh_group = (u_int16_t)ntohs(d->lorv);
2786 switch (sa->dh_group) {
2799 sa->dh_group);
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/samples/roadwarrior/client/
H A Dracoon.conf22 dh_group 2;
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/samples/roadwarrior/server/
H A Dracoon.conf20 dh_group 2;
H A Dracoon.conf-radius20 dh_group 2;
/netbsd-src/external/bsd/wpa/dist/src/eap_peer/
H A Dikev2.h35 const struct dh_group *dh;
/netbsd-src/external/bsd/wpa/dist/src/eap_server/
H A Dikev2.h34 const struct dh_group *dh;
/netbsd-src/external/bsd/wpa/dist/src/eap_common/
H A 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()
384 const struct dh_group *dh; in eap_eke_shared_secret()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/fips/
H A Dself_test_data.inc1008 static const ST_KAT_PARAM dh_group[] = {
1089 dh_group,