HomeSort by relevance Sort by last modified time
    Searched refs:IDTYPE_ASN1DN (Results 1 - 7 of 7) sorted by null

  /external/ipsec-tools/src/racoon/
ipsec_doi.h 188 #define IDTYPE_ASN1DN 5
cftoken.l 552 asn1dn { YYD; yylval.num = IDTYPE_ASN1DN; return(IDENTIFIERTYPE); }
553 certname { YYD; yywarn("certname will be obsoleted in near future."); yylval.num = IDTYPE_ASN1DN; return(IDENTIFIERTYPE); }
remoteconf.c 534 if (p->idvtype == IDTYPE_ASN1DN) {
cfparse.y 1308 if ($1 == IDTYPE_ASN1DN) {
    [all...]
ipsec_doi.c     [all...]
strnames.c 1016 case IDTYPE_ASN1DN:
  /external/ipsec-tools/
setup.c 360 remoteconf->idvtype = IDTYPE_ASN1DN;

Completed in 327 milliseconds