Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Doakley.c1326 int certtype = 0; local
1353 switch (iph1->rmconf->certtype) {
1420 certtype = iph1->rmconf->certtype;
1425 certtype = iph1->cert_p->type;
1431 switch (certtype) {
1453 "no supported certtype %d\n", certtype);
1493 certtype = iph1->rmconf->certtype;
1498 certtype = iph1->cert_p->type;
1505 switch (certtype) {
1523 certtype);
[all …]
Dremoteconf.h74 int certtype; /* certificate type if need */ member
Dremoteconf.c197 new->certtype = ISAKMP_CERT_NONE; in newrmconf()
537 p->certtype == ISAKMP_CERT_X509SIGN ? "x509" : "*UNKNOWN*", in dump_rmconf_single()
Dcfparse.y1961 cur_rmconf->certtype = $1;
1983 cur_rmconf->certtype = $1;
2136 if (cur_rmconf->certtype == ISAKMP_CERT_PLAINRSA) {
/external/ipsec-tools/
Dsetup.c88 remoteconf.certtype = ISAKMP_CERT_X509SIGN; in set_default()