Home | History | Annotate | Download | only in racoon

Lines Matching refs:rmconf

160 	iph1->sa = ipsecdoi_setph1proposal(iph1->rmconf->proposal);
165 if (iph1->rmconf->dhgrp == NULL) {
172 if (oakley_dh_generate(iph1->rmconf->dhgrp,
177 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
204 if (iph1->rmconf->ike_frag) {
216 if (iph1->rmconf->send_cr
217 && oakley_needcr(iph1->rmconf->proposal->authmethod)
218 && iph1->rmconf->peerscertfile == NULL) {
229 s_oakley_attr_method(iph1->rmconf->proposal->authmethod));
266 if (iph1->rmconf->nat_traversal)
278 if(iph1->rmconf->dpd){
292 iph1->retry_counter = iph1->rmconf->retry_counter;
542 if (oakley_dh_compute(iph1->rmconf->dhgrp, iph1->dhpub,
636 !iph1->rmconf->xauth &&
671 if (iph1->cert != NULL && iph1->rmconf->send_cert)
978 if (oakley_dh_generate(iph1->rmconf->dhgrp,
983 iph1->nonce = eay_set_random(iph1->rmconf->nonce_size);
1020 if (iph1->rmconf->send_cr
1022 && iph1->rmconf->peerscertfile == NULL) {
1055 if (iph1->dpd_support && iph1->rmconf->dpd)
1116 if (iph1->cert != NULL && iph1->rmconf->send_cert)
1264 iph1->retry_counter = iph1->rmconf->retry_counter;