Home
last modified time | relevance | path

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

12345678910>>...55

/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()
64 GeneralSubtree[] permitted, in NameConstraints() argument
67 this.permitted = cloneSubtree(permitted); in NameConstraints()
85 return cloneSubtree(permitted); in getPermittedSubtrees()
101 if (permitted != null) in toASN1Primitive()
103 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.c63 uint32_t permitted; member
133 print_cap_bits(data[0].permitted, len > 1 ? data[1].permitted : 0); in print_cap_data()
/external/openssh/openbsd-compat/
Dport-aix.c238 int result, permitted = 0; in sys_auth_allowed_user() local
253 permitted = 1; in sys_auth_allowed_user()
260 permitted = 1; in sys_auth_allowed_user()
268 if (!permitted) in sys_auth_allowed_user()
271 return permitted; in sys_auth_allowed_user()
/external/curl/docs/cmdline-opts/
Dproto.d13 Permit this protocol in addition to protocols already permitted (this is
17 Deny this protocol, removing it from the list of protocols already permitted.
20 Permit only this protocol (ignoring the list already permitted), though
/external/kernel-headers/original/uapi/linux/
Dcapability.h45 __u32 permitted; member
70 __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.c112 cap_data.data[0].permitted = (uint32_t) capabilities; in set_caps()
114 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/libxml2/result/schematron/
Dzvon6_2.err2 /AAA line 1: The AAA value is not permitted.
/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/libchrome/sandbox/linux/system_headers/
Dcapability.h38 uint32_t permitted; member
/external/v8/tools/clang/blink_gc_plugin/tests/
Dpure_virtual_trace.txt2 ./pure_virtual_trace.h:14:5: warning: [blink-gc] Garbage collected class 'A' is not permitted to de…
Dclass_overrides_new.txt2 …h:13:5: warning: [blink-gc] Garbage collected class 'HeapObject' is not permitted to override its …
/external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/
Dpure_virtual_trace.txt2 ./pure_virtual_trace.h:14:5: warning: [blink-gc] Garbage collected class 'A' is not permitted to de…
/external/valgrind/memcheck/tests/linux/
Dcapget.c30 d.permitted, in main()

12345678910>>...55