HomeSort by relevance Sort by last modified time
    Searched full:onlyca (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/x509v3/
v3_crld.c 421 ASN1_IMP_OPT(ISSUING_DIST_POINT, onlyCA, ASN1_FBOOLEAN, 2),
471 else if (!strcmp(name, "onlyCA"))
473 if (!X509V3_get_value_bool(cnf, &idp->onlyCA))
546 if (idp->onlyCA > 0)
555 if (!idp->distpoint && (idp->onlyuser <= 0) && (idp->onlyCA <= 0)
x509v3.h 360 int onlyCA;
373 /* onlyCA true */
  /external/openssl/include/openssl/
x509v3.h 360 int onlyCA;
373 /* onlyCA true */
  /external/openssl/crypto/asn1/
x_crl.c 321 if (idp->onlyCA > 0)

Completed in 280 milliseconds