| /netbsd-src/external/mpl/bind/dist/bin/tests/system/cds/ |
| H A D | tests.sh | 74 testcase 1 $CDS 78 testcase 1 $CDS $Z 82 testcase 1 $CDS -d . $Z 86 testcase 1 $CDS -d empty $Z 90 testcase 1 $CDS -d DS.1 $Z 94 testcase 1 $CDS -f db.null -d DS.1 $Z 98 testcase 1 $CDS -f sig.null -d DS.1 $Z 102 testcase 1 $CDS -v1 -f sig.null -d DS.1 $Z 107 testcase 0 $CDS -v1 -s -7200 -f sig.null -d DS.1 $Z 111 testcase 0 $CDS -s -7200 -f sig.null -d DS.1 $Z [all …]
|
| H A D | setup.sh | 51 sed 's/ IN DS / IN CDS /' <DS.$n >>CDS.$n 52 sed 's/ IN DS / IN CDS /' <DS.$n-1 >>CDS.$n-1 53 sed 's/ IN DS / IN CDS /' <DS.$n-2 >>CDS.$n-2 108 cat sig.null CDS.1 >brk.unsigned-cds 110 cat db.null CDS.1 | sign cds.1 111 cat db.null CDS.2 | sign cds.2 112 cat db.null CDS.1 CDS.2 | sign cds.both 117 cat db.null CDS.2 CDNSKEY.2 | sign cds.cdnskey.2 118 cat db.null CDS.1 CDNSKEY.2 | sign cds1.cdnskey2 120 cat db.null CDS.2-1 | sign cds.2.sha1 [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | LoopUnrollAnalyzer.cpp | 114 ConstantDataSequential *CDS = in visitLoad() local 116 if (!CDS) in visitLoad() 122 if (CDS->getElementType() != I.getType()) in visitLoad() 125 unsigned ElemSize = CDS->getElementType()->getPrimitiveSizeInBits() / 8U; in visitLoad() 135 if (Index >= CDS->getNumElements()) { in visitLoad() 141 Constant *CV = CDS->getElementAsConstant(Index); in visitLoad()
|
| H A D | TargetTransformInfo.cpp | 687 } else if (const auto *CDS = dyn_cast<ConstantDataSequential>(V)) { in getOperandInfo() local 689 for (unsigned I = 0, E = CDS->getNumElements(); I != E; ++I) { in getOperandInfo() 690 if (auto *CI = dyn_cast<ConstantInt>(CDS->getElementAsConstant(I))) in getOperandInfo()
|
| /netbsd-src/external/mpl/bind/dist/bin/dnssec/ |
| H A D | dnssec-cds.rst | 18 dnssec-cds - change DS records for a child zone based on CDS/CDNSKEY 30 based on CDS or CDNSKEY records published in the child zone. If both CDS 31 and CDNSKEY records are present in the child zone, the CDS is preferred. 38 file containing the child's CDS and/or CDNSKEY records, plus RRSIG and 46 specified by :rfc:`7344`. It requires that the CDS and/or CDNSKEY records 63 change is required. The output can be empty if the CDS/CDNSKEY records 79 When converting CDS records to DS records, this option specifies 81 that multiple digest types are allowed. If none of the CDS records 99 This option generates DS records from CDNSKEY records if both CDS and CDNSKEY 100 records are present in the child zone. By default CDS records are [all …]
|
| H A D | dnssec-dsfromkey.rst | 36 (RRs), or CDS (Child DS) RRs with the :option:`-C` option. 87 This option generates CDS records rather than DS records. 159 :rfc:`6605` (SHA-384 for DS RRs), :rfc:`7344` (CDS and CDNSKEY RRs).
|
| H A D | dnssec-settime.rst | 143 This option sets the date on which CDS and CDNSKEY records that match this key 179 This option sets the date on which the CDS and CDNSKEY records that match this 261 date, ``Psync`` for the CDS and CDNSKEY publication date, ``A`` for the 264 and ``Dsync`` for the CDS and CDNSKEY deletion date. To print all of the
|
| H A D | dnssec-importkey.rst | 111 This option sets the date on which CDS and CDNSKEY records that match this key 125 This option sets the date on which the CDS and CDNSKEY records that match this
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/resolver/ns6/ |
| H A D | delegation-only.db | 17 ; Delegation only test CDS and CDNSKEY records. These should be 22 @ IN CDS 12023 7 2 36FB69A752615831B47EA6EF9EA4619D0FB08ABDA69EA3ED200F4C02FF4921D4 25 ; Delegation only test CDS and CDNSKEY records. These should be rejected 30 cds IN CDS 21366 7 1 E6C1716CFB6BDC84E84CE1AB5510DAC69173B5B2
|
| /netbsd-src/external/mit/libcbor/dist/doc/source/api/ |
| H A D | decoding.rst | 21 │ │ │ CDS │ ║ │ │ 36 (PSD = Provided Data Structures, CDS = Custom Data Structures)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 108 if (const ConstantDataSequential *CDS = dyn_cast<ConstantDataSequential>(C)) { in IsNullTerminatedString() local 109 unsigned NumElts = CDS->getNumElements(); in IsNullTerminatedString() 112 if (CDS->getElementAsInteger(NumElts-1) != 0) in IsNullTerminatedString() 117 if (CDS->getElementAsInteger(i) == 0) in IsNullTerminatedString()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2666 if (const ConstantDataSequential *CDS = dyn_cast<ConstantDataSequential>(V)) in isRepeatedByteSequence() local 2667 return isRepeatedByteSequence(CDS); in isRepeatedByteSequence() 2673 const ConstantDataSequential *CDS, in emitGlobalConstantDataSequential() argument 2676 int Value = isRepeatedByteSequence(CDS, DL); in emitGlobalConstantDataSequential() 2678 uint64_t Bytes = DL.getTypeAllocSize(CDS->getType()); in emitGlobalConstantDataSequential() 2685 if (CDS->isString()) in emitGlobalConstantDataSequential() 2686 return AP.OutStreamer->emitBytes(CDS->getAsString()); in emitGlobalConstantDataSequential() 2689 unsigned ElementByteSize = CDS->getElementByteSize(); in emitGlobalConstantDataSequential() 2690 if (isa<IntegerType>(CDS->getElementType())) { in emitGlobalConstantDataSequential() 2691 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) { in emitGlobalConstantDataSequential() [all …]
|
| /netbsd-src/external/mpl/bind/dist/fuzz/dns_rdata_fromtext.in/ |
| H A D | cds | 1 IN CDS 30795 1 1 ( 310D27F4D82C1FC2400704EA9939FE6E1CEA A3B9 )
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/checkzone/zones/ |
| H A D | good-cds-unsigned.db | 14 example. 0 CDS 0 0 0 00
|
| H A D | good-cds.db | 15 example. 0 CDS 14364 10 2 FD03B2312C8F0FE72C1751EFA1007D743C94EC91594FF0047C23C37CE119BA0C
|
| H A D | bad-cds.db | 15 example. 0 CDS 14364 14 2 FD03B2312C8F0FE72C1751EFA1007D743C94EC91594FF0047C23C37CE119BA0B
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86MCInstLower.cpp | 2248 if (auto *CDS = dyn_cast<ConstantDataSequential>(C)) { in addConstantComments() local 2251 for (int i = 0, NumElements = CDS->getNumElements(); i < NumElements; in addConstantComments() 2255 if (CDS->getElementType()->isIntegerTy()) in addConstantComments() 2256 printConstant(CDS->getElementAsAPInt(i), CS); in addConstantComments() 2257 else if (CDS->getElementType()->isHalfTy() || in addConstantComments() 2258 CDS->getElementType()->isFloatTy() || in addConstantComments() 2259 CDS->getElementType()->isDoubleTy()) in addConstantComments() 2260 printConstant(CDS->getElementAsAPFloat(i), CS); in addConstantComments()
|
| /netbsd-src/external/mpl/bind/dist/doc/dnssec-guide/ |
| H A D | signing.rst | 857 so let's examine two more DNSSEC-related resource records, CDS and CDNSKEY. 861 The CDS and CDNSKEY Resource Records 866 automate the process, the CDS and CDNSKEY resource records were 869 The CDS and CDNSKEY records are identical to the DS and DNSKEY records, 873 the presence of the CDS and/or CDNSKEY record(s) in the 877 correspond to the CDS (or CDNSKEY) records. (For more 888 parent zone. However, if the parent can process CDS or CDNSKEY records, 892 CDS and a CDNSKEY record for the key in question to the apex of the 893 zone. If your parent zone supports polling for CDS/CDNSKEY records, they 937 If your parent zone doesn't support CDS/CDNSKE [all...] |
| H A D | introduction.rst | 149 - CDS (child-parent signaling) 189 - *CDS, CDNSKEY*: The CDS and CDNSKEY resource records apply to
|
| /netbsd-src/external/mpl/bind/dist/doc/notes/ |
| H A D | notes-9.18.3.rst | |
| H A D | notes-9.18.0.rst | |
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 899 if (llvm::ConstantDataSequential *CDS = in canEmitInitWithFewStoresAfterBZero() local 901 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) { in canEmitInitWithFewStoresAfterBZero() 902 llvm::Constant *Elt = CDS->getElementAsConstant(i); in canEmitInitWithFewStoresAfterBZero() 931 if (llvm::ConstantDataSequential *CDS = in emitStoresForInitAfterBZero() local 933 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) { in emitStoresForInitAfterBZero() 934 llvm::Constant *Elt = CDS->getElementAsConstant(i); in emitStoresForInitAfterBZero()
|
| H A D | CGExprConstant.cpp | 351 if (auto *CDS = dyn_cast<llvm::ConstantDataSequential>(C)) { in split() local 355 CharUnits ElemSize = getSize(CDS->getElementType()); in split() 357 llvm::map_range(llvm::seq(0u, CDS->getNumElements()), in split() 359 return CDS->getElementAsConstant(Elem); in split() 363 llvm::seq(0u, CDS->getNumElements()), in split()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 1927 if (const ConstantDataSequential *CDS = in bufferAggregateConstant() local 1929 if (CDS->getNumElements()) in bufferAggregateConstant() 1930 for (unsigned i = 0; i < CDS->getNumElements(); ++i) in bufferAggregateConstant() 1931 bufferLEByte(cast<Constant>(CDS->getElementAsConstant(i)), 0, in bufferAggregateConstant()
|
| /netbsd-src/external/mpl/bind/dist/doc/arm/ |
| H A D | dnssec.inc.rst | 140 related RRsets (``DNSKEY``, ``CDS``, and ``CDNSKEY``), and a Zone Signing 292 ``CDS``/``CDNSKEY`` records automatically generated by BIND. This requires 297 - Query the zone for automatically generated ``CDS`` or ``CDNSKEY`` records using
|