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

  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_crld.c 283 ret = set_dist_point_name(&point->distpoint, ctx, cnf);
355 if(!(point->distpoint = DIST_POINT_NAME_new()))
357 point->distpoint->name.fullname = gens;
358 point->distpoint->type = 0;
405 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0),
419 ASN1_EXP_OPT(ISSUING_DIST_POINT, distpoint, DIST_POINT_NAME, 0),
461 ret = set_dist_point_name(&idp->distpoint, ctx, cnf);
542 if (idp->distpoint)
543 print_distpoint(out, idp->distpoint, indent);
555 if (!idp->distpoint && (idp->onlyuser <= 0) && (idp->onlyCA <= 0
    [all...]
v3err.c 148 {ERR_REASON(X509V3_R_DISTPOINT_ALREADY_SET),"distpoint already set"},
v3_purp.c 331 if (!dp->distpoint || (dp->distpoint->type != 1))
345 DIST_POINT_set_dpname(dp->distpoint, iname);
x509v3.h 249 DIST_POINT_NAME *distpoint; member in struct:DIST_POINT_st
358 DIST_POINT_NAME *distpoint; member in struct:ISSUING_DIST_POINT_st
  /external/openssl/crypto/x509v3/
v3_crld.c 283 ret = set_dist_point_name(&point->distpoint, ctx, cnf);
355 if(!(point->distpoint = DIST_POINT_NAME_new()))
357 point->distpoint->name.fullname = gens;
358 point->distpoint->type = 0;
405 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0),
419 ASN1_EXP_OPT(ISSUING_DIST_POINT, distpoint, DIST_POINT_NAME, 0),
461 ret = set_dist_point_name(&idp->distpoint, ctx, cnf);
542 if (idp->distpoint)
543 print_distpoint(out, idp->distpoint, indent);
555 if (!idp->distpoint && (idp->onlyuser <= 0) && (idp->onlyCA <= 0
    [all...]
v3err.c 148 {ERR_REASON(X509V3_R_DISTPOINT_ALREADY_SET),"distpoint already set"},
v3_purp.c 331 if (!dp->distpoint || (dp->distpoint->type != 1))
345 DIST_POINT_set_dpname(dp->distpoint, iname);
x509v3.h 249 DIST_POINT_NAME *distpoint; member in struct:DIST_POINT_st
358 DIST_POINT_NAME *distpoint; member in struct:ISSUING_DIST_POINT_st
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
x509v3.h 249 DIST_POINT_NAME *distpoint; member in struct:DIST_POINT_st
358 DIST_POINT_NAME *distpoint; member in struct:ISSUING_DIST_POINT_st
  /external/openssl/include/openssl/
x509v3.h 249 DIST_POINT_NAME *distpoint; member in struct:DIST_POINT_st
358 DIST_POINT_NAME *distpoint; member in struct:ISSUING_DIST_POINT_st
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
x_crl.c 349 DIST_POINT_set_dpname(idp->distpoint, X509_CRL_get_issuer(crl));
  /external/openssl/crypto/asn1/
x_crl.c 349 DIST_POINT_set_dpname(idp->distpoint, X509_CRL_get_issuer(crl));
  /external/chromium_org/chrome/third_party/mozilla_security_manager/
nsNSSCertHelper.cpp 789 rv += ProcessGeneralNames(arena.get(), point->distPoint.fullName);
792 rv += ProcessRDN(&point->distPoint.relativeName);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_vfy.c 1276 idp_check_dp(dp->distpoint, crl->idp->distpoint))
1283 if ((!crl->idp || !crl->idp->distpoint) && (crl_score & CRL_SCORE_ISSUER_NAME))
    [all...]
  /external/openssl/crypto/x509/
x509_vfy.c 1276 idp_check_dp(dp->distpoint, crl->idp->distpoint))
1283 if ((!crl->idp || !crl->idp->distpoint) && (crl_score & CRL_SCORE_ISSUER_NAME))
    [all...]

Completed in 508 milliseconds