Home
last modified time | relevance | path

Searched refs:Update (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/freebsd-13.1/sys/opencrypto/
H A Dxform_sha2.c72 .Update = SHA224Update_int,
84 .Update = SHA256Update_int,
96 .Update = SHA384Update_int,
108 .Update = SHA512Update_int,
121 .Update = SHA224Update_int,
133 .Update = SHA256Update_int,
145 .Update = SHA384Update_int,
157 .Update = SHA512Update_int,
H A Dcryptosoft.c338 axf->Update, &ctx); in swcr_authcompute()
346 axf->Update, &ctx); in swcr_authcompute()
424 axf->Update(&ctx, inblk, len); in swcr_gmac()
429 axf->Update(&ctx, blk, blksz); in swcr_gmac()
436 axf->Update(&ctx, blk, blksz); in swcr_gmac()
574 axf->Update(&ctx, blk, resid); in swcr_gcm()
583 axf->Update(&ctx, blk, blksz); in swcr_gcm()
722 axf->Update(&ctx, blk, len); in swcr_ccm_cbc_mac()
725 axf->Update, &ctx); in swcr_ccm_cbc_mac()
802 axf->Update(&ctx, blk, len); in swcr_ccm()
[all …]
H A Dxform_cbc_mac.c18 .Update = AES_CBC_MAC_Update,
31 .Update = AES_CBC_MAC_Update,
44 .Update = AES_CBC_MAC_Update,
H A Dxform_gmac.c77 .Update = AES_GMAC_Update,
91 .Update = AES_GMAC_Update,
105 .Update = AES_GMAC_Update,
H A Dxform_sha1.c68 .Update = SHA1Update_int,
81 .Update = SHA1Update_int,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCFGUpdate.h28 template <typename NodePtr> class Update {
34 Update(UpdateKind Kind, NodePtr From, NodePtr To) in Update() function
40 bool operator==(const Update &RHS) const {
63 void LegalizeUpdates(ArrayRef<Update<NodePtr>> AllUpdates,
64 SmallVectorImpl<Update<NodePtr>> &Result,
107 llvm::sort(Result, [&](const Update<NodePtr> &A, const Update<NodePtr> &B) {
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp116 bool Update() override;
145 bool Update() override;
158 bool Update() override;
167 bool AbstractListFrontEnd::Update() { in Update() function in AbstractListFrontEnd
244 Update(); in ForwardListFrontEnd()
291 bool ForwardListFrontEnd::Update() { in Update() function in ForwardListFrontEnd
292 AbstractListFrontEnd::Update(); in Update()
313 Update(); in ListFrontEnd()
403 bool ListFrontEnd::Update() { in Update() function in ListFrontEnd
404 AbstractListFrontEnd::Update(); in Update()
H A DLibStdcpp.cpp48 bool Update() override;
69 bool Update() override;
83 Update(); in LibstdcppMapIteratorSyntheticFrontEnd()
86 bool LibstdcppMapIteratorSyntheticFrontEnd::Update() { in Update() function in LibstdcppMapIteratorSyntheticFrontEnd
186 Update(); in VectorIteratorSyntheticFrontEnd()
189 bool VectorIteratorSyntheticFrontEnd::Update() { in Update() function in VectorIteratorSyntheticFrontEnd
356 Update(); in LibStdcppSharedPtrSyntheticFrontEnd()
373 bool LibStdcppSharedPtrSyntheticFrontEnd::Update() { return false; } in Update() function in LibStdcppSharedPtrSyntheticFrontEnd
H A DLibCxxQueue.cpp20 Update(); in QueueFrontEnd()
29 bool Update() override;
50 bool QueueFrontEnd::Update() { in Update() function in QueueFrontEnd
H A DLibCxxOptional.cpp20 Update(); in OptionalFrontEnd()
28 bool Update() override;
38 bool OptionalFrontEnd::Update() { in Update() function in OptionalFrontEnd
H A DLibCxxVector.cpp31 bool Update() override;
52 bool Update() override;
74 Update(); in LibcxxStdVectorSyntheticFrontEnd()
119 bool lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd
178 Update(); in LibcxxVectorBoolSyntheticFrontEnd()
246 bool lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd
H A DLibCxxTuple.cpp20 Update(); in TupleFrontEnd()
28 bool Update() override;
43 bool TupleFrontEnd::Update() { in Update() function in TupleFrontEnd
H A DLibStdcppTuple.cpp33 bool Update() override;
53 Update(); in LibStdcppTupleSyntheticFrontEnd()
56 bool LibStdcppTupleSyntheticFrontEnd::Update() { in Update() function in LibStdcppTupleSyntheticFrontEnd
H A DLibCxxInitializerList.cpp32 bool Update() override;
52 Update(); in LibcxxInitializerListSyntheticFrontEnd()
87 Update() { in Update() function in lldb_private::formatters::LibcxxInitializerListSyntheticFrontEnd
H A DLibCxxBitset.cpp28 bool Update() override;
54 Update(); in BitsetFrontEnd()
58 bool BitsetFrontEnd::Update() { in Update() function in BitsetFrontEnd
H A DLibStdcppUniquePointer.cpp33 bool Update() override;
59 Update(); in LibStdcppUniquePtrSyntheticFrontEnd()
89 bool LibStdcppUniquePtrSyntheticFrontEnd::Update() { in Update() function in LibStdcppUniquePtrSyntheticFrontEnd
H A DLibCxxVariant.cpp173 Update(); in VariantFrontEnd()
181 bool Update() override;
190 bool VariantFrontEnd::Update() { in Update() function in VariantFrontEnd
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp44 bool Update = false; in runOnMachineFunction() local
51 Update = true; in runOnMachineFunction()
59 if (Update || CSR != CalleeSavedRegs) { in runOnMachineFunction()
67 Update = true; in runOnMachineFunction()
76 Update = true; in runOnMachineFunction()
81 if (Update) { in runOnMachineFunction()
/freebsd-13.1/contrib/file/
H A DRELEASE-PROCEDURE5 1) Update version number in configure.ac
7 3) Update README.md if applicable
22 - Click on "Update Version"
26 - Click on "Update Version"
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h96 unsigned Update; member
268 unsigned Update,
274 VersionInfo.Update = Update;
278 unsigned Minor, unsigned Update,
284 VersionInfo.Update = Update;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp26 const DominatorTree::UpdateType Update) const { in isUpdateValid()
27 const auto *From = Update.getFrom(); in isUpdateValid()
28 const auto *To = Update.getTo(); in isUpdateValid()
29 const auto Kind = Update.getKind(); in isUpdateValid()
52 const DominatorTree::UpdateType Update) const { in isSelfDominance()
54 return Update.getFrom() == Update.getTo(); in isSelfDominance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp53 bool Update() override;
91 bool Update() override;
124 bool Update() override;
240 bool Update() override;
313 if (!cfbh.Update(valobj_addr, exe_ctx)) in NSSetSummaryProvider()
407 Update(); in NSSetISyntheticFrontEnd()
434 bool lldb_private::formatters::NSSetISyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::NSSetISyntheticFrontEnd
569 bool lldb_private::formatters::NSCFSetSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::NSCFSetSyntheticFrontEnd
582 return m_hashtable.Update(valobj_sp->GetValueAsUnsigned(0), m_exe_ctx_ref); in Update()
676 Update(); in GenericNSSetMSyntheticFrontEnd()
[all …]
/freebsd-13.1/crypto/openssh/
H A D.skipped-commit-ids29 321065a95a7ccebdd5fd08482a1e19afbf524e35 Update DH groups
37 180d84674be1344e45a63990d60349988187c1ae Update moduli
40 6da9a37f74aef9f9cc639004345ad893cad582d8 Update moduli file
/freebsd-13.1/sys/contrib/zlib/
H A DChangeLog230 - Update make_vms.com [Zinser]
283 - Update python link in README
549 - Update zlib.map [Brown]
559 - Update examples/gun.c to 1.6
670 - Update make_vms.com [Zinser]
746 - Update make_vms.com [Zinser]
828 - Update INDEX file
843 - Update contrib/untgz [Truta]
897 - Update links in README
1090 - Update RFCs URL
[all …]
/freebsd-13.1/sys/dev/glxsb/
H A Dglxsb_hash.c76 axf->Update, &ctx); in glxsb_authcompute()
80 crp->crp_payload_length, axf->Update, &ctx); in glxsb_authcompute()
87 axf->Update(&ctx, hash, axf->hashsize); in glxsb_authcompute()

12345678910>>...12