Searched refs:dh_group (Results 1 – 19 of 19) sorted by relevance
| /netbsd-src/external/bsd/wpa/dist/src/crypto/ |
| 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 *dh) in dh_derive_shared()
|
| H A 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);
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/samples/ |
| H A D | racoon.conf.sample-inherit | 26 dh_group 2; 44 dh_group 2;
|
| H A D | racoon.conf.in | 70 dh_group 2; 92 dh_group 2;
|
| H A D | racoon.conf.sample-plainrsa | 35 dh_group 2;
|
| H A D | racoon.conf.sample-gssapi | 33 dh_group 1;
|
| H A D | racoon.conf.sample | 39 dh_group 2 ;
|
| H A D | racoon.conf.sample-natt | 83 dh_group 2;
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | remoteconf.h | 68 int dh_group; /* don't use it if aggressive mode */ member 130 int dh_group; /* use it when only aggressive mode */ member
|
| H A D | remoteconf.c | 176 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 D | cfparse.y | 215 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 D | ipsec_doi.c | 229 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 D | racoon.conf | 22 dh_group 2;
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/samples/roadwarrior/server/ |
| H A D | racoon.conf | 20 dh_group 2;
|
| H A D | racoon.conf-radius | 20 dh_group 2;
|
| /netbsd-src/external/bsd/wpa/dist/src/eap_peer/ |
| H A D | ikev2.h | 35 const struct dh_group *dh;
|
| /netbsd-src/external/bsd/wpa/dist/src/eap_server/ |
| H A D | ikev2.h | 34 const struct dh_group *dh;
|
| /netbsd-src/external/bsd/wpa/dist/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()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/fips/ |
| H A D | self_test_data.inc | 1008 static const ST_KAT_PARAM dh_group[] = { 1089 dh_group,
|