Searched refs:dhgrp (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/tcpdump-56/tcpdump/
H A Doakley.h116 u_int8_t dhgrp; /* DH; group */
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dremoteconf.h139 struct dhgroup *dhgrp; /* use it when only aggressive mode */ member in struct:remoteconf
196 struct dhgroup *dhgrp; /* don't use it if aggressive mode */ member in struct:isakmpsa
H A Dremoteconf.c435 if (rmconf->dhgrp)
436 oakley_dhgrp_free(rmconf->dhgrp);
461 if (sa->dhgrp)
462 oakley_dhgrp_free(sa->dhgrp);
775 if (sa->dhgrp != NULL)
776 oakley_setdhgroup(sa->dh_group, &(res->dhgrp));
H A Dipsec_doi.c257 if (sa->dhgrp) {
258 if (sa->dhgrp->prime && sa->dhgrp->gen1) {
264 oakley_dhgrp_free(sa->dhgrp);
265 sa->dhgrp=NULL;
268 if (oakley_setdhgroup(sa->dh_group, &sa->dhgrp) == -1) {
269 sa->dhgrp = NULL;
412 if (tsap->dhgrp != NULL){
413 oakley_dhgrp_free(tsap->dhgrp);
414 tsap->dhgrp
[all...]
H A Disakmp_agg.c172 if (iph1->rmconf->dhgrp == NULL) {
180 if (oakley_dh_generate(iph1->rmconf->dhgrp,
183 if (oakley_dh_generate(iph1->rmconf->dhgrp,
619 if (oakley_dh_compute(iph1->rmconf->dhgrp, iph1->dhpub,
622 if (oakley_dh_compute(iph1->rmconf->dhgrp, iph1->dhpub_p, iph1->publicKeySize, &iph1->dhgxy, &iph1->dhC) < 0) {
1154 if (oakley_dh_generate(iph1->rmconf->dhgrp,
1157 if (oakley_dh_generate(iph1->rmconf->dhgrp,
1175 if (oakley_dh_compute(iph1->approval->dhgrp, iph1->dhpub,
1178 if (oakley_dh_compute(iph1->approval->dhgrp, iph1->dhpub_p, iph1->publicKeySize, &iph1->dhgxy, &iph1->dhC) < 0) {
H A Disakmp_ident.c449 if (oakley_dh_generate(iph1->approval->dhgrp,
452 if (oakley_dh_generate(iph1->approval->dhgrp,
726 if (oakley_dh_compute(iph1->approval->dhgrp, iph1->dhpub,
729 if (oakley_dh_compute(iph1->approval->dhgrp, iph1->dhpub_p, iph1->publicKeySize, &iph1->dhgxy, &iph1->dhC) < 0) {
1524 if (oakley_dh_generate(iph1->approval->dhgrp,
1527 if (oakley_dh_generate(iph1->approval->dhgrp,
1573 if (oakley_dh_compute(iph1->approval->dhgrp, iph1->dhpub,
1576 if (oakley_dh_compute(iph1->approval->dhgrp, iph1->dhpub_p, iph1->publicKeySize, &iph1->dhgxy, &iph1->dhC) < 0) {
H A Doakley.c199 oakley_dhgrp_free(struct dhgroup *dhgrp) argument
201 VPTRINIT(dhgrp->prime);
202 VPTRINIT(dhgrp->curve_a);
203 VPTRINIT(dhgrp->curve_b);
204 VPTRINIT(dhgrp->order);
205 racoon_free(dhgrp);
493 oakley_setdhgroup(int group, struct dhgroup **dhgrp) argument
497 *dhgrp = NULL; /* just make sure, initialize */
513 *dhgrp = racoon_calloc(1, sizeof(struct dhgroup));
514 if (*dhgrp
[all...]
H A Dcfparse.y1435 &cur_rmconf->dhgrp) < 0) {

Completed in 190 milliseconds