HomeSort by relevance Sort by last modified time
    Searched defs:idp (Results 1 - 8 of 8) sorted by null

  /external/openssl/crypto/x509v3/
v3_crld.c 449 ISSUING_DIST_POINT *idp = NULL; local
453 idp = ISSUING_DIST_POINT_new();
454 if (!idp)
461 ret = set_dist_point_name(&idp->distpoint, ctx, cnf);
468 if (!X509V3_get_value_bool(cnf, &idp->onlyuser))
473 if (!X509V3_get_value_bool(cnf, &idp->onlyCA))
478 if (!X509V3_get_value_bool(cnf, &idp->onlyattr))
483 if (!X509V3_get_value_bool(cnf, &idp->indirectCRL))
488 if (!set_reasons(&idp->onlysomereasons, val))
498 return idp;
541 ISSUING_DIST_POINT *idp = pidp; local
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
IssuingDistributionPoint.java 69 IssuingDistributionPoint idp = local
71 idp.encoding = encoding;
72 return idp;
203 IssuingDistributionPoint idp =
207 idp.encoding = in.getEncoded();
209 idp.setOnlyContainsUserCerts(
213 idp.setOnlyContainsCACerts(
217 idp.setIndirectCRL(
221 idp.setOnlyContainsAttributeCerts(
224 return idp;
    [all...]
  /external/iproute2/ip/
xfrm_policy.c 179 char *idp = NULL; local
199 if (idp) {
203 idp = *argv;
xfrm_state.c 239 char *idp = NULL; local
416 if (idp)
418 idp = *argv;
434 if (!idp) {
515 char *idp = NULL; local
567 if (idp)
569 idp = *argv;
584 if (!idp) {
761 char *idp = NULL; local
773 if (idp)
880 char *idp = NULL; local
    [all...]
  /external/tcpdump/
print-icmp.c 450 register const struct id_rdiscovery *idp; local
486 idp = (struct id_rdiscovery *)&dp->icmp_data;
488 TCHECK(*idp);
490 ipaddr_string(&idp->ird_addr),
491 EXTRACT_32BITS(&idp->ird_pref));
493 ++idp;
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java 64 * If the complete CRL includes an issuing distribution point (IDP) CRL
67 * (i) If the distribution point name is present in the IDP CRL extension
69 * the names in the IDP matches one of the names in the DP. If the
70 * distribution point name is present in the IDP CRL extension and the
72 * names in the IDP matches one of the names in the cRLIssuer field of the
76 * (ii) If the onlyContainsUserCerts boolean is asserted in the IDP CRL
81 * (iii) If the onlyContainsCACerts boolean is asserted in the IDP CRL
100 IssuingDistributionPoint idp = null; local
103 idp = IssuingDistributionPoint.getInstance(CertPathValidatorUtilities.getExtensionValue(crl,
112 if (idp != null
287 DERObject idp = CertPathValidatorUtilities.getExtensionValue(crl, ISSUING_DISTRIBUTION_POINT); local
348 IssuingDistributionPoint idp = null; local
    [all...]
  /external/openssl/crypto/x509/
x509.h 470 ISSUING_DIST_POINT *idp; member in struct:X509_crl_st
471 /* Convenient breakdown of IDP */
    [all...]
  /external/openssl/include/openssl/
x509.h 470 ISSUING_DIST_POINT *idp; member in struct:X509_crl_st
471 /* Convenient breakdown of IDP */
    [all...]

Completed in 240 milliseconds