Home
last modified time | relevance | path

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

12345678910>>...69

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DNameConstraints.java16 private GeneralSubtree[] permitted, excluded; field in NameConstraints
41 permitted = createArray(ASN1Sequence.getInstance(o, false)); in NameConstraints()
62 GeneralSubtree[] permitted, in NameConstraints() argument
65 if (permitted != null) in NameConstraints()
67 this.permitted = permitted; in NameConstraints()
90 return permitted; in getPermittedSubtrees()
106 if (permitted != null) in toASN1Primitive()
108 v.add(new DERTaggedObject(false, 0, new DERSequence(permitted))); in toASN1Primitive()
DPKIXNameConstraintValidator.java112 public void intersectPermittedSubtree(GeneralSubtree permitted) in intersectPermittedSubtree() argument
114 intersectPermittedSubtree(new GeneralSubtree[]{permitted}); in intersectPermittedSubtree()
123 public void intersectPermittedSubtree(GeneralSubtree[] permitted) in intersectPermittedSubtree() argument
128 for (int i = 0; i != permitted.length; i++) in intersectPermittedSubtree()
130 GeneralSubtree subtree = permitted[i]; in intersectPermittedSubtree()
352 private void checkPermittedDN(Set permitted, ASN1Sequence dns) in checkPermittedDN() argument
355 if (permitted == null) in checkPermittedDN()
360 if (permitted.isEmpty() && dns.size() == 0) in checkPermittedDN()
364 Iterator it = permitted.iterator(); in checkPermittedDN()
402 private Set intersectDN(Set permitted, Set dns) in intersectDN() argument
[all …]
DNameConstraintValidator.java11 void intersectPermittedSubtree(GeneralSubtree permitted); in intersectPermittedSubtree() argument
13 void intersectPermittedSubtree(GeneralSubtree[] permitted); in intersectPermittedSubtree() argument
/external/bouncycastle/bcprov/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/libcap-ng/libcap-ng-0.7/src/
Dcap-ng.c199 m.data.v1.permitted = 0x7FFFFFFFU; in capng_fill()
203 m.data.v3[0].permitted = 0xFFFFFFFFU; in capng_fill()
206 m.data.v3[1].permitted = 0xFFFFFFFFU; in capng_fill()
306 m.data.v3[0].permitted = FIXUP(filedata->data[0].permitted); in load_data()
307 m.data.v3[1].permitted = FIXUP(filedata->data[1].permitted); in load_data()
312 m.data.v3[0].permitted | m.data.v3[0].inheritable; in load_data()
314 m.data.v3[1].permitted | m.data.v3[1].inheritable; in load_data()
369 m.data.v3[idx].permitted |= MASK(capability); in update_permitted()
371 m.data.v3[idx].permitted &= ~(MASK(capability)); in update_permitted()
408 v1_update(action, capability, &m.data.v1.permitted); in capng_update()
[all …]
/external/llvm/test/CodeGen/Mips/
Dno-odd-spreg-msa.ll19 ; The intention is that if odd single precision registers are permitted, the
23 ; On the other hand, if odd single precision registers are not permitted, it
53 ; The intention is that if odd single precision registers are permitted, the
57 ; On the other hand, if odd single precision registers are not permitted, it
85 ; The intention is that if odd single precision registers are permitted, the
88 ; On the other hand, if odd single precision registers are not permitted, it
113 ; The intention is that if odd single precision registers are permitted, the
116 ; On the other hand, if odd single precision registers are not permitted, it
Dno-odd-spreg.ll17 ; The intention is that if odd single precision registers are permitted, the
20 ; On the other hand, if odd single precision registers are not permitted, it
58 ; INVALID: -mattr=+nooddspreg is not currently permitted for a 32-bit FPU register file (FR=0 mode).
/external/valgrind/helgrind/tests/
Dtc20_verifywrap.stderr.exp-solaris61 with error code 1 (EPERM: Operation not permitted)
69 with error code 1 (EPERM: Operation not permitted)
77 with error code 1 (EPERM: Operation not permitted)
92 with error code 1 (EPERM: Operation not permitted)
110 with error code 1 (EPERM: Operation not permitted)
145 with error code 1 (EPERM: Operation not permitted)
171 with error code 1 (EPERM: Operation not permitted)
198 with error code 1 (EPERM: Operation not permitted)
227 with error code 1 (EPERM: Operation not permitted)
/external/strace/
Dcapability.c62 uint32_t permitted; member
130 print_cap_bits(data[0].permitted, len > 1 ? data[1].permitted : 0); in print_cap_data()
/external/kernel-headers/original/uapi/linux/
Dcapability.h47 __u32 permitted; member
72 __le32 permitted; /* Little endian */ member
/external/libcap/libcap/include/uapi/linux/
Dcapability.h47 __u32 permitted; member
72 __le32 permitted; /* Little endian */ member
/external/squashfs-tools/squashfs-tools/
Dandroid.c107 cap_data.data[0].permitted = (uint32_t) capabilities; in set_caps()
109 cap_data.data[1].permitted = (uint32_t) (capabilities >> 32); in set_caps()
/external/libchrome/sandbox/linux/services/
Dcredentials.cc190 data[index].permitted |= mask; in SetCapabilitiesOnCurrentThread()
218 if (data[i].effective || data[i].permitted || data[i].inheritable) { in HasAnyCapability()
237 return (data[index].effective | data[index].permitted | in HasCapability()
/external/llvm/test/MC/ARM/
Deh-directive-movsp-diagnostics.s42 @ CHECK: error: sp and pc are not permitted in .movsp directive
56 @ CHECK: error: sp and pc are not permitted in .movsp directive
/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/ipsec-tools/
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/iw/
DCONTRIBUTING21 Everyone is permitted to copy and distribute verbatim copies of this
38 permitted to submit under a different license), as indicated
/external/libxml2/result/schematron/
Dzvon6_2.err2 /AAA line 1: The AAA value is not permitted.
/external/libchrome/sandbox/linux/system_headers/
Dcapability.h38 uint32_t permitted; member
/external/opencv/
DNOTICE15 are permitted provided that the following conditions are met:
59 * modification, are permitted provided that the following conditions
91 * without modification, are permitted provided that the following
134 // modification, are permitted provided that the following conditions are met:
165 // * modification, are permitted provided that the following conditions
213 with or without modification, are permitted provided
251 modification, are permitted provided that the following conditions
296 // are permitted provided that the following conditions are met:
338 // are permitted provided that the following conditions are met:
380 // are permitted provided that the following conditions are met:
[all …]
/external/netcat/
DNOTICE9 * modification, are permitted provided that the following conditions
37 * modification, are permitted provided that the following conditions
62 * modification, are permitted provided that the following conditions
/external/hyphenation-patterns/en-US/
DNOTICE3 % are permitted in any medium without royalty provided the copyright
/external/valgrind/memcheck/tests/linux/
Dcapget.c30 d.permitted, in main()
/external/dhcpcd-6.8.2/
DNOTICE6 modification, are permitted provided that the following conditions
59 modification, are permitted provided that the following conditions
107 permitted provided that due credit is given to the author and the
117 modification, are permitted provided that the following conditions
/external/libxml2/test/schematron/
Dzvon6.sct5 …"normalize-space(.) = 'aaa' or normalize-space(.) = 'bbb'">The AAA value is not permitted.</assert>

12345678910>>...69