Home
last modified time | relevance | path

Searched refs:IDTYPE_ASN1DN (Results 1 – 6 of 6) sorted by relevance

/external/ipsec-tools/src/racoon/
Dipsec_doi.h188 #define IDTYPE_ASN1DN 5 macro
Dremoteconf.c532 if (p->idvtype == IDTYPE_ASN1DN) { in dump_rmconf_single()
Dstrnames.c1016 case IDTYPE_ASN1DN: in s_idtype()
Dcfparse.y1308 if ($1 == IDTYPE_ASN1DN) {
1572 if (cur_rmconf->idvtype == IDTYPE_ASN1DN) {
Dipsec_doi.c3697 case IDTYPE_ASN1DN:
3780 case IDTYPE_ASN1DN:
3999 case IDTYPE_ASN1DN:
4900 return(IDTYPE_ASN1DN);
/external/ipsec-tools/
Dsetup.c375 remoteconf->idvtype = IDTYPE_ASN1DN; in set_certificates()