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

  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_crld.c 282 ret = set_dist_point_name(&point->distpoint, ctx, cnf);
354 if(!(point->distpoint = DIST_POINT_NAME_new()))
356 point->distpoint->name.fullname = gens;
357 point->distpoint->type = 0;
403 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0),
417 ASN1_EXP_OPT(ISSUING_DIST_POINT, distpoint, DIST_POINT_NAME, 0),
460 ret = set_dist_point_name(&idp->distpoint, ctx, cnf);
541 if (idp->distpoint)
542 print_distpoint(out, idp->distpoint, indent);
554 if (!idp->distpoint && (idp->onlyuser <= 0) && (idp->onlyCA <= 0
    [all...]
v3_purp.c 327 if (!dp->distpoint || (dp->distpoint->type != 1))
341 DIST_POINT_set_dpname(dp->distpoint, iname);
  /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/chrome/common/net/
x509_certificate_model_openssl.cc 833 if (point->distpoint) {
834 switch (point->distpoint->type) {
836 rv += ProcessGeneralNames(point->distpoint->name.fullname);
840 GetKeyValuesFromNameEntries(point->distpoint->name.relativename);
842 // point->distpoint->dpname?
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
x509v3.h 246 DIST_POINT_NAME *distpoint; member in struct:DIST_POINT_st
355 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/boringssl/src/crypto/x509/
x_crl.c 353 DIST_POINT_set_dpname(idp->distpoint, X509_CRL_get_issuer(crl));
x509_vfy.c     [all...]
  /external/openssl/crypto/asn1/
x_crl.c 350 DIST_POINT_set_dpname(idp->distpoint, X509_CRL_get_issuer(crl));
  /external/chromium_org/chrome/third_party/mozilla_security_manager/
nsNSSCertHelper.cpp 801 rv += ProcessGeneralNames(arena.get(), point->distPoint.fullName);
804 rv += ProcessRDN(&point->distPoint.relativeName);
    [all...]
  /external/openssl/crypto/x509/
x509_vfy.c 1287 idp_check_dp(dp->distpoint, crl->idp->distpoint))
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
adb 
  /external/skia/platform_tools/android/bin/linux/
adb 

Completed in 1041 milliseconds