HomeSort by: relevance | last modified time | path
    Searched refs:asn1dn (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/samples/roadwarrior/server/
racoon.conf 10 my_identifier asn1dn;
  /src/crypto/dist/ipsec-tools/src/racoon/
eaytest.c 232 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)
    [all...]
oakley.c 2197 vchar_t *buf, *asn1dn = NULL; local
2206 asn1dn = eay_get_x509asn1issuername(rmconf->peerscert);
2209 asn1dn = eay_get_x509asn1subjectname(rmconf->cacert);
2213 if (asn1dn == NULL) {
2219 buf = vmalloc(1 + asn1dn->l);
2224 memcpy(&buf->v[1], asn1dn->v, asn1dn->l);
2234 vfree(asn1dn);

Completed in 20 milliseconds