| /src/crypto/krb5/src/lib/crypto/crypto_tests/ |
| H A D | expect-vk.txt | 8 CT=0EDD33D3C621E546455BD8BA1418BEC8 12 CT=C0CC0C5DA5BD63ACD44A80774FAD5222 16 CT=2F0B4B71BC77851B9CA56D42EB8FF080 20 CT=6B1E2FFFE8A114009D8FE22F6DB5F876 24 CT=9AA042C315F94CBB97B62202F83358F5 28 CT=DBE01DE67E346A800C4C4B4880311DE4 32 CT=C117D2238D53836ACD92DDCDB85D6A21 36 CT=DC0ED85DF9611ABB7249CDD168C5467E 40 CT=807D678FFF1F56FA92DE3381904842F2 44 CT=0E53B3FCAD8E4B130EF73AEB957FB402 [all …]
|
| H A D | camellia-expect-vt.txt | 8 CT=07923A39EB0A817D1C4D87BDB82D1F1C 12 CT=48CD6419809672D2349260D89A08D3D3 16 CT=D07493CCB2E95CE0B4945A05ACC97D82 20 CT=5DBE1EAC9F7080A88DBED7F6DA101448 24 CT=F01EE477D199DF2701027034B229622F 28 CT=C841587ABD9A912E563774CB569D051E 32 CT=1D9BC0C04546F0915C8CCD11391A455C 36 CT=05E6EBB4BA167F5C479CEFF3152F943B 40 CT=93211E0F788845B9FC0E4551FFE92AC9 44 CT=B6D35701CD8FADDE383BBE8E6B70BAF7 [all …]
|
| H A D | expect-vt.txt | 8 CT=3AD78E726C1EC02B7EBFE92B23D9EC34 12 CT=45BC707D29E8204D88DFBA2F0B0CAD9B 16 CT=161556838018F52805CDBD6202002E3F 20 CT=F5569B3AB6A6D11EFDE1BF0A64C6854A 24 CT=64E82B50E501FBD7DD4116921159B83E 28 CT=BAAC12FB613A7DE11450375C74034041 32 CT=BCF176A7EAAD8085EBACEA362462A281 36 CT=47711816E91D6FF059BBBF2BF58E0FD3 40 CT=B970DFBE40698AF1638FE38BD3DF3B2F 44 CT=F95B59A44F391E14CF20B74BDC32FCFF [all …]
|
| /src/sys/contrib/libsodium/test/ |
| H A D | constcheck.sh | 3 CT='ct.c' 5 echo '#include <assert.h>' > "$CT" 6 echo '#include <sodium.h>' >> "$CT" 7 echo 'int main(void) {' >> "$CT" 12 echo " assert($func() == $macro);" >> "$CT" 14 echo "return 0; }" >> "$CT" 16 ${CC:-cc} "$CT" $CPPFLAGS $CFLAGS $LDFLAGS -lsodium || exit 1 18 rm -f a.out "$CT"
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 1052 CanThrowResult CT = CT_Cannot; in canVarDeclThrow() local 1057 CT = mergeCanThrow(CT, Self.canThrow(Init)); in canVarDeclThrow() 1064 CT = mergeCanThrow( in canVarDeclThrow() 1065 CT, Sema::canCalleeThrow(Self, nullptr, Dtor, VD->getLocation())); in canVarDeclThrow() 1074 CT = mergeCanThrow(CT, canVarDeclThrow(Self, HD)); in canVarDeclThrow() 1076 return CT; in canVarDeclThrow() 1130 CanThrowResult CT = canDynamicCastThrow(CE); in canThrow() local 1131 if (CT == CT_Can) in canThrow() 1132 return CT; in canThrow() 1133 return mergeCanThrow(CT, canSubStmtsThrow(*this, CE)); in canThrow() [all …]
|
| /src/contrib/llvm-project/llvm/tools/llvm-cxxdump/ |
| H A D | llvm-cxxdump.cpp | 302 CatchableType CT; in dumpCXXData() local 303 CT.Flags = DataPtr[0]; in dumpCXXData() 304 CT.NonVirtualBaseAdjustmentOffset = DataPtr[2]; in dumpCXXData() 305 CT.VirtualBasePointerOffset = DataPtr[3]; in dumpCXXData() 306 CT.VirtualBaseAdjustmentOffset = DataPtr[4]; in dumpCXXData() 307 CT.Size = DataPtr[5]; in dumpCXXData() 308 StringRef *I = std::begin(CT.Symbols), *E = std::end(CT.Symbols); in dumpCXXData() 310 CTs[SymName] = CT; in dumpCXXData() 437 const CatchableType &CT = CTPair.second; in dumpCXXData() local 440 << "]: " << (CT.Flags & Flag ? "true" : "false") << '\n'; in dumpCXXData() [all …]
|
| /src/crypto/openssl/doc/man7/ |
| H A D | ct.pod | 13 This library implements Certificate Transparency (CT) verification for TLS 15 that a certificate has been publicly logged in a set of CT logs. 20 This library can also be used to parse and examine CT data structures, such as 21 Signed Certificate Timestamps (SCTs), or to read a list of CT logs. There are 26 - loading a CT log list from a CONF file.
|
| /src/crypto/openssl/include/openssl/ |
| H A D | ct.h.in | 79 * CT policy evaluation context functions * 120 /* Gets the CT logs that are trusted sources of SCTs */ 230 * For CT v1, this will be either NID_sha256WithRSAEncryption or 237 * For CT v1, this should be either NID_sha256WithRSAEncryption or 303 * If |logs| is not NULL, it will be used to lookup the CT log that the SCT came 312 * If |logs| is not NULL, it will be used to lookup the CT log that each SCT 426 * CT log functions * 430 * Creates a new CT log instance with the given |public_key| and |name| and 467 * Deletes a CT log instance and its fields. 471 /* Gets the name of the CT log */ [all …]
|
| /src/crypto/openssl/doc/man3/ |
| H A D | CTLOG_STORE_new.pod | 27 CTLOG_STORE_new_ex() creates an empty list of CT logs associated with 38 path instead. Both of these functions append any loaded CT logs to the 59 If there are any invalid CT logs in a file, they are skipped and the remaining 60 valid logs will still be added to the CTLOG_STORE. A CT log will be considered 66 all CT logs in the file are successfully parsed and loaded, 0 otherwise.
|
| H A D | SSL_CTX_set_ctlog_list_file.pod | 18 (CT) logs from the default file location, "ct_log_list.cnf", found in the 21 SSL_CTX_set_ctlog_list_file() loads a list of CT logs from a specific path. 26 These functions will not clear the existing CT log list - it will be appended
|
| H A D | CTLOG_new.pod | 32 Transparency (CT) log with the given public key and associates it with the 60 v1 CT log, the LogID will be a SHA-256 hash (i.e. 32 bytes long). Ownership of 63 CTLOG_get0_public_key() returns the public key of the CT log. Ownership of the
|
| H A D | SSL_CTX_set_ct_validation_callback.pod | 35 This is accomplished by setting a built-in CT validation callback. 91 SSL_disable_ct() and SSL_CTX_disable_ct() turn off CT processing, whether 95 SSL_ct_is_enabled() and SSL_CTX_ct_is_enabled() return 1 if CT processing is 123 SSL_CTX_ct_is_enabled() and SSL_ct_is_enabled() return a 1 if a non-null CT
|
| /src/crypto/openssl/test/ |
| H A D | serverinfo2.pem | 1 -----BEGIN SERVERINFOV2 FOR CT----- 8 -----END SERVERINFOV2 FOR CT-----
|
| H A D | serverinfo.pem | 1 -----BEGIN SERVERINFO FOR CT----- 5 -----END SERVERINFO FOR CT-----
|
| /src/sys/contrib/device-tree/Bindings/display/ti/ |
| H A D | ti,tpd12s015.txt | 8 - gpios: CT CP HPD, LS OE and HPD gpios 20 gpios = <&gpio2 28 GPIO_ACTIVE_HIGH>, /* 60, CT CP HPD */
|
| /src/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | DAGISelMatcher.cpp | 360 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) { in isContradictoryImpl() local 362 if (CT->getResNo() >= getOpcode().getNumResults()) in isContradictoryImpl() 365 MVT::SimpleValueType NodeType = getOpcode().getKnownType(CT->getResNo()); in isContradictoryImpl() 367 return TypesAreContradictory(NodeType, CT->getType()); in isContradictoryImpl() 374 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) in isContradictoryImpl() local 375 return TypesAreContradictory(getType(), CT->getType()); in isContradictoryImpl()
|
| /src/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/ |
| H A D | SPIRVConvergenceRegionAnalysis.cpp | 281 auto CT = getConvergenceToken(L->getHeader()); in analyze() local 286 if (CT.has_value()) { in analyze() 288 auto N = findPathsToMatch(LI, Exit, [&CT](const BasicBlock *block) { in analyze() 292 return Token.value() == CT.value(); in analyze() 300 DT, LI, CT, L->getHeader(), std::move(RegionBlocks), in analyze()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 1378 std::optional<InstCounterType> CT = counterTypeForInstr(Opcode); in applyPreexistingWaitcnt() local 1379 assert(CT.has_value()); in applyPreexistingWaitcnt() 1383 ScoreBrackets.simplifyWaitcnt(CT.value(), OldCnt); in applyPreexistingWaitcnt() 1384 addWait(Wait, CT.value(), OldCnt); in applyPreexistingWaitcnt() 1385 UpdatableInstr = &WaitInstrs[CT.value()]; in applyPreexistingWaitcnt() 1486 for (auto CT : inst_counter_types(NUM_EXTENDED_INST_CNTS)) { in applyPreexistingWaitcnt() local 1487 if (!WaitInstrs[CT]) in applyPreexistingWaitcnt() 1490 unsigned NewCnt = getWait(Wait, CT); in applyPreexistingWaitcnt() 1492 Modified |= updateOperandIfDifferent(*WaitInstrs[CT], in applyPreexistingWaitcnt() 1494 Modified |= promoteSoftWaitCnt(WaitInstrs[CT]); in applyPreexistingWaitcnt() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ModuleDebugInfoPrinter.cpp | 94 if (auto *CT = dyn_cast<DICompositeType>(T)) { in printModuleDebugInfo() local 95 if (auto *S = CT->getRawIdentifier()) in printModuleDebugInfo()
|
| /src/crypto/openssl/util/ |
| H A D | libssl.num | 375 SSL_CTX_set_ctlog_list_file 376 3_0_0 EXIST::FUNCTION:CT 376 SSL_set_ct_validation_callback 377 3_0_0 EXIST::FUNCTION:CT 377 SSL_CTX_set_default_ctlog_list_file 378 3_0_0 EXIST::FUNCTION:CT 379 SSL_ct_is_enabled 380 3_0_0 EXIST::FUNCTION:CT 380 SSL_get0_peer_scts 381 3_0_0 EXIST::FUNCTION:CT 381 SSL_CTX_set_ct_validation_callback 382 3_0_0 EXIST::FUNCTION:CT 382 SSL_CTX_ct_is_enabled 383 3_0_0 EXIST::FUNCTION:CT 390 SSL_CTX_set0_ctlog_store 391 3_0_0 EXIST::FUNCTION:CT 391 SSL_CTX_get0_ctlog_store 392 3_0_0 EXIST::FUNCTION:CT 392 SSL_enable_ct 393 3_0_0 EXIST::FUNCTION:CT [all …]
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprClassification.cpp | 682 CanQualType CT = Ctx.getCanonicalType(E->getType()); in IsModifiable() local 684 if (CT.isConstQualified()) in IsModifiable() 687 CT.getQualifiers().getAddressSpace() == LangAS::opencl_constant) in IsModifiable() 691 if (CT->isArrayType()) in IsModifiable() 694 if (CT->isIncompleteType()) in IsModifiable() 698 if (const RecordType *R = CT->getAs<RecordType>()) in IsModifiable()
|
| /src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVDuplicatesTracker.h | 197 SPIRVDuplicatesTracker<Constant> CT; variable 231 CT.add(C, MF, R); in add() 266 return CT.find(const_cast<Constant *>(C), MF); in find()
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 803 auto *&CT = (*Context.pImpl->DITypeMap)[&Identifier]; in buildODRType() local 804 if (!CT) in buildODRType() 805 return CT = DICompositeType::getDistinct( in buildODRType() 811 if (CT->getTag() != Tag) in buildODRType() 815 assert(CT->getRawIdentifier() == &Identifier && "Wrong ODR identifier?"); in buildODRType() 816 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl)) in buildODRType() 817 return CT; in buildODRType() 820 CT->mutate(Tag, Line, RuntimeLang, SizeInBits, AlignInBits, OffsetInBits, in buildODRType() 826 assert((std::end(Ops) - std::begin(Ops)) == (int)CT->getNumOperands() && in buildODRType() 828 for (unsigned I = 0, E = CT->getNumOperands(); I != E; ++I) in buildODRType() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 172 void addTypeRef(MDString &UUID, DICompositeType &CT); 262 if (DICompositeType *CT = OldTypeRefs.Final.lookup(Ref.first)) in tryToResolveCycles() local 263 Ref.second->replaceAllUsesWith(CT); in tryToResolveCycles() 289 DICompositeType &CT) { in addTypeRef() argument 290 assert(CT.getRawIdentifier() == &UUID && "Mismatched UUID"); in addTypeRef() 291 if (CT.isForwardDecl()) in addTypeRef() 292 OldTypeRefs.FwdDecls.insert(std::make_pair(&UUID, &CT)); in addTypeRef() 294 OldTypeRefs.Final.insert(std::make_pair(&UUID, &CT)); in addTypeRef() 302 if (auto *CT = OldTypeRefs.Final.lookup(UUID)) in upgradeTypeRef() local 303 return CT; in upgradeTypeRef() [all …]
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 743 for (const auto &CT : CheckerTags) { in runCheckersForPrintStateJson() local 745 CT.second->printState(TempOut, State, /*NL=*/NewLine.c_str(), /*Sep=*/""); in runCheckersForPrintStateJson() 755 LastCT = &CT; in runCheckersForPrintStateJson() 759 for (const auto &CT : CheckerTags) { in runCheckersForPrintStateJson() local 761 CT.second->printState(TempOut, State, /*NL=*/NewLine.c_str(), /*Sep=*/""); in runCheckersForPrintStateJson() 767 << "{ \"checker\": \"" << CT.second->getCheckerName().getName() in runCheckersForPrintStateJson() 773 if (&CT != LastCT) in runCheckersForPrintStateJson()
|