Home
last modified time | relevance | path

Searched refs:CT (Results 1 – 25 of 139) sorted by relevance

123456

/freebsd/crypto/krb5/src/lib/crypto/crypto_tests/
H A Dexpect-vk.txt8 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 Dcamellia-expect-vt.txt8 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 Dexpect-vt.txt8 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 …]
/freebsd/sys/contrib/libsodium/test/
H A Dconstcheck.sh3 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"
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1053 CanThrowResult CT = CT_Cannot; in canVarDeclThrow() local
1058 CT = mergeCanThrow(CT, Self.canThrow(Init)); in canVarDeclThrow()
1065 CT = mergeCanThrow( in canVarDeclThrow()
1066 CT, Sema::canCalleeThrow(Self, nullptr, Dtor, VD->getLocation())); in canVarDeclThrow()
1075 CT = mergeCanThrow(CT, canVarDeclThrow(Self, HD)); in canVarDeclThrow()
1077 return CT; in canVarDeclThrow()
1131 CanThrowResult CT = canDynamicCastThrow(CE); in canThrow() local
1132 if (CT == CT_Can) in canThrow()
1133 return CT; in canThrow()
1134 return mergeCanThrow(CT, canSubStmtsThrow(*this, CE)); in canThrow()
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp50 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes() local
52 CT->getResNo() == 0) // CheckChildType checks res #0 in ContractNodes()
53 New = new CheckChildTypeMatcher(MC->getChildNo(), CT->getType()); in ContractNodes()
107 if (auto *CT = dyn_cast<CheckTypeMatcher>(RM->getNext())) { in ContractNodes() local
108 if (auto *MP = dyn_cast<MoveParentMatcher>(CT->getNext())) { in ContractNodes()
110 CT->getResNo() == 0) { // CheckChildType checks res #0 in ContractNodes()
115 new CheckChildTypeMatcher(MS->getSiblingNo(), CT->getType()); in ContractNodes()
128 if (auto *CT = dyn_cast<CheckTypeMatcher>(MS->getNext())) { in ContractNodes() local
129 if (auto *MP = dyn_cast<MoveParentMatcher>(CT->getNext())) { in ContractNodes()
131 CT->getResNo() == 0) { // CheckChildType checks res #0 in ContractNodes()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp302 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 …]
/freebsd/crypto/openssl/doc/man7/
H A Dct.pod13 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.
/freebsd/crypto/openssl/include/openssl/
H A Dct.h.in79 * 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 …]
/freebsd/crypto/openssl/doc/man3/
H A DCTLOG_STORE_new.pod27 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 DSSL_CTX_set_ctlog_list_file.pod18 (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 DCTLOG_new.pod32 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 DSSL_CTX_set_ct_validation_callback.pod35 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
/freebsd/crypto/openssl/test/
H A Dserverinfo2.pem1 -----BEGIN SERVERINFOV2 FOR CT-----
8 -----END SERVERINFOV2 FOR CT-----
H A Dserverinfo.pem1 -----BEGIN SERVERINFO FOR CT-----
5 -----END SERVERINFO FOR CT-----
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
H A DSPIRVConvergenceRegionAnalysis.cpp271 auto CT = getConvergenceToken(L->getHeader()); in analyze() local
275 if (CT.has_value()) { in analyze()
277 auto N = findPathsToMatch(LI, Exit, [&CT](const BasicBlock *block) { in analyze()
281 return Token.value() == CT.value(); in analyze()
289 DT, LI, CT, L->getHeader(), std::move(RegionBlocks), in analyze()
/freebsd/sys/contrib/device-tree/Bindings/display/ti/
H A Dti,tpd12s015.txt8 - gpios: CT CP HPD, LS OE and HPD gpios
20 gpios = <&gpio2 28 GPIO_ACTIVE_HIGH>, /* 60, CT CP HPD */
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.cpp354 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) { in isContradictoryImpl() local
356 if (CT->getResNo() >= getOpcode().getNumResults()) in isContradictoryImpl()
359 MVT::SimpleValueType NodeType = getOpcode().getKnownType(CT->getResNo()); in isContradictoryImpl()
361 return TypesAreContradictory(NodeType, CT->getType()); in isContradictoryImpl()
368 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) in isContradictoryImpl() local
369 return TypesAreContradictory(getType(), CT->getType()); in isContradictoryImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1555 std::optional<InstCounterType> CT = counterTypeForInstr(Opcode); in applyPreexistingWaitcnt() local
1556 assert(CT.has_value()); in applyPreexistingWaitcnt()
1560 ScoreBrackets.simplifyWaitcnt(CT.value(), OldCnt); in applyPreexistingWaitcnt()
1561 addWait(Wait, CT.value(), OldCnt); in applyPreexistingWaitcnt()
1562 UpdatableInstr = &WaitInstrs[CT.value()]; in applyPreexistingWaitcnt()
1663 for (auto CT : inst_counter_types(NUM_EXTENDED_INST_CNTS)) { in applyPreexistingWaitcnt() local
1664 if (!WaitInstrs[CT]) in applyPreexistingWaitcnt()
1667 unsigned NewCnt = getWait(Wait, CT); in applyPreexistingWaitcnt()
1669 Modified |= updateOperandIfDifferent(*WaitInstrs[CT], in applyPreexistingWaitcnt()
1671 Modified |= promoteSoftWaitCnt(WaitInstrs[CT]); in applyPreexistingWaitcnt()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp92 if (auto *CT = dyn_cast<DICompositeType>(T)) { in printModuleDebugInfo() local
93 if (auto *S = CT->getRawIdentifier()) in printModuleDebugInfo()
/freebsd/crypto/openssl/util/
H A Dlibssl.num375 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 …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp698 CanQualType CT = Ctx.getCanonicalType(E->getType()); in IsModifiable() local
700 if (CT.isConstQualified()) in IsModifiable()
703 CT.getQualifiers().getAddressSpace() == LangAS::opencl_constant) in IsModifiable()
707 if (CT->isArrayType() && in IsModifiable()
708 !(Ctx.getLangOpts().HLSL && CT->isConstantArrayType())) in IsModifiable()
711 if (CT->isIncompleteType()) in IsModifiable()
715 if (const RecordType *R = CT->getAs<RecordType>()) in IsModifiable()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600InstPrinter.cpp63 unsigned CT = MI->getOperand(OpNo).getImm(); in printCT() local
64 switch (CT) { in printCT()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp335 for (change_ty CT : CurrentMinSet) in Run() local
336 CurrentSet.insert(pred_begin(CT), pred_end(CT)); in Run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp146 Candidate(Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, in Candidate()
148 : CandidateKind(CT), Base(B), Index(Idx), Stride(S), Ins(I) {} in Candidate()
227 void allocateCandidatesAndFindBasis(Candidate::Kind CT, const SCEV *B,
347 Candidate::Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, in allocateCandidatesAndFindBasis() argument
349 Candidate C(CT, B, Idx, S, I); in allocateCandidatesAndFindBasis()

123456