/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | NameConstraints.java | 16 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()
|
D | PKIXNameConstraintValidator.java | 130 public void intersectPermittedSubtree(GeneralSubtree permitted) in intersectPermittedSubtree() argument 132 intersectPermittedSubtree(new GeneralSubtree[]{permitted}); in intersectPermittedSubtree() 141 public void intersectPermittedSubtree(GeneralSubtree[] permitted) in intersectPermittedSubtree() argument 146 for (int i = 0; i != permitted.length; i++) in intersectPermittedSubtree() 148 GeneralSubtree subtree = permitted[i]; in intersectPermittedSubtree() 404 private void checkPermittedDN(Set permitted, ASN1Sequence dns) in checkPermittedDN() argument 407 if (permitted == null) in checkPermittedDN() 412 if (permitted.isEmpty() && dns.size() == 0) in checkPermittedDN() 416 Iterator it = permitted.iterator(); in checkPermittedDN() 454 private Set intersectDN(Set permitted, Set dns) in intersectDN() argument [all …]
|
D | NameConstraintValidator.java | 11 void intersectPermittedSubtree(GeneralSubtree permitted); in intersectPermittedSubtree() argument 13 void intersectPermittedSubtree(GeneralSubtree[] permitted); in intersectPermittedSubtree() argument
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/ |
D | PKIXNameConstraintValidator.java | 134 public void intersectPermittedSubtree(GeneralSubtree permitted) in intersectPermittedSubtree() argument 136 intersectPermittedSubtree(new GeneralSubtree[]{permitted}); in intersectPermittedSubtree() 145 public void intersectPermittedSubtree(GeneralSubtree[] permitted) in intersectPermittedSubtree() argument 150 for (int i = 0; i != permitted.length; i++) in intersectPermittedSubtree() 152 GeneralSubtree subtree = permitted[i]; in intersectPermittedSubtree() 408 private void checkPermittedDN(Set permitted, ASN1Sequence dns) in checkPermittedDN() argument 411 if (permitted == null) in checkPermittedDN() 416 if (permitted.isEmpty() && dns.size() == 0) in checkPermittedDN() 420 Iterator it = permitted.iterator(); in checkPermittedDN() 458 private Set intersectDN(Set permitted, Set dns) in intersectDN() argument [all …]
|
D | NameConstraints.java | 20 private GeneralSubtree[] permitted, excluded; field in NameConstraints 45 permitted = createArray(ASN1Sequence.getInstance(o, false)); in NameConstraints() 68 GeneralSubtree[] permitted, in NameConstraints() argument 71 this.permitted = cloneSubtree(permitted); in NameConstraints() 89 return cloneSubtree(permitted); in getPermittedSubtrees() 105 if (permitted != null) in toASN1Primitive() 107 v.add(new DERTaggedObject(false, 0, new DERSequence(permitted))); in toASN1Primitive()
|
D | NameConstraintValidator.java | 15 void intersectPermittedSubtree(GeneralSubtree permitted); in intersectPermittedSubtree() argument 17 void intersectPermittedSubtree(GeneralSubtree[] permitted); in intersectPermittedSubtree() argument
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | PKIXNameConstraintValidator.java | 83 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/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ |
D | PKIXNameConstraintValidator.java | 87 private void checkPermittedDN(Set permitted, ASN1Sequence dns) in checkPermittedDN() argument 90 if (permitted == null) in checkPermittedDN() 95 if (permitted.isEmpty() && dns.size() == 0) in checkPermittedDN() 99 Iterator it = permitted.iterator(); in checkPermittedDN() 137 private Set intersectDN(Set permitted, Set dns) in intersectDN() argument 144 if (permitted == null) in intersectDN() 153 Iterator _iter = permitted.iterator(); in intersectDN() 212 private Set intersectEmail(Set permitted, Set emails) in intersectEmail() argument 220 if (permitted == null) in intersectEmail() 229 Iterator it2 = permitted.iterator(); in intersectEmail() [all …]
|
/external/libcap-ng/libcap-ng-0.7/src/ |
D | cap-ng.c | 199 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/ |
D | no-odd-spreg-msa.ll | 19 ; 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
|
D | no-odd-spreg.ll | 17 ; 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | no-odd-spreg-msa.ll | 19 ; 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
|
D | no-odd-spreg.ll | 17 ; 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 61 ; INVALID: -mattr=+nooddspreg is not currently permitted for a 32-bit FPU register file (FR=0 mode).
|
/external/kernel-headers/original/uapi/linux/ |
D | capability.h | 46 __u32 permitted; member 75 __le32 permitted; /* Little endian */ member 86 __le32 permitted; /* Little endian */ member
|
/external/openssh/openbsd-compat/ |
D | port-aix.c | 238 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/strace/ |
D | capability.c | 63 uint32_t permitted; member 133 print_cap_bits(data[0].permitted, len > 1 ? data[1].permitted : 0); in print_cap_data()
|
/external/curl/docs/cmdline-opts/ |
D | proto.d | 13 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/libcap/libcap/include/uapi/linux/ |
D | capability.h | 47 __u32 permitted; member 72 __le32 permitted; /* Little endian */ member
|
/external/squashfs-tools/squashfs-tools/ |
D | android.c | 112 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/llvm/test/MC/ARM/ |
D | eh-directive-movsp-diagnostics.s | 42 @ CHECK: error: sp and pc are not permitted in .movsp directive 56 @ CHECK: error: sp and pc are not permitted in .movsp directive
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | eh-directive-movsp-diagnostics.s | 42 @ 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/ |
D | NOTICE | 5 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/ |
D | NOTICE | 5 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/u-boot/Licenses/ |
D | r8a779x_usb3.txt | 4 Redistribution and use in binary form, without modification, are permitted 14 not permitted.
|
/external/newfs_msdos/ |
D | LICENSE | 5 modification, are permitted provided that the following conditions 35 modification, are permitted provided that the following conditions 63 modification, are permitted provided that the following conditions
|