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

  /external/openssl/crypto/x509v3/
v3_ocsp.c 162 if (a->crlUrl)
165 if (!ASN1_STRING_print(bp, (ASN1_STRING*)a->crlUrl)) goto err;
  /external/openssl/crypto/ocsp/
ocsp_asn.c 170 ASN1_EXP_OPT(OCSP_CRLID, crlUrl, ASN1_IA5STRING, 0),
ocsp_ext.c 432 if (!(cid->crlUrl = ASN1_IA5STRING_new())) goto err;
433 if (!(ASN1_STRING_set(cid->crlUrl, url, -1))) goto err;
ocsp.h 333 * crlUrl [0] EXPLICIT IA5String OPTIONAL,
339 ASN1_IA5STRING *crlUrl;
  /external/openssl/include/openssl/
ocsp.h 333 * crlUrl [0] EXPLICIT IA5String OPTIONAL,
339 ASN1_IA5STRING *crlUrl;

Completed in 3459 milliseconds