OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POLICY_CONSTRAINTS
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_pcons.c
77
ASN1_ITEM_ref(
POLICY_CONSTRAINTS
),
86
ASN1_SEQUENCE(
POLICY_CONSTRAINTS
) = {
87
ASN1_IMP_OPT(
POLICY_CONSTRAINTS
, requireExplicitPolicy, ASN1_INTEGER,0),
88
ASN1_IMP_OPT(
POLICY_CONSTRAINTS
, inhibitPolicyMapping, ASN1_INTEGER,1)
89
} ASN1_SEQUENCE_END(
POLICY_CONSTRAINTS
)
91
IMPLEMENT_ASN1_ALLOC_FUNCTIONS(
POLICY_CONSTRAINTS
)
98
POLICY_CONSTRAINTS
*pcons = a;
110
POLICY_CONSTRAINTS
*pcons=NULL;
pcy_cache.c
133
POLICY_CONSTRAINTS
*ext_pcons = NULL;
/external/openssl/crypto/x509v3/
v3_pcons.c
76
ASN1_ITEM_ref(
POLICY_CONSTRAINTS
),
85
ASN1_SEQUENCE(
POLICY_CONSTRAINTS
) = {
86
ASN1_IMP_OPT(
POLICY_CONSTRAINTS
, requireExplicitPolicy, ASN1_INTEGER,0),
87
ASN1_IMP_OPT(
POLICY_CONSTRAINTS
, inhibitPolicyMapping, ASN1_INTEGER,1)
88
} ASN1_SEQUENCE_END(
POLICY_CONSTRAINTS
)
90
IMPLEMENT_ASN1_ALLOC_FUNCTIONS(
POLICY_CONSTRAINTS
)
97
POLICY_CONSTRAINTS
*pcons = a;
109
POLICY_CONSTRAINTS
*pcons=NULL;
pcy_cache.c
133
POLICY_CONSTRAINTS
*ext_pcons = NULL;
x509v3.h
338
}
POLICY_CONSTRAINTS
;
590
DECLARE_ASN1_ALLOC_FUNCTIONS(
POLICY_CONSTRAINTS
)
591
DECLARE_ASN1_ITEM(
POLICY_CONSTRAINTS
)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathValidatorSpi.java
376
criticalExtensions.remove(RFC3280CertPathUtilities.
POLICY_CONSTRAINTS
);
440
criticalExtensions.remove(RFC3280CertPathUtilities.
POLICY_CONSTRAINTS
);
RFC3280CertPathUtilities.java
390
public static final String
POLICY_CONSTRAINTS
= X509Extensions.PolicyConstraints.getId();
[
all
...]
CertPathValidatorUtilities.java
96
protected static final String
POLICY_CONSTRAINTS
= Extension.policyConstraints.getId();
[
all
...]
X509CertificateObject.java
535
|| oidId.equals(RFC3280CertPathUtilities.
POLICY_CONSTRAINTS
)
/external/chromium_org/third_party/boringssl/src/include/openssl/
x509v3.h
335
}
POLICY_CONSTRAINTS
;
589
DECLARE_ASN1_ALLOC_FUNCTIONS(
POLICY_CONSTRAINTS
)
590
DECLARE_ASN1_ITEM(
POLICY_CONSTRAINTS
)
/external/openssl/include/openssl/
x509v3.h
338
}
POLICY_CONSTRAINTS
;
590
DECLARE_ASN1_ALLOC_FUNCTIONS(
POLICY_CONSTRAINTS
)
591
DECLARE_ASN1_ITEM(
POLICY_CONSTRAINTS
)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
X509CertificateObject.java
537
|| oidId.equals(RFC3280CertPathUtilities.
POLICY_CONSTRAINTS
)
/external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar
Completed in 322 milliseconds