Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Deaytest.c232 vchar_t *asn1dn = NULL, asn1dn0; local
291 asn1dn = eay_str2asn1dn(dnstr, strlen(dnstr));
292 if (asn1dn == NULL || asn1dn->l != asn1dn0.l)
296 printf("asn1dn length mismatched (%zu != %zu).\n", asn1dn ? asn1dn->l : -1, asn1dn0.l);
297 for (cp = asn1dn->v, i = 0; i < asn1dn->l; i++)
302 errx(1, "asn1dn length mismatched (%zu != %zu).\n", asn1dn ? asn1dn->l : -1, asn1dn0.l);
310 if (eay_cmp_asn1dn(&asn1dn0, asn1dn))
312 vfree(asn1dn);
317 asn1dn = eay_str2asn1dn(dnstr_w1, strlen(dnstr_w1));
318 if (asn1dn == NULL || asn1dn->l == asn1dn0.l)
[all …]
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/
Dracoon.conf10 my_identifier asn1dn;
Dracoon.conf-radius10 my_identifier asn1dn;
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-inherit15 my_identifier asn1dn;
Dracoon.conf.in59 my_identifier asn1dn;
Dracoon.conf.sample-natt65 my_identifier asn1dn;