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.c534 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.c3693 case IDTYPE_ASN1DN:
3776 case IDTYPE_ASN1DN:
3995 case IDTYPE_ASN1DN:
4886 return(IDTYPE_ASN1DN);
/external/ipsec-tools/
Dsetup.c360 remoteconf->idvtype = IDTYPE_ASN1DN; in set_certificates()