Searched refs:dh_group (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Ddh_groups.h12 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 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)
1193 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv)
1239 const struct dh_group *d
[all...]
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/samples/roadwarrior/client/
H A Dracoon.conf22 dh_group 2;
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/samples/roadwarrior/server/
H A Dracoon.conf20 dh_group 2;
/netbsd-current/external/bsd/wpa/dist/src/eap_peer/
H A Dikev2.h35 const struct dh_group *dh;
/netbsd-current/external/bsd/wpa/dist/src/eap_server/
H A Dikev2.h34 const struct dh_group *dh;
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dremoteconf.h68 int dh_group; /* don't use it if aggressive mode */ member in struct:isakmpsa
130 int dh_group; /* use it when only aggressive mode */ member in struct:remoteconf
H A Dremoteconf.c176 approval->dh_group != rmconf->dh_group)
1057 alg_oakley_dhdef_name(prop->dh_group));
1145 oakley_setdhgroup(sa->dh_group, &res->dhgrp);
1204 proposal->dh_group != p->dh_group ||
H A Dcfparse.y215 if (b == 0 || (b && b == p->dh_group)) {
216 b = p->dh_group;
225 cur_rmconf->dh_group = b;
227 if (cur_rmconf->dh_group == 0) {
233 if (oakley_setdhgroup(cur_rmconf->dh_group,
2200 yyerror("dh_group cannot be defined here\n");
2878 new->dh_group = types[algclass_isakmp_dh];
H A Dipsec_doi.c228 " dh_group = %s\n",
229 s_oakley_attr_v(OAKLEY_ATTR_GRP_DESC, s->dh_group));
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-current/external/bsd/wpa/dist/src/common/
H A Dsae.h37 const struct dh_group *dh;
/netbsd-current/external/bsd/wpa/dist/src/eap_common/
H A Deap_eke_common.c53 static const struct dh_group * eap_eke_dh_group(u8 group)
163 const struct dh_group *dh;
384 const struct dh_group *dh;
/netbsd-current/external/bsd/wpa/dist/src/rsn_supp/
H A Dwpa.c3541 struct wpabuf * fils_build_auth(struct wpa_sm *sm, int dh_group, const u8 *md) argument
3574 sm->fils_dh_group = dh_group;
3575 if (dh_group) {
3577 sm->fils_ecdh = crypto_ecdh_init(dh_group);
3581 dh_group);
3608 if (dh_group) {
3610 wpabuf_put_le16(buf, dh_group);
H A Dwpa.h452 struct wpabuf * fils_build_auth(struct wpa_sm *sm, int dh_group, const u8 *md);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dctrl_params_translate.c1525 const DH_NAMED_GROUP *dh_group = local
1528 ctx->p2 = (char *)ossl_ffc_named_group_get_name(dh_group);
/netbsd-current/crypto/external/bsd/openssl/dist/providers/fips/
H A Dself_test_data.inc1008 static const ST_KAT_PARAM dh_group[] = {
1089 dh_group,

Completed in 331 milliseconds