Searched refs:certtype (Results 1 - 5 of 5) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dremoteconf.h74 int certtype; /* certificate type if need */ member in struct:remoteconf
H A Doakley.c1329 int certtype = 0; local
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;
[all...]
H A Dremoteconf.c197 new->certtype = ISAKMP_CERT_NONE;
537 p->certtype == ISAKMP_CERT_X509SIGN ? "x509" : "*UNKNOWN*",
H A Dcfparse.y1661 yywarn("This directive without certtype will be removed!\n");
1961 cur_rmconf->certtype = $1;
1983 cur_rmconf->certtype = $1;
2136 if (cur_rmconf->certtype == ISAKMP_CERT_PLAINRSA) {
/external/ipsec-tools/
H A Dsetup.c433 remoteconf->certtype = ISAKMP_CERT_X509SIGN;

Completed in 126 milliseconds