Home | History | Annotate | Download | only in racoon

Lines Matching refs:rmconf

1347 		switch (iph1->rmconf->getcert_method) {
1356 switch (iph1->rmconf->certtype) {
1358 if (iph1->rmconf->peerscertfile == NULL) {
1387 if (iph1->rmconf->peerscertfile != NULL) {
1411 iph1->rmconf->getcert_method);
1416 if (iph1->rmconf->verify_cert &&
1421 if (iph1->rmconf->verify_cert
1422 && iph1->rmconf->getcert_method == ISAKMP_GETCERT_PAYLOAD) {
1423 certtype = iph1->rmconf->certtype;
1439 if (iph1->rmconf->cacertfile != NULL) {
1442 iph1->rmconf->cacertfile);
1468 if (iph1->rmconf->verify_cert){
1496 certtype = iph1->rmconf->certtype;
1562 if (iph1->rmconf->xauth)
1640 switch (iph1->rmconf->certtype) {
1656 iph1->rmconf->certtype);
1680 certfile = iph1->rmconf->mycertfile;
1683 certfile = iph1->rmconf->peerscertfile;
1691 switch (iph1->rmconf->certtype) {
1708 iph1->rmconf->certtype);
1734 (*certpl)->pl->v[0] = iph1->rmconf->certtype;
1735 (*certpl)->type = iph1->rmconf->certtype;
1852 switch (iph1->rmconf->certtype) {
1855 if (iph1->rmconf->myprivfile == NULL) {
1863 iph1->rmconf->myprivfile);
1887 iph1->rmconf->certtype);
2233 if(iph1->rmconf->verify_cert &&
2276 if(iph1->rmconf->verify_cert &&
2449 if(iph1->rmconf->certtype == ISAKMP_CERT_NONE) {
2450 buf->v[0] = iph1->rmconf->cacerttype;
2452 s_isakmp_certtype(iph1->rmconf->cacerttype));
2454 buf->v[0] = iph1->rmconf->certtype;
2456 s_isakmp_certtype(iph1->rmconf->certtype));
2478 if (iph1->cr_p->type != iph1->rmconf->certtype) {
2539 if (iph1->rmconf->verify_identifier) {