Home | History | Annotate | Download | only in racoon

Lines Matching defs:certtype

1329 		int certtype = 0;
1356 switch (iph1->rmconf->certtype) {
1423 certtype = iph1->rmconf->certtype;
1428 certtype = iph1->cert_p->type;
1434 switch (certtype) {
1456 "no supported certtype %d\n", certtype);
1496 certtype = iph1->rmconf->certtype;
1501 certtype = iph1->cert_p->type;
1508 switch (certtype) {
1525 "no supported certtype %d\n",
1526 certtype);
1640 switch (iph1->rmconf->certtype) {
1655 "Unknown certtype #%d\n",
1656 iph1->rmconf->certtype);
1691 switch (iph1->rmconf->certtype) {
1707 "not supported certtype %d\n",
1708 iph1->rmconf->certtype);
1734 (*certpl)->pl->v[0] = iph1->rmconf->certtype;
1735 (*certpl)->type = iph1->rmconf->certtype;
1852 switch (iph1->rmconf->certtype) {
1886 "Unknown certtype #%d\n",
1887 iph1->rmconf->certtype);
2449 if(iph1->rmconf->certtype == ISAKMP_CERT_NONE) {
2454 buf->v[0] = iph1->rmconf->certtype;
2456 s_isakmp_certtype(iph1->rmconf->certtype));
2478 if (iph1->cr_p->type != iph1->rmconf->certtype) {