Home
last modified time | relevance | path

Searched refs:permitted (Results 1 – 25 of 997) sorted by relevance

12345678910>>...40

/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
DNameConstraints.java17 private ASN1Sequence permitted, excluded; field in NameConstraints
28 permitted = ASN1Sequence.getInstance(o, false); in NameConstraints()
49 Vector permitted, in NameConstraints() argument
52 if (permitted != null) in NameConstraints()
54 this.permitted = createSequence(permitted); in NameConstraints()
76 return permitted; in getPermittedSubtrees()
92 if (permitted != null) in toASN1Object()
94 v.add(new DERTaggedObject(false, 0, permitted)); in toASN1Object()
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
DPKIXNameConstraintValidator.java83 private void checkPermittedDN(Set permitted, ASN1Sequence dns) in checkPermittedDN() argument
86 if (permitted == null) in checkPermittedDN()
91 if (permitted.isEmpty() && dns.size() == 0) in checkPermittedDN()
95 Iterator it = permitted.iterator(); in checkPermittedDN()
133 private Set intersectDN(Set permitted, Set dns) in intersectDN() argument
140 if (permitted == null) in intersectDN()
149 Iterator _iter = permitted.iterator(); in intersectDN()
208 private Set intersectEmail(Set permitted, Set emails) in intersectEmail() argument
216 if (permitted == null) in intersectEmail()
225 Iterator it2 = permitted.iterator(); in intersectEmail()
[all …]
/external/ipsec-tools/src/racoon/
DNOTICE5 modification, are permitted provided that the following conditions
34 modification, are permitted provided that the following conditions
63 modification, are permitted provided that the following conditions
92 modification, are permitted provided that the following conditions
120 modification, are permitted provided that the following conditions
149 modification, are permitted provided that the following conditions
179 modification, are permitted provided that the following conditions
208 modification, are permitted provided that the following conditions
240 modification, are permitted provided that the following conditions
270 modification, are permitted provided that the following conditions
[all …]
/external/fsck_msdos/
DNOTICE6 * modification, are permitted provided that the following conditions
40 * modification, are permitted provided that the following conditions
74 * modification, are permitted provided that the following conditions
/external/bouncycastle/src/main/java/org/bouncycastle/x509/
DCertPathReviewerMessages.properties12 # cert DN is not in the permitted tree
14 CertPathReviewer.notPermittedDN.title = Name constraint error: certificate DN is not permitted
15 …tPathReviewer.notPermittedDN.text = Name constraint error: the certificate DN {0} is not permitted.
16 CertPathReviewer.notPermittedDN.summary = Name constraint error: certificate DN is not permitted.
17 …etails = Name constraint checking error. The certificate DN {0} is not in the permitted set of DNs.
26 # cert email is not in the permitted tree
28 CertPathReviewer.notPermittedEmail.title = Name constraint error: not permitted email address
29 …rmittedEmail.text = Name constraint error: certificate contains the not permitted email address {0…
30 CertPathReviewer.notPermittedEmail.summary = Name constraint error: not permitted email address.
31 …ror. The certificate contains the email address {0} which is not in the permitted set of email add…
[all …]
/external/ipsec-tools/src/libipsec/
DNOTICE5 modification, are permitted provided that the following conditions
34 modification, are permitted provided that the following conditions
/external/ppp/pppd/
DNOTICE9 modification, are permitted provided that the following conditions
47 modification, are permitted provided that the following conditions
84 modification, are permitted provided that the following conditions
111 modification, are permitted provided that the following conditions
172 modification, are permitted provided that the following conditions
/external/tcpdump/
DLICENSE4 modification, are permitted provided that the following conditions
DNOTICE4 modification, are permitted provided that the following conditions
/external/libpcap/
DNOTICE4 modification, are permitted provided that the following conditions
DLICENSE4 modification, are permitted provided that the following conditions
/external/chromium/third_party/icu/source/data/brkitr/
Dcjdict.txt9 …Redistribution and use in source and binary forms, with or without modification, are permitted pro…
45 * modification, are permitted provided that the following conditions
78 * modification, are permitted provided that the following conditions
117 Use, reproduction, and distribution of this software is permitted.
/external/genext2fs/m4/
Dac_func_scanf_can_malloc.m45 dnl are permitted in any medium without royalty provided the copyright
/external/webkit/WebCore/svg/
DSVGFEFuncRElement.idl5 * modification, are permitted provided that the following conditions
DSVGFEFuncBElement.idl5 * modification, are permitted provided that the following conditions
DSVGTRefElement.idl5 * modification, are permitted provided that the following conditions
DSVGStopElement.idl5 * modification, are permitted provided that the following conditions
DSVGFontFaceSrcElement.idl5 * modification, are permitted provided that the following conditions
DSVGTitleElement.idl5 * modification, are permitted provided that the following conditions
DSVGFEFuncAElement.idl5 * modification, are permitted provided that the following conditions
DSVGDefsElement.idl5 * modification, are permitted provided that the following conditions
DSVGFontFaceNameElement.idl5 * modification, are permitted provided that the following conditions
DSVGMissingGlyphElement.idl5 * modification, are permitted provided that the following conditions
/external/webkit/WebCore/html/canvas/
DWebGLFramebuffer.idl5 * modification, are permitted provided that the following conditions
/external/webkit/WebKitTools/WebKitLauncher/Configurations/
DWebKitNightlyEnabler.xcconfig4 // modification, are permitted provided that the following conditions

12345678910>>...40