Warning:
The number of runtime covered functions are larger than the
number of reachable functions. This means that Fuzz Introspector found
there are more functions covered at runtime than what is considered
reachable based on the static analysis. This is a limitation in the
analysis as anything covered at runtime is by definition reachable by the
fuzzers.
This is likely due to a limitation in the static analysis. In this case, the
count of functions covered at runtime is the true value, which means this
is what should be considered "achieved" by the fuzzer.
Use the project functions table below to query all functions that were not covered at runtime.
The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.
For further technical details on the meaning of columns in the below table, please see the Glossary .
Func name | Functions filename | Args | Function call depth | Reached by Fuzzers | Runtime reached by Fuzzers | Combined reached by Fuzzers | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The distribution of callsites in terms of coloring is
Color | Runtime hitcount | Callsite count | Percentage |
---|---|---|---|
red | 0 | 1 | 33.3% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 2 | 66.6% |
All colors | 3 | 100 |
The following nodes represent call sites where fuzz blockers occur.
Amount of callsites blocked | Calltree index | Parent function | Callsite | Largest blocked function |
---|---|---|---|---|
1 | 1 | LLVMFuzzerTestOneInput | call site: 00001 | Assert |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
bitcoin-coretest/fuzz/fuzz.cpp | 3 |
The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.
Func name | Functions filename | Arg count | Args | Function depth | hitcount | instr count | bb count | cyclomatic complexity | Reachable functions | Incoming references | total cyclomatic complexity | Unreached complexity |
---|---|---|---|---|---|---|---|---|---|---|---|---|
AppInit
|
/src/bitcoin-core/src/bitcoind.cpp | 1 | ['NodeContext'] | 20 | 0 | 53 | 12 | 13 | 1334 | 0 | 1641 | 1640 |
Implementing fuzzers that target the above functions will improve reachability such that it becomes:
If you implement fuzzers for these functions, the status of all functions in the project will be:
Func name | Functions filename | Args | Function call depth | Reached by Fuzzers | Runtime reached by Fuzzers | Combined reached by Fuzzers | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.
Use this with the libFuzzer -dict=DICT.file flag
Use one of these functions as input to libfuzzer with flag: -focus_function name
-focus_function=['LLVMFuzzerTestOneInput']
This section shows analysis of runtime coverage data.
For futher technical details on how this section is generated, please see the Glossary .
Func name | Function total lines | Lines covered at runtime | percentage covered | Reached by fuzzers |
---|---|---|---|---|
leveldb::DBImpl::BuildBatchGroup(leveldb::DBImpl::Writer**) | 35 | 17 | 48.57% | |
leveldb::DBImpl::MakeRoomForWrite(bool) | 48 | 16 | 33.33% | |
leveldb::Version::ForEachOverlapping(leveldb::Slice,leveldb::Slice,void*,bool(*)(void*,int,leveldb::FileMetaData*)) | 34 | 10 | 29.41% | |
leveldb::crc32c::Extend(unsignedint,charconst*,unsignedlong) | 75 | 6 | 8.0% | |
ApplyArgsManOptions(ArgsManagerconst&,CChainParamsconst&,kernel::MemPoolOptions&) | 48 | 18 | 37.5% | |
node::BlockAssembler::addPackageTxs(int&,int&) | 80 | 12 | 15.0% | |
IsWitnessStandard(CTransactionconst&,CCoinsViewCacheconst&) | 59 | 25 | 42.37% | |
SingleTRUCChecks(std::__1::shared_ptr
|
49 | 8 | 16.32% | |
EvalScript(std::__1::vector
|
612 | 79 | 12.90% | |
voidPrecomputedTransactionData::Init
|
37 | 17 | 45.94% | |
VerifyScript(CScriptconst&,CScriptconst&,CScriptWitnessconst*,unsignedint,BaseSignatureCheckerconst&,ScriptError_t*) | 78 | 26 | 33.33% | |
VerifyWitnessProgram(CScriptWitnessconst&,int,std::__1::vector
|
73 | 33 | 45.20% | |
tinyformat::detail::streamStateFromFormat(std::__1::basic_ostream
|
162 | 63 | 38.88% | |
CTxMemPool::check(CCoinsViewCacheconst&,long)const | 83 | 17 | 20.48% | |
CTxMemPool::TrimToSize(unsignedlong,std::__1::vector
|
34 | 8 | 23.52% | |
TestBlockValidity(Chainstate&,CBlockconst&,bool,bool) | 33 | 18 | 54.54% | |
(anonymousnamespace)::MemPoolAccept::AcceptSingleTransaction(std::__1::shared_ptr
|
65 | 9 | 13.84% | |
(anonymousnamespace)::MemPoolAccept::PreChecks((anonymousnamespace)::MemPoolAccept::ATMPArgs&,(anonymousnamespace)::MemPoolAccept::Workspace&) | 145 | 57 | 39.31% | |
CheckWitnessMalleation(CBlockconst&,bool,BlockValidationState&) | 35 | 15 | 42.85% | |
ec_seckey_export_der(secp256k1_context_structconst*,unsignedchar*,unsignedlong*,unsignedcharconst*,bool) | 61 | 32 | 52.45% | |
BCLog::Logger::LogPrintStr_(std::__1::basic_string_view
|
68 | 24 | 35.29% | |
ecdsa_signature_parse_der_lax(secp256k1_ecdsa_signature*,unsignedcharconst*,unsignedlong) | 118 | 60 | 50.84% | |
DecodeBase32(std::__1::basic_string_view
|
31 | 17 | 54.83% | |
CheckChecksum(std::__1::span
|
31 | 12 | 38.70% | |
WrappedGetAddrInfo(std::__1::basic_string
|
36 | 14 | 38.88% | |
ExtractDestination(CScriptconst&,std::__1::variant
|
55 | 21 | 38.18% | |
(anonymousnamespace)::InferScript(CScriptconst&,(anonymousnamespace)::ParseScriptContext,SigningProviderconst&) | 126 | 54 | 42.85% | |
node::TxOrphanageImpl::LimitOrphans() | 49 | 2 | 4.081% | |
(anonymousnamespace)::ParseScript(unsignedint&,std::__1::span
|
371 | 69 | 18.59% | |
(anonymousnamespace)::ParsePubkey(unsignedint&,std::__1::span
|
161 | 30 | 18.63% | |
(anonymousnamespace)::ParseKeyPath(std::__1::vector
|
55 | 22 | 40.0% | |
(anonymousnamespace)::ParsePubkeyInner(unsignedint,std::__1::span
|
72 | 23 | 31.94% | |
miniscript::Node
|
58 | 22 | 37.93% | |
PackageTRUCChecks(std::__1::shared_ptr
|
80 | 15 | 18.75% | |
CheckPackageMempoolAcceptResult(std::__1::vector
|
79 | 43 | 54.43% | |
(anonymousnamespace)::MemPoolAccept::AcceptMultipleTransactions(std::__1::vector
|
82 | 16 | 19.51% | |
CBitcoinLevelDBLogger::Logv(charconst*,__va_list_tag*) | 44 | 4 | 9.090% | |
boolkernel::ComputeUTXOStats
|
32 | 11 | 34.37% | |
leveldb::DBImpl::Recover(leveldb::VersionEdit*,bool*) | 68 | 37 | 54.41% | |
leveldb::log::Reader::ReadRecord(leveldb::Slice*,std::__1::basic_string
|
92 | 26 | 28.26% | |
leveldb::VersionEdit::DecodeFrom(leveldb::Sliceconst&) | 86 | 40 | 46.51% | |
leveldb::VersionSet::Builder::SaveTo(leveldb::Version*) | 36 | 18 | 50.0% | |
V2Transport::ReceivedBytes(std::__1::span
|
56 | 30 | 53.57% | |
kernel::BlockTreeDB::LoadBlockIndexGuts(Consensus::Paramsconst&,std::__1::function
|
38 | 7 | 18.42% | |
node::BlockManager::LoadBlockIndex(std::__1::optional
|
58 | 15 | 25.86% | |
node::BlockManager::FindNextBlockPos(unsignedint,unsignedint,unsignedlong) | 59 | 25 | 42.37% | |
node::BlockManager::ReadRawBlock(std::__1::vector
|
32 | 15 | 46.87% | |
node::InitBlocksdirXorKey(kernel::BlockManagerOptsconst&) | 39 | 21 | 53.84% | |
node::LoadChainstate(ChainstateManager&,kernel::CacheSizesconst&,node::ChainstateLoadOptionsconst&) | 54 | 22 | 40.74% | |
node::VerifyLoadedChainstate(ChainstateManager&,node::ChainstateLoadOptionsconst&) | 35 | 10 | 28.57% | |
Chainstate::FindMostWorkChain() | 42 | 21 | 50.0% | |
Chainstate::ReplayBlocks() | 57 | 6 | 10.52% | |
ChainstateManager::MaybeCompleteSnapshotValidation() | 97 | 8 | 8.247% | |
InferTaprootTree(TaprootSpendDataconst&,XOnlyPubKeyconst&) | 86 | 5 | 5.813% | |
node::MiniMiner::MiniMiner(CTxMemPoolconst&,std::__1::vector
|
73 | 4 | 5.479% | |
node::MiniMiner::BuildMockTemplate(std::__1::optional
|
47 | 12 | 25.53% | |
miniscript::Node
|
73 | 5 | 6.849% | |
miniscript::Node
|
98 | 9 | 9.183% | |
miniscript::Node
|
52 | 7 | 13.46% | |
HeadersSyncState::ProcessNextHeaders(std::__1::vector
|
38 | 17 | 44.73% | |
PermittedDifficultyTransition(Consensus::Paramsconst&,long,unsignedint,unsignedint) | 33 | 8 | 24.24% | |
ArgsManager::ParseParameters(int,charconst*const*,std::__1::basic_string
|
48 | 25 | 52.08% | |
leveldb::DBImpl::BackgroundCompaction() | 69 | 6 | 8.695% | |
leveldb::Version::GetOverlappingInputs(int,leveldb::InternalKeyconst*,leveldb::InternalKeyconst*,std::__1::vector
|
35 | 14 | 40.0% | |
leveldb::Block::Iter::Seek(leveldb::Sliceconst&) | 31 | 12 | 38.70% | |
leveldb::ReadBlock(leveldb::RandomAccessFile*,leveldb::ReadOptionsconst&,leveldb::BlockHandleconst&,leveldb::BlockContents*) | 63 | 28 | 44.44% | |
leveldb::Status::ToString()const | 38 | 5 | 13.15% | |
CConnman::GetAddedNodeInfo(bool)const | 50 | 17 | 34.0% | |
_ZN12_GLOBAL__N_118MulWithClMulReduceIjLi32ETnT_Lj141EEES1_S1_S1_ | 34 | 12 | 35.29% | |
(anonymousnamespace)::Construct(int,int) | 77 | 24 | 31.16% | |
DescriptorCache::MergeAndDiff(DescriptorCacheconst&) | 39 | 12 | 30.76% | |
std::__1::unique_ptr
|
334 | 17 | 5.089% | |
SignTransaction(CMutableTransaction&,SigningProviderconst*,std::__1::map
|
51 | 25 | 49.01% | |
wallet::CWallet::AddWalletDescriptor(wallet::WalletDescriptor&,FlatSigningProviderconst&,std::__1::basic_string
|
42 | 21 | 50.0% | |
secp256k1_ecmult_multi_var | 38 | 11 | 28.94% | ['/src/bitcoin-core/src/test/fuzz/fuzz.cpp'] |
evbuffer_pullup | 86 | 14 | 16.27% | |
evbuffer_search_eol | 70 | 38 | 54.28% | |
evbuffer_add | 74 | 36 | 48.64% | |
evbuffer_chain_free | 42 | 9 | 21.42% | |
evhttp_request_new | 37 | 18 | 48.64% | |
end_of_path | 32 | 17 | 53.12% | |
miniscript::Node
|
141 | 4 | 2.836% | |
Socks5(std::__1::basic_string
|
121 | 36 | 29.75% | |
AddrManImpl::Good_(CServiceconst&,bool,std::__1::chrono::time_point
|
32 | 6 | 18.75% | |
(anonymousnamespace)::PeerManagerImpl::MaybePunishNodeForBlock(long,BlockValidationStateconst&,bool,std::__1::basic_string
|
36 | 14 | 38.88% | |
(anonymousnamespace)::PeerManagerImpl::ProcessCompactBlockTxns(CNode&,(anonymousnamespace)::Peer&,BlockTransactionsconst&) | 50 | 14 | 28.00% | |
(anonymousnamespace)::PeerManagerImpl::IsContinuationOfLowWorkHeadersSync((anonymousnamespace)::Peer&,CNode&,std::__1::vector
|
56 | 4 | 7.142% | |
(anonymousnamespace)::PeerManagerImpl::HeadersDirectFetchBlocks(CNode&,(anonymousnamespace)::Peerconst&,CBlockIndexconst&) | 48 | 21 | 43.75% | |
(anonymousnamespace)::PeerManagerImpl::PrepareBlockFilterRequest(CNode&,(anonymousnamespace)::Peer&,BlockFilterType,unsignedint,uint256const&,unsignedint,CBlockIndexconst*&,BlockFilterIndex*&) | 41 | 20 | 48.78% | |
(anonymousnamespace)::PeerManagerImpl::SendMessages(CNode*) | 328 | 131 | 39.93% | |
(anonymousnamespace)::PeerManagerImpl::MaybeSendAddr(CNode&,(anonymousnamespace)::Peer&,std::__1::chrono::duration
|
37 | 16 | 43.24% | |
boolkernel::ComputeUTXOStats
|
32 | 11 | 34.37% | |
leveldb::DBImpl::GetProperty(leveldb::Sliceconst&,std::__1::basic_string
|
58 | 23 | 39.65% | |
pruneblockchain()::$_0::operator()(RPCHelpManconst&,JSONRPCRequestconst&)const | 32 | 5 | 15.62% | |
scanblocks()::$_0::operator()(RPCHelpManconst&,JSONRPCRequestconst&)const | 117 | 30 | 25.64% | |
getblockfilter()::$_0::operator()(RPCHelpManconst&,JSONRPCRequestconst&)const | 49 | 14 | 28.57% | |
estimaterawfee()::$_0::operator()(RPCHelpManconst&,JSONRPCRequestconst&)const | 52 | 13 | 25.0% | |
GetNetworkHashPS(int,int,CChainconst&) | 32 | 13 | 40.62% | |
getblocktemplate()::$_0::operator()(RPCHelpManconst&,JSONRPCRequestconst&)const | 226 | 78 | 34.51% | |
getpeerinfo()::$_0::operator()(RPCHelpManconst&,JSONRPCRequestconst&)const | 89 | 10 | 11.23% | |
getaddednodeinfo()::$_0::operator()(RPCHelpManconst&,JSONRPCRequestconst&)const | 34 | 15 | 44.11% | |
ParsePrevouts(UniValueconst&,FlatSigningProvider*,std::__1::map
|
85 | 10 | 11.76% | |
RPCHelpMan::HandleRequest(JSONRPCRequestconst&)const | 46 | 25 | 54.34% | |
miniscript::Node
|
141 | 51 | 36.17% | |
Chainstate::InvalidateBlock(BlockValidationState&,CBlockIndex*) | 98 | 5 | 5.102% | |
CVerifyDB::VerifyDB(Chainstate&,Consensus::Paramsconst&,CCoinsView&,int,int) | 113 | 5 | 4.424% | |
wallet::AvailableCoins(wallet::CWalletconst&,wallet::CCoinControlconst*,std::__1::optional
|
95 | 18 | 18.94% | |
wallet::SelectCoins(wallet::CWalletconst&,wallet::CoinsResult&,wallet::PreSelectedInputsconst&,longconst&,wallet::CCoinControlconst&,wallet::CoinSelectionParamsconst&) | 34 | 12 | 35.29% | |
wallet::CreateTransaction(wallet::CWallet&,std::__1::vector
|
39 | 13 | 33.33% | |
wallet::CreateTransactionInternal(wallet::CWallet&,std::__1::vector
|
242 | 81 | 33.47% | |
ReadRegTestArgs(ArgsManagerconst&,CChainParams::RegTestOptions&) | 60 | 16 | 26.66% | |
AppInitParameterInteraction(ArgsManagerconst&) | 170 | 83 | 48.82% | |
node::ApplyArgsManOptions(ArgsManagerconst&,kernel::ChainstateManagerOpts&) | 33 | 15 | 45.45% |
The below fuzzers are templates and suggestions for how to target the set of optimal functions above
#include "ada_fuzz_header.h"
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
af_safe_gb_init(data, size);
/* target AppInit */
UNKNOWN_TYPE unknown_0;
AppInit(unknown_0);
af_safe_gb_cleanup();
}
This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link
Source file | Reached by | Covered by |
---|---|---|
/src/bitcoin-core/src/bench/txgraph.cpp | [] | [] |
/src/bitcoin-core/src/test/util/setup_common.cpp | [] | [] |
/src/bitcoin-core/src/threadsafety.h | [] | [] |
/src/bitcoin-core/src/addrdb.cpp | [] | [] |
/src/bitcoin-core/src/wallet/test/coinselection_tests.cpp | [] | [] |
/src/bitcoin-core/src/ipc/libmultiprocess/include/mp/proxy-types.h | [] | [] |
/src/bitcoin-core/src/bench/checkblock.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/message.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/table/table_builder.cc | [] | [] |
/src/bitcoin-core/src/net_processing.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/util/mempool.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/assumptions.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/miniscript.cpp | [] | [] |
/src/bitcoin-core/src/common/system.cpp | [] | [] |
/src/bitcoin-core/src/core_write.cpp | [] | [] |
/src/bitcoin-core/src/test/argsman_tests.cpp | [] | [] |
/src/bitcoin-core/src/qt/addressbookpage.cpp | [] | [] |
/src/bitcoin-core/src/qt/createwalletdialog.cpp | [] | [] |
/src/bitcoin-core/src/wallet/crypter.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/modules/ellswift/tests_exhaustive_impl.h | [] | [] |
/src/bitcoin-core/contrib/devtools/bitcoin-tidy/nontrivial-threadlocal.cpp | [] | [] |
/src/bitcoin-core/src/common/netif.cpp | [] | [] |
/src/bitcoin-core/src/support/cleanse.cpp | [] | [] |
/src/bitcoin-core/src/util/threadinterrupt.cpp | [] | [] |
/src/bitcoin-core/src/crypto/hex_base.h | [] | [] |
/src/bitcoin-core/src/crc32c/src/crc32c_portable.cc | [] | [] |
/src/bitcoin-core/src/leveldb/util/histogram.cc | [] | [] |
/src/bitcoin-core/src/univalue/include/univalue.h | [] | [] |
/src/bitcoin-core/src/univalue/test/object.cpp | [] | [] |
/src/bitcoin-core/src/test/bloom_tests.cpp | [] | [] |
/src/bitcoin-core/src/qt/transactionoverviewwidget.cpp | [] | [] |
/src/bitcoin-core/src/qt/qrimagewidget.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/table/iterator.cc | [] | [] |
/src/bitcoin-core/src/test/ipc_test.h | [] | [] |
/src/bitcoin-core/src/bench/load_external.cpp | [] | [] |
/src/bitcoin-core/src/zmq/zmqpublishnotifier.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/feeratediagram.cpp | [] | [] |
/src/bitcoin-core/src/qt/coincontroltreewidget.cpp | [] | [] |
/src/bitcoin-core/src/rpc/net.cpp | [] | [] |
/src/bitcoin-core/src/qt/clientmodel.h | [] | [] |
/src/bitcoin-core/src/wallet/external_signer_scriptpubkeyman.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/version_set.h | [] | [] |
/src/bitcoin-core/src/leveldb/util/posix_logger.h | [] | [] |
/src/bitcoin-core/src/qt/sendcoinsdialog.h | [] | [] |
/src/bitcoin-core/src/init/bitcoin-gui.cpp | [] | [] |
/src/bitcoin-core/src/zmq/zmqabstractnotifier.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/table/format.cc | [] | [] |
/src/bitcoin-core/src/test/fuzz/scriptnum_ops.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/hsort_impl.h | [] | [] |
/src/bitcoin-core/src/kernel/chain.cpp | [] | [] |
/src/bitcoin-core/src/minisketch/src/fields/generic_5bytes.cpp | [] | [] |
/src/bitcoin-core/src/bench/bench_bitcoin.cpp | [] | [] |
/src/bitcoin-core/src/util/any.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/fuzz.h | [] | [] |
/src/bitcoin-core/src/torcontrol.h | [] | [] |
/src/bitcoin-core/src/util/strencodings.h | [] | [] |
/src/bitcoin-core/src/leveldb/util/bloom.cc | [] | [] |
/src/bitcoin-core/src/leveldb/util/logging_test.cc | [] | [] |
/src/bitcoin-core/src/index/base.cpp | [] | [] |
/src/bitcoin-core/src/test/pcp_tests.cpp | [] | [] |
/src/bitcoin-core/src/util/sock.cpp | [] | [] |
/src/bitcoin-core/src/util/readwritefile.cpp | [] | [] |
/src/bitcoin-core/src/wallet/test/coinselector_tests.cpp | [] | [] |
/src/bitcoin-core/src/test/compress_tests.cpp | [] | [] |
/src/bitcoin-core/src/crypto/hex_base.cpp | [] | [] |
/src/bitcoin-core/src/univalue/include/univalue_utffilter.h | [] | [] |
/src/bitcoin-core/src/leveldb/issues/issue320_test.cc | [] | [] |
/src/bitcoin-core/src/test/util/coverage.cpp | [] | [] |
/src/bitcoin-core/src/test/net_tests.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/script_sign.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/crypto_chacha20poly1305.cpp | [] | [] |
/src/bitcoin-core/src/minisketch/src/fields/generic_3bytes.cpp | [] | [] |
/src/bitcoin-core/src/wallet/migrate.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/eckey_impl.h | [] | [] |
/src/bitcoin-core/src/util/insert.h | [] | [] |
/src/bitcoin-core/src/test/result_tests.cpp | [] | [] |
/src/bitcoin-core/src/zmq/zmqnotificationinterface.cpp | [] | [] |
/src/bitcoin-core/src/wallet/rpc/backup.cpp | [] | [] |
/src/bitcoin-core/src/consensus/validation.h | [] | [] |
/src/bitcoin-core/src/leveldb/util/crc32c.h | [] | [] |
/src/bitcoin-core/src/secp256k1/include/secp256k1.h | [] | [] |
/src/bitcoin-core/src/qt/bitcoinunits.h | [] | [] |
/src/bitcoin-core/src/util/bitset.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/bench_internal.c | [] | [] |
/src/bitcoin-core/src/secp256k1/src/bench.c | [] | [] |
/src/bitcoin-core/src/secp256k1/src/ecmult.h | [] | [] |
/src/bitcoin-core/src/qt/addresstablemodel.cpp | [] | [] |
/src/bitcoin-core/src/qt/optionsmodel.cpp | [] | [] |
/src/bitcoin-core/src/rpc/server.cpp | [] | [] |
/src/bitcoin-core/src/rpc/mempool.cpp | [] | [] |
/src/bitcoin-core/src/interfaces/init.h | [] | [] |
/src/bitcoin-core/src/crypto/chacha20.cpp | [] | [] |
/src/bitcoin-core/src/test/txrequest_tests.cpp | [] | [] |
/src/bitcoin-core/src/qt/networkstyle.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/util/histogram.h | [] | [] |
/src/bitcoin-core/src/qt/transactiondesc.h | [] | [] |
/src/bitcoin-core/src/util/check.h | [] | [] |
/src/bitcoin-core/src/wallet/db.cpp | [] | [] |
/src/bitcoin-core/src/rpc/blockchain.cpp | [] | [] |
/src/bitcoin-core/src/qt/overviewpage.cpp | [] | [] |
/src/bitcoin-core/src/coins.cpp | [] | [] |
/src/bitcoin-core/src/wallet/rpc/addresses.cpp | [] | [] |
/src/bitcoin-core/src/test/blockencodings_tests.cpp | [] | [] |
/src/bitcoin-core/src/test/validation_tests.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/table/filter_block.h | [] | [] |
/src/bitcoin-core/src/node/coins_view_args.cpp | [] | [] |
/src/bitcoin-core/src/test/util/net.h | [] | [] |
/src/bitcoin-core/src/test/torcontrol_tests.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/poolresource.cpp | [] | [] |
/src/bitcoin-core/src/wallet/rpc/encrypt.cpp | [] | [] |
/src/bitcoin-core/src/node/caches.cpp | [] | [] |
/src/bitcoin-core/src/init.cpp | [] | [] |
/src/bitcoin-core/src/bip324.h | [] | [] |
/src/bitcoin-core/src/span.h | [] | [] |
/src/bitcoin-core/src/node/blockstorage.h | [] | [] |
/src/bitcoin-core/src/test/util/str.cpp | [] | [] |
/src/bitcoin-core/src/qt/intro.cpp | [] | [] |
/src/bitcoin-core/src/qt/test/wallettests.cpp | [] | [] |
/src/bitcoin-core/src/net.cpp | [] | [] |
/src/bitcoin-core/src/test/util_tests.cpp | [] | [] |
/src/bitcoin-core/src/qt/bitcoingui.cpp | [] | [] |
/src/bitcoin-core/src/test/net_peer_connection_tests.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/prevector.cpp | [] | [] |
/src/bitcoin-core/src/bench/examples.cpp | [] | [] |
/src/bitcoin-core/src/test/orphanage_tests.cpp | [] | [] |
/src/bitcoin-core/src/script/miniscript.h | [] | [] |
/src/bitcoin-core/src/wallet/test/wallet_tests.cpp | [] | [] |
/src/bitcoin-core/src/ipc/libmultiprocess/include/mp/type-struct.h | [] | [] |
/src/bitcoin-core/src/protocol.cpp | [] | [] |
/src/bitcoin-core/src/test/miniscript_tests.cpp | [] | [] |
/src/bitcoin-core/src/bench/txorphanage.cpp | [] | [] |
/src/bitcoin-core/src/policy/feerate.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/testrand_impl.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/secp256k1.c | [] | [] |
/src/bitcoin-core/src/test/raii_event_tests.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/descriptor_parse.cpp | [] | [] |
/src/bitcoin-core/src/qt/walletmodel.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/field_impl.h | [] | [] |
/src/bitcoin-core/src/qt/bantablemodel.cpp | [] | [] |
/src/bitcoin-core/src/node/kernel_notifications.h | [] | [] |
/src/bitcoin-core/src/test/checkqueue_tests.cpp | [] | [] |
/src/bitcoin-core/src/test/util/random.h | [] | [] |
/src/bitcoin-core/src/test/util/coins.cpp | [] | [] |
/src/bitcoin-core/src/crypto/ctaes/ctaes.c | [] | [] |
/src/bitcoin-core/src/qt/test/addressbooktests.h | [] | [] |
/src/bitcoin-core/src/util/threadnames.cpp | [] | [] |
/src/bitcoin-core/src/wallet/interfaces.cpp | [] | [] |
/src/bitcoin-core/src/qt/test/apptests.cpp | [] | [] |
/src/bitcoin-core/src/wallet/sqlite.cpp | [] | [] |
/src/bitcoin-core/src/test/util/txmempool.h | [] | [] |
/src/bitcoin-core/src/qt/platformstyle.h | [] | [] |
/src/bitcoin-core/src/wallet/rpc/transactions.cpp | [] | [] |
/src/bitcoin-core/src/policy/truc_policy.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/dumpfile.cc | [] | [] |
/src/bitcoin-core/src/secp256k1/src/tests_exhaustive.c | [] | [] |
/src/bitcoin-core/src/wallet/load.cpp | [] | [] |
/src/bitcoin-core/src/index/blockfilterindex.h | [] | [] |
/src/bitcoin-core/src/leveldb/port/port_stdcxx.h | [] | [] |
/src/bitcoin-core/src/test/bip32_tests.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/snapshot.h | [] | [] |
/src/bitcoin-core/src/node/connection_types.cpp | [] | [] |
/src/bitcoin-core/src/validationinterface.cpp | [] | [] |
/src/bitcoin-core/src/interfaces/mining.h | [] | [] |
/src/bitcoin-core/src/util/check.cpp | [] | [] |
/src/bitcoin-core/src/wallet/scriptpubkeyman.cpp | [] | [] |
/src/bitcoin-core/src/test/util/logging.cpp | [] | [] |
/src/bitcoin-core/src/compat/endian.h | [] | [] |
/src/bitcoin-core/src/qt/optionsdialog.cpp | [] | [] |
/src/bitcoin-core/src/wallet/test/feebumper_tests.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/version_edit_test.cc | [] | [] |
/src/bitcoin-core/src/common/config.cpp | [] | [] |
/src/bitcoin-core/src/bench/logging.cpp | [] | [] |
/src/bitcoin-core/src/consensus/tx_check.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/modinv32_impl.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/scalar_4x64_impl.h | [] | [] |
/src/bitcoin-core/src/bench/pool.cpp | [] | [] |
/src/bitcoin-core/src/bench/mempool_stress.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/table/block_builder.cc | [] | [] |
/src/bitcoin-core/src/bench/disconnected_transactions.cpp | [] | [] |
/src/bitcoin-core/src/util/moneystr.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/block_index.cpp | [] | [] |
/src/bitcoin-core/src/ipc/capnp/protocol.cpp | [] | [] |
/src/bitcoin-core/src/wallet/coinselection.cpp | [] | [] |
/src/bitcoin-core/src/util/string.cpp | [] | [] |
/src/bitcoin-core/src/common/settings.h | [] | [] |
/src/bitcoin-core/src/util/exception.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/util/descriptor.cpp | [] | [] |
/src/bitcoin-core/src/netmessagemaker.h | [] | [] |
/src/bitcoin-core/src/kernel/chainparams.h | [] | [] |
/src/bitcoin-core/src/rpc/server_util.cpp | [] | [] |
/src/bitcoin-core/src/ipc/libmultiprocess/include/mp/util.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/system.cpp | [] | [] |
/src/bitcoin-core/src/pubkey.cpp | [] | [] |
/src/bitcoin-core/src/dummywallet.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/rbf.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/util/net.h | [] | [] |
/src/bitcoin-core/src/rpc/server.h | [] | [] |
/src/bitcoin-core/src/bench/checkblockindex.cpp | [] | [] |
/src/bitcoin-core/src/bench/rpc_mempool.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/field.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/ctime_tests.c | [] | [] |
/src/bitcoin-core/contrib/devtools/bitcoin-tidy/bitcoin-tidy.cpp | [] | [] |
/src/bitcoin-core/src/wallet/transaction.cpp | [] | [] |
/src/bitcoin-core/src/memusage.h | [] | [] |
/src/bitcoin-core/src/test/serialize_tests.cpp | [] | [] |
/src/bitcoin-core/src/bench/wallet_migration.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/table/filter_block_test.cc | [] | [] |
/src/bitcoin-core/src/test/fuzz/util/net.cpp | [] | [] |
/src/bitcoin-core/src/wallet/dump.cpp | [] | [] |
/src/bitcoin-core/src/cuckoocache.h | [] | [] |
/src/bitcoin-core/src/txgraph.h | [] | [] |
/src/bitcoin-core/src/leveldb/table/iterator_wrapper.h | [] | [] |
/src/bitcoin-core/src/test/scheduler_tests.cpp | [] | [] |
/src/bitcoin-core/src/compat/cpuid.h | [] | [] |
/src/bitcoin-core/src/ipc/libmultiprocess/include/mp/type-context.h | [] | [] |
/src/bitcoin-core/src/node/abort.cpp | [] | [] |
/src/bitcoin-core/contrib/devtools/bitcoin-tidy/nontrivial-threadlocal.h | [] | [] |
/src/bitcoin-core/src/chainparamsbase.cpp | [] | [] |
/src/bitcoin-core/src/node/utxo_snapshot.h | [] | [] |
/src/bitcoin-core/src/minisketch/src/test.cpp | [] | [] |
/src/bitcoin-core/src/ipc/interfaces.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/util/mempool.h | [] | [] |
/src/bitcoin-core/src/walletinitinterface.h | [] | [] |
/src/bitcoin-core/src/crypto/ctaes/bench.c | [] | [] |
/src/bitcoin-core/src/qt/test/uritests.cpp | [] | [] |
/src/bitcoin-core/src/support/events.h | [] | [] |
/src/bitcoin-core/src/leveldb/db/table_cache.cc | [] | [] |
/src/bitcoin-core/src/ipc/libmultiprocess/example/calculator.cpp | [] | [] |
/src/bitcoin-core/src/qt/peertablesortproxy.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/signature_checker.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/repair.cc | [] | [] |
/src/bitcoin-core/src/test/util/random.cpp | [] | [] |
/src/bitcoin-core/src/crypto/chacha20poly1305.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/util/status.cc | [] | [] |
/src/bitcoin-core/src/test/fuzz/versionbits.cpp | [] | [] |
/src/bitcoin-core/src/minisketch/src/sketch.h | [] | [] |
/src/bitcoin-core/src/qt/recentrequeststablemodel.cpp | [] | [] |
/src/bitcoin-core/src/util/fs.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/mini_miner.cpp | [] | [] |
/src/bitcoin-core/src/net_permissions.cpp | [] | [] |
/src/bitcoin-core/src/util/vector.h | [] | [] |
/src/bitcoin-core/src/rpc/output_script.cpp | [] | [] |
/src/bitcoin-core/src/test/txvalidation_tests.cpp | [] | [] |
/src/bitcoin-core/src/ipc/libmultiprocess/example/example.cpp | [] | [] |
/src/bitcoin-core/src/bench/prevector.cpp | [] | [] |
/src/bitcoin-core/src/qt/receivecoinsdialog.cpp | [] | [] |
/src/bitcoin-core/src/node/mempool_persist.cpp | [] | [] |
/src/bitcoin-core/src/wallet/test/fuzz/wallet_bdb_parser.cpp | [] | [] |
/src/bitcoin-core/src/chain.h | [] | [] |
/src/bitcoin-core/src/wallet/test/walletload_tests.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/benchmarks/db_bench.cc | [] | [] |
/src/bitcoin-core/src/leveldb/util/comparator.cc | [] | [] |
/src/bitcoin-core/src/init/bitcoin-wallet.cpp | [] | [] |
/src/bitcoin-core/src/crc32c/src/crc32c_read_le.h | [] | [] |
/src/bitcoin-core/src/crc32c/src/crc32c_round_up_unittest.cc | [] | [] |
/src/bitcoin-core/src/crypto/sha3.cpp | [] | [] |
/src/bitcoin-core/src/qt/transactionview.cpp | [] | [] |
/src/bitcoin-core/src/util/trace.h | [] | [] |
/src/bitcoin-core/src/chain.cpp | [] | [] |
/src/bitcoin-core/src/util/thread.cpp | [] | [] |
/src/bitcoin-core/src/serialize.h | [] | [] |
/src/bitcoin-core/src/script/interpreter.h | [] | [] |
/src/bitcoin-core/src/wallet/rpc/coins.cpp | [] | [] |
/src/bitcoin-core/src/minisketch/src/minisketch.cpp | [] | [] |
/src/bitcoin-core/src/bench/poly1305.cpp | [] | [] |
/src/bitcoin-core/src/crc32c/src/crc32c_benchmark.cc | [] | [] |
/src/bitcoin-core/src/ipc/process.h | [] | [] |
/src/bitcoin-core/src/leveldb/db/log_reader.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/deserialize.cpp | [] | [] |
/src/bitcoin-core/src/test/ipc_test.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/modules/recovery/bench_impl.h | [] | [] |
/src/bitcoin-core/src/dbwrapper.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/modules/ecdh/bench_impl.h | [] | [] |
/src/bitcoin-core/src/test/chainstate_write_tests.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/checkqueue.cpp | [] | [] |
/src/bitcoin-core/src/test/util/transaction_utils.cpp | [] | [] |
/src/bitcoin-core/src/txrequest.cpp | [] | [] |
/src/bitcoin-core/src/util/sock.h | [] | [] |
/src/bitcoin-core/src/undo.h | [] | [] |
/src/bitcoin-core/src/util/strencodings.cpp | [] | [] |
/src/bitcoin-core/src/test/script_segwit_tests.cpp | [] | [] |
/src/bitcoin-core/src/rpc/external_signer.cpp | [] | [] |
/src/bitcoin-core/src/util/serfloat.cpp | [] | [] |
/src/bitcoin-core/src/qt/openuridialog.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/helpers/memenv/memenv.cc | [] | [] |
/src/bitcoin-core/src/qt/test/addressbooktests.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/scalar_impl.h | [] | [] |
/src/bitcoin-core/src/interfaces/node.h | [] | [] |
/src/bitcoin-core/src/ipc/libmultiprocess/include/mp/type-message.h | [] | [] |
/src/bitcoin-core/src/minisketch/src/sketch_impl.h | [] | [] |
/src/bitcoin-core/src/bench/addrman.cpp | [] | [] |
/src/bitcoin-core/src/wallet/test/util.h | [] | [] |
/src/bitcoin-core/src/test/crypto_tests.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/write_batch_internal.h | [] | [] |
/src/bitcoin-core/src/init/common.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/precompute_ecmult.c | [] | [] |
/src/bitcoin-core/src/common/settings.cpp | [] | [] |
/src/bitcoin-core/src/crypto/ripemd160.cpp | [] | [] |
/src/bitcoin-core/src/net.h | [] | [] |
/src/bitcoin-core/src/qt/sendcoinsentry.cpp | [] | [] |
/src/bitcoin-core/src/psbt.h | [] | [] |
/src/bitcoin-core/src/util/time.h | [] | [] |
/src/bitcoin-core/src/ipc/libmultiprocess/example/printer.cpp | [] | [] |
/src/bitcoin-core/src/qt/freespacechecker.h | [] | [] |
/src/bitcoin-core/src/qt/receiverequestdialog.cpp | [] | [] |
/src/bitcoin-core/src/rpc/signmessage.cpp | [] | [] |
/src/bitcoin-core/src/node/minisketchwrapper.cpp | [] | [] |
/src/bitcoin-core/src/merkleblock.h | [] | [] |
/src/bitcoin-core/src/leveldb/table/two_level_iterator.cc | [] | [] |
/src/bitcoin-core/src/test/fuzz/key_io.cpp | [] | [] |
/src/bitcoin-core/src/test/addrman_tests.cpp | [] | [] |
/src/bitcoin-core/src/qt/guiutil.h | [] | [] |
/src/bitcoin-core/src/leveldb/db/db_test.cc | [] | [] |
/src/bitcoin-core/src/util/bip32.cpp | [] | [] |
/src/bitcoin-core/src/bitcoin-tx.cpp | [] | [] |
/src/bitcoin-core/src/test/txdownload_tests.cpp | [] | [] |
/src/bitcoin-core/src/external_signer.cpp | [] | [] |
/src/bitcoin-core/src/qt/rpcconsole.h | [] | [] |
/src/bitcoin-core/src/support/allocators/secure.h | [] | [] |
/src/bitcoin-core/src/netgroup.h | [] | [] |
/src/bitcoin-core/src/crc32c/src/crc32c_sse42.cc | [] | [] |
/src/bitcoin-core/src/util/fs_helpers.cpp | [] | [] |
/src/bitcoin-core/src/compressor.h | [] | [] |
/src/bitcoin-core/src/crypto/muhash.h | [] | [] |
/src/bitcoin-core/src/index/txindex.h | [] | [] |
/src/bitcoin-core/src/wallet/test/init_test_fixture.cpp | [] | [] |
/src/bitcoin-core/src/compressor.cpp | [] | [] |
/src/bitcoin-core/src/crypto/common.h | [] | [] |
/src/bitcoin-core/src/leveldb/include/leveldb/table_builder.h | [] | [] |
/src/bitcoin-core/src/tinyformat.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/field_10x26.h | [] | [] |
/src/bitcoin-core/src/rest.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/util/no_destructor_test.cc | [] | [] |
/src/bitcoin-core/src/scheduler.h | [] | [] |
/src/bitcoin-core/src/test/util/mining.cpp | [] | [] |
/src/bitcoin-core/src/kernel/mempool_limits.h | [] | [] |
/src/bitcoin-core/src/compat/stdin.cpp | [] | [] |
/src/bitcoin-core/src/kernel/disconnected_transactions.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/include/leveldb/comparator.h | [] | [] |
/src/bitcoin-core/src/netbase.h | [] | [] |
/src/bitcoin-core/src/test/denialofservice_tests.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/log_writer.h | [] | [] |
/src/bitcoin-core/src/ipc/libmultiprocess/src/mp/gen.cpp | [] | [] |
/src/bitcoin-core/src/test/validation_chainstatemanager_tests.cpp | [] | [] |
/src/bitcoin-core/src/streams.cpp | [] | [] |
/src/bitcoin-core/src/node/txorphanage.h | [] | [] |
/src/bitcoin-core/src/rpc/client.cpp | [] | [] |
/src/bitcoin-core/src/qt/transactionoverviewwidget.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/torcontrol.cpp | [] | [] |
/src/bitcoin-core/src/wallet/walletdb.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/merkle.cpp | [] | [] |
/src/bitcoin-core/src/script/interpreter.cpp | [] | [] |
/src/bitcoin-core/src/test/util/str.h | [] | [] |
/src/bitcoin-core/src/bench/crypto_hash.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/testutil.h | [] | [] |
/src/bitcoin-core/src/interfaces/handler.h | [] | [] |
/src/bitcoin-core/src/txgraph.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/util/testharness.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/modules/ellswift/bench_impl.h | [] | [] |
/src/bitcoin-core/src/util/epochguard.h | [] | [] |
/src/bitcoin-core/src/versionbits.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/util/env_test.cc | [] | [] |
/src/bitcoin-core/src/test/fuzz/timeoffsets.cpp | [] | [] |
/src/bitcoin-core/src/test/util/logging.h | [] | [] |
/src/bitcoin-core/src/validation.cpp | [] | [] |
/src/bitcoin-core/src/merkleblock.cpp | [] | [] |
/src/bitcoin-core/src/test/pow_tests.cpp | [] | [] |
/src/bitcoin-core/src/crypto/sha256.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/table/merger.cc | [] | [] |
/src/bitcoin-core/src/util/batchpriority.cpp | [] | [] |
/src/bitcoin-core/src/netaddress.cpp | [] | [] |
/src/bitcoin-core/src/minisketch/src/fields/generic_6bytes.cpp | [] | [] |
/src/bitcoin-core/src/qt/walletframe.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/util.cpp | [] | [] |
/src/bitcoin-core/src/bitcoin-wallet.cpp | [] | [] |
/src/bitcoin-core/src/test/getarg_tests.cpp | [] | [] |
/src/bitcoin-core/src/util/feefrac.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/util/hash.cc | [] | [] |
/src/bitcoin-core/src/util/chaintype.cpp | [] | [] |
/src/bitcoin-core/src/qt/psbtoperationsdialog.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/feefrac.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/benchmarks/db_bench_tree_db.cc | [] | [] |
/src/bitcoin-core/src/secp256k1/src/util.h | [] | [] |
/src/bitcoin-core/src/qt/bantablemodel.h | [] | [] |
/src/bitcoin-core/src/test/headers_sync_chainwork_tests.cpp | [] | [] |
/src/bitcoin-core/src/test/merkle_tests.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/c.cc | [] | [] |
/src/bitcoin-core/src/test/net_peer_eviction_tests.cpp | [] | [] |
/src/bitcoin-core/src/random.h | [] | [] |
/src/bitcoin-core/src/sync.cpp | [] | [] |
/src/bitcoin-core/src/qt/test/rpcnestedtests.h | [] | [] |
/src/bitcoin-core/src/leveldb/db/dbformat_test.cc | [] | [] |
/src/bitcoin-core/src/test/fuzz/locale.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/util/bloom_test.cc | [] | [] |
/src/bitcoin-core/src/test/util/json.cpp | [] | [] |
/src/bitcoin-core/src/kernel/notifications_interface.h | [] | [] |
/src/bitcoin-core/src/bech32.cpp | [] | [] |
/src/bitcoin-core/src/test/validation_block_tests.cpp | [] | [] |
/src/bitcoin-core/src/wallet/test/fuzz/spend.cpp | [] | [] |
/src/bitcoin-core/src/util/translation.h | [] | [] |
/src/bitcoin-core/src/leveldb/util/crc32c.cc | [] | [] |
/src/bitcoin-core/src/secp256k1/examples/musig.c | [] | [] |
/src/bitcoin-core/src/test/fuzz/bip324.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/util/mutexlock.h | [] | [] |
/src/bitcoin-core/src/test/dbwrapper_tests.cpp | [] | [] |
/src/bitcoin-core/src/qt/splashscreen.cpp | [] | [] |
/src/bitcoin-core/src/minisketch/src/fields/clmul_6bytes.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/util/cache.cc | [] | [] |
/src/bitcoin-core/src/test/netbase_tests.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/util/env_posix_test.cc | [] | [] |
/src/bitcoin-core/src/util/bytevectorhash.cpp | [] | [] |
/src/bitcoin-core/src/bench/bech32.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/write_batch.cc | [] | [] |
/src/bitcoin-core/src/qt/transactionfilterproxy.h | [] | [] |
/src/bitcoin-core/src/qt/editaddressdialog.cpp | [] | [] |
/src/bitcoin-core/src/qt/clientmodel.cpp | [] | [] |
/src/bitcoin-core/src/test/allocator_tests.cpp | [] | [] |
/src/bitcoin-core/src/rpc/txoutproof.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/process_messages.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/db_impl.h | [] | [] |
/src/bitcoin-core/src/kernel/mempool_entry.h | [] | [] |
/src/bitcoin-core/src/bench/lockedpool.cpp | [] | [] |
/src/bitcoin-core/src/wallet/test/fuzz/scriptpubkeyman.cpp | [] | [] |
/src/bitcoin-core/src/node/warnings.cpp | [] | [] |
/src/bitcoin-core/src/node/mempool_args.cpp | [] | [] |
/src/bitcoin-core/src/test/util/time.h | [] | [] |
/src/bitcoin-core/src/scheduler.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/include/leveldb/slice.h | [] | [] |
/src/bitcoin-core/src/dbwrapper.h | [] | [] |
/src/bitcoin-core/src/test/uint256_tests.cpp | [] | [] |
/src/bitcoin-core/src/test/util/net.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/contrib/lax_der_privatekey_parsing.c | [] | [] |
/src/bitcoin-core/src/util/hash_type.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/minisketch.cpp | [] | [] |
/src/bitcoin-core/src/crypto/sha512.h | [] | [] |
/src/bitcoin-core/src/univalue/lib/univalue_write.cpp | [] | [] |
/src/bitcoin-core/src/node/database_args.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/FuzzedDataProvider.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/net.cpp | [] | [] |
/src/bitcoin-core/src/qt/notificator.h | [] | [] |
/src/bitcoin-core/src/qt/modaloverlay.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/precomputed_ecmult_gen.c | [] | [] |
/src/bitcoin-core/src/test/fuzz/rpc.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/write_batch_test.cc | [] | [] |
/src/bitcoin-core/src/test/span_tests.cpp | [] | [] |
/src/bitcoin-core/src/node/coin.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/coins_view.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/parse_univalue.cpp | [] | [] |
/src/bitcoin-core/src/crc32c/src/crc32c_sse42_unittest.cc | [] | [] |
/src/bitcoin-core/src/secp256k1/src/modinv64_impl.h | [] | [] |
/src/bitcoin-core/src/primitives/block.cpp | [] | [] |
/src/bitcoin-core/src/qt/utilitydialog.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/p2p_headers_presync.cpp | [] | [] |
/src/bitcoin-core/src/crc32c/src/crc32c_arm64.cc | [] | [] |
/src/bitcoin-core/src/qt/walletframe.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/fuzz.cpp | ['bitcoin-coretest/fuzz/fuzz.cpp'] | ['bitcoin-coretest/fuzz/fuzz.cpp'] |
/src/bitcoin-core/src/test/sync_tests.cpp | [] | [] |
/src/bitcoin-core/src/minisketch/src/fields/clmul_3bytes.cpp | [] | [] |
/src/bitcoin-core/src/crc32c/src/crc32c_extend_unittests.h | [] | [] |
/src/bitcoin-core/src/util/hasher.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/coinscache_sim.cpp | [] | [] |
/src/bitcoin-core/src/wallet/crypter.h | [] | [] |
/src/bitcoin-core/src/crypto/hkdf_sha256_32.cpp | [] | [] |
/src/bitcoin-core/src/bench/ellswift.cpp | [] | [] |
/src/bitcoin-core/src/node/txorphanage.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/util/env_windows.cc | [] | [] |
/src/bitcoin-core/src/secp256k1/src/modules/musig/tests_impl.h | [] | [] |
/src/bitcoin-core/src/ipc/libmultiprocess/test/mp/test/test.cpp | [] | [] |
/src/bitcoin-core/src/httprpc.cpp | [] | [] |
/src/bitcoin-core/src/util/time.cpp | [] | [] |
/src/bitcoin-core/src/addrman_impl.h | [] | [] |
/src/bitcoin-core/src/qt/bitcoingui.h | [] | [] |
/src/bitcoin-core/src/test/util/script.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/builder.cc | [] | [] |
/src/bitcoin-core/src/secp256k1/src/scalar_4x64.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/ecmult_const_impl.h | [] | [] |
/src/bitcoin-core/src/test/compilerbug_tests.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/scalar_8x32_impl.h | [] | [] |
/src/bitcoin-core/src/random.cpp | [] | [] |
/src/bitcoin-core/src/qt/walletview.h | [] | [] |
/src/bitcoin-core/src/node/txdownloadman_impl.cpp | [] | [] |
/src/bitcoin-core/src/checkqueue.h | [] | [] |
/src/bitcoin-core/src/bitcoind.cpp | [] | [] |
/src/bitcoin-core/src/cluster_linearize.h | [] | [] |
/src/bitcoin-core/src/util/result.h | [] | [] |
/src/bitcoin-core/src/addresstype.cpp | [] | [] |
/src/bitcoin-core/src/test/descriptor_tests.cpp | [] | [] |
/src/bitcoin-core/src/ipc/libmultiprocess/example/calculator.h | [] | [] |
/src/bitcoin-core/src/test/miniminer_tests.cpp | [] | [] |
/src/bitcoin-core/src/policy/packages.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/util/check_globals.cpp | [] | [] |
/src/bitcoin-core/src/minisketch/src/fields/generic_2bytes.cpp | [] | [] |
/src/bitcoin-core/src/crypto/sha256_x86_shani.cpp | [] | [] |
/src/bitcoin-core/src/compat/byteswap.h | [] | [] |
/src/bitcoin-core/src/node/interfaces.cpp | [] | [] |
/src/bitcoin-core/src/node/mini_miner.h | [] | [] |
/src/bitcoin-core/src/leveldb/include/leveldb/write_batch.h | [] | [] |
/src/bitcoin-core/src/kernel/coinstats.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/util/random.h | [] | [] |
/src/bitcoin-core/src/bench/base58.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/include/leveldb/cache.h | [] | [] |
/src/bitcoin-core/src/minisketch/src/lintrans.h | [] | [] |
/src/bitcoin-core/src/rpc/fees.cpp | [] | [] |
/src/bitcoin-core/src/ipc/libmultiprocess/include/mp/proxy.h | [] | [] |
/src/bitcoin-core/src/protocol.h | [] | [] |
/src/bitcoin-core/src/uint256.h | [] | [] |
/src/bitcoin-core/src/signet.h | [] | [] |
/src/bitcoin-core/src/test/translation_tests.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/include/leveldb/filter_policy.h | [] | [] |
/src/bitcoin-core/src/node/psbt.cpp | [] | [] |
/src/bitcoin-core/src/net_processing.cpp | [] | [] |
/src/bitcoin-core/src/crc32c/src/crc32c_sse42_check.h | [] | [] |
/src/bitcoin-core/src/script/parsing.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/util.h | [] | [] |
/src/bitcoin-core/src/netbase.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/modules/ellswift/tests_impl.h | [] | [] |
/src/bitcoin-core/src/index/txindex.cpp | [] | [] |
/src/bitcoin-core/src/crypto/chacha20.h | [] | [] |
/src/bitcoin-core/src/zmq/zmqpublishnotifier.cpp | [] | [] |
/src/bitcoin-core/src/index/blockfilterindex.cpp | [] | [] |
/src/bitcoin-core/src/node/interface_ui.h | [] | [] |
/src/bitcoin-core/src/test/util_string_tests.cpp | [] | [] |
/src/bitcoin-core/src/init/bitcoind.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/policy_estimator_io.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/banman.cpp | [] | [] |
/src/bitcoin-core/src/semaphore_grant.h | [] | [] |
/src/bitcoin-core/src/qt/addresstablemodel.h | [] | [] |
/src/bitcoin-core/src/bench/connectblock.cpp | [] | [] |
/src/bitcoin-core/src/pubkey.h | [] | [] |
/src/bitcoin-core/src/bench/peer_eviction.cpp | [] | [] |
/src/bitcoin-core/src/bench/wallet_balance.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/corruption_test.cc | [] | [] |
/src/bitcoin-core/src/qt/walletmodel.h | [] | [] |
/src/bitcoin-core/src/common/run_command.cpp | [] | [] |
/src/bitcoin-core/src/wallet/rpc/signmessage.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/multiplication_overflow.cpp | [] | [] |
/src/bitcoin-core/src/wallet/transaction.h | [] | [] |
/src/bitcoin-core/src/qt/bitcoinaddressvalidator.cpp | [] | [] |
/src/bitcoin-core/src/bench/descriptors.cpp | [] | [] |
/src/bitcoin-core/src/test/testnet4_miner_tests.cpp | [] | [] |
/src/bitcoin-core/src/util/fastrange.h | [] | [] |
/src/bitcoin-core/src/qt/signverifymessagedialog.cpp | [] | [] |
/src/bitcoin-core/src/minisketch/src/fields/generic_8bytes.cpp | [] | [] |
/src/bitcoin-core/src/kernel/disconnected_transactions.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/scratch_impl.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/bench_ecmult.c | [] | [] |
/src/bitcoin-core/src/leveldb/db/c_test.c | [] | [] |
/src/bitcoin-core/src/bench/coin_selection.cpp | [] | [] |
/src/bitcoin-core/src/qt/qvaluecombobox.cpp | [] | [] |
/src/bitcoin-core/src/bench/rollingbloom.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/modules/schnorrsig/bench_impl.h | [] | [] |
/src/bitcoin-core/src/bench/duplicate_inputs.cpp | [] | [] |
/src/bitcoin-core/src/wallet/test/db_tests.cpp | [] | [] |
/src/bitcoin-core/src/wallet/test/wallet_crypto_tests.cpp | [] | [] |
/src/bitcoin-core/src/node/txdownloadman.h | [] | [] |
/src/bitcoin-core/src/streams.h | [] | [] |
/src/bitcoin-core/src/node/transaction.cpp | [] | [] |
/src/bitcoin-core/src/bench/block_assemble.cpp | [] | [] |
/src/bitcoin-core/src/wallet/coinselection.h | [] | [] |
/src/bitcoin-core/src/minisketch/src/fields/clmul_1byte.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/block.cpp | [] | [] |
/src/bitcoin-core/src/ipc/libmultiprocess/test/mp/test/foo.h | [] | [] |
/src/bitcoin-core/src/minisketch/src/false_positives.h | [] | [] |
/src/bitcoin-core/src/test/coins_tests.cpp | [] | [] |
/src/bitcoin-core/src/qt/trafficgraphwidget.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/util/logging.cc | [] | [] |
/src/bitcoin-core/src/node/miner.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/skiplist_test.cc | [] | [] |
/src/bitcoin-core/src/test/fuzz/addrman.cpp | [] | [] |
/src/bitcoin-core/src/script/sign.cpp | [] | [] |
/src/bitcoin-core/src/qt/initexecutor.cpp | [] | [] |
/src/bitcoin-core/src/key.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/util/descriptor.h | [] | [] |
/src/bitcoin-core/src/test/util/blockfilter.cpp | [] | [] |
/src/bitcoin-core/src/node/eviction.cpp | [] | [] |
/src/bitcoin-core/src/primitives/transaction.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/modules/schnorrsig/tests_exhaustive_impl.h | [] | [] |
/src/bitcoin-core/src/bench/hashpadding.cpp | [] | [] |
/src/bitcoin-core/src/test/pmt_tests.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/util/testutil.cc | [] | [] |
/src/bitcoin-core/src/qt/walletcontroller.cpp | [] | [] |
/src/bitcoin-core/src/qt/test/wallettests.h | [] | [] |
/src/bitcoin-core/src/interfaces/chain.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/policy_estimator.cpp | [] | [] |
/src/bitcoin-core/src/util/macros.h | [] | [] |
/src/bitcoin-core/src/randomenv.cpp | [] | [] |
/src/bitcoin-core/src/test/sigopcount_tests.cpp | [] | [] |
/src/bitcoin-core/src/node/mempool_persist_args.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/integer.cpp | [] | [] |
/src/bitcoin-core/src/policy/ephemeral_policy.cpp | [] | [] |
/src/bitcoin-core/src/core_memusage.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/script_sigcache.cpp | [] | [] |
/src/bitcoin-core/src/kernel/context.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/field_5x52_int128_impl.h | [] | [] |
/src/bitcoin-core/src/bench/gcs_filter.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/util/env_posix.cc | [] | [] |
/src/bitcoin-core/src/qt/notificator.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/modules/extrakeys/tests_impl.h | [] | [] |
/src/bitcoin-core/src/minisketch/src/fields/generic_7bytes.cpp | [] | [] |
/src/bitcoin-core/src/banman.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/util/env_windows_test.cc | [] | [] |
/src/bitcoin-core/src/qt/winshutdownmonitor.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/port/thread_annotations.h | [] | [] |
/src/bitcoin-core/src/wallet/feebumper.h | [] | [] |
/src/bitcoin-core/src/crypto/sha256_sse41.cpp | [] | [] |
/src/bitcoin-core/src/qt/qrimagewidget.h | [] | [] |
/src/bitcoin-core/src/util/syserror.cpp | [] | [] |
/src/bitcoin-core/src/wallet/test/wallet_rpc_tests.cpp | [] | [] |
/src/bitcoin-core/src/logging.cpp | [] | [] |
/src/bitcoin-core/src/test/rbf_tests.cpp | [] | [] |
/src/bitcoin-core/src/uint256.cpp | [] | [] |
/src/bitcoin-core/src/clientversion.cpp | [] | [] |
/src/bitcoin-core/src/test/miner_tests.cpp | [] | [] |
/src/bitcoin-core/src/hash.h | [] | [] |
/src/bitcoin-core/src/node/peerman_args.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/util/testharness.cc | [] | [] |
/src/bitcoin-core/src/leveldb/include/leveldb/table.h | [] | [] |
/src/bitcoin-core/src/bech32.h | [] | [] |
/src/bitcoin-core/src/ipc/libmultiprocess/src/mp/proxy.cpp | [] | [] |
/src/bitcoin-core/src/qt/transactiontablemodel.h | [] | [] |
/src/bitcoin-core/src/util/transaction_identifier.h | [] | [] |
/src/bitcoin-core/src/leveldb/table/format.h | [] | [] |
/src/bitcoin-core/src/node/chainstate.cpp | [] | [] |
/src/bitcoin-core/src/script/solver.h | [] | [] |
/src/bitcoin-core/src/leveldb/table/table_test.cc | [] | [] |
/src/bitcoin-core/src/wallet/coincontrol.cpp | [] | [] |
/src/bitcoin-core/src/util/byte_units.h | [] | [] |
/src/bitcoin-core/src/crypto/hmac_sha512.cpp | [] | [] |
/src/bitcoin-core/src/test/util/poolresourcetester.h | [] | [] |
/src/bitcoin-core/src/node/txdownloadman_impl.h | [] | [] |
/src/bitcoin-core/src/support/lockedpool.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/ecmult_impl.h | [] | [] |
/src/bitcoin-core/src/flatfile.h | [] | [] |
/src/bitcoin-core/src/secp256k1/contrib/lax_der_parsing.c | [] | [] |
/src/bitcoin-core/src/bip324.cpp | [] | [] |
/src/bitcoin-core/src/torcontrol.cpp | [] | [] |
/src/bitcoin-core/src/rpc/register.h | [] | [] |
/src/bitcoin-core/src/outputtype.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/cuckoocache.cpp | [] | [] |
/src/bitcoin-core/src/qt/peertablemodel.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/memtable.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/field_5x52_impl.h | [] | [] |
/src/bitcoin-core/src/addrman.cpp | [] | [] |
/src/bitcoin-core/src/bench/bench.h | [] | [] |
/src/bitcoin-core/src/wallet/test/fuzz/coinselection.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/table/block.h | [] | [] |
/src/bitcoin-core/src/blockfilter.h | [] | [] |
/src/bitcoin-core/src/qt/peertablesortproxy.cpp | [] | [] |
/src/bitcoin-core/src/bench/streams_findbyte.cpp | [] | [] |
/src/bitcoin-core/src/validationinterface.h | [] | [] |
/src/bitcoin-core/src/common/args.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/pow.cpp | [] | [] |
/src/bitcoin-core/src/qt/bitcoinunits.cpp | [] | [] |
/src/bitcoin-core/src/addresstype.h | [] | [] |
/src/bitcoin-core/src/script/solver.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/checkmem.h | [] | [] |
/src/bitcoin-core/src/wallet/init.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/version_set_test.cc | [] | [] |
/src/bitcoin-core/src/leveldb/table/block_builder.h | [] | [] |
/src/bitcoin-core/src/leveldb/benchmarks/db_bench_sqlite3.cc | [] | [] |
/src/bitcoin-core/src/test/fuzz/utxo_snapshot.cpp | [] | [] |
/src/bitcoin-core/src/wallet/feebumper.cpp | [] | [] |
/src/bitcoin-core/src/qt/coincontroldialog.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/modules/schnorrsig/main_impl.h | [] | [] |
/src/bitcoin-core/src/rpc/request.cpp | [] | [] |
/src/bitcoin-core/src/qt/freespacechecker.cpp | [] | [] |
/src/bitcoin-core/src/interfaces/ipc.h | [] | [] |
/src/bitcoin-core/src/bench/bench.cpp | [] | [] |
/src/bitcoin-core/src/zmq/zmqabstractnotifier.h | [] | [] |
/src/bitcoin-core/src/util/golombrice.h | [] | [] |
/src/bitcoin-core/src/netaddress.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/hash_impl.h | [] | [] |
/src/bitcoin-core/src/test/script_p2sh_tests.cpp | [] | [] |
/src/bitcoin-core/src/minisketch/src/fields/generic_common_impl.h | [] | [] |
/src/bitcoin-core/src/bench/nanobench.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/validation_load_mempool.cpp | [] | [] |
/src/bitcoin-core/src/bench/wallet_ismine.cpp | [] | [] |
/src/bitcoin-core/src/wallet/test/fuzz/crypter.cpp | [] | [] |
/src/bitcoin-core/src/rpc/util.cpp | [] | [] |
/src/bitcoin-core/src/blockencodings.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/golomb_rice.cpp | [] | [] |
/src/bitcoin-core/src/support/allocators/pool.h | [] | [] |
/src/bitcoin-core/src/minisketch/src/fields/clmul_4bytes.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/key.cpp | [] | [] |
/src/bitcoin-core/src/wallet/coincontrol.h | [] | [] |
/src/bitcoin-core/src/addrman.h | [] | [] |
/src/bitcoin-core/src/bitcoin.cpp | [] | [] |
/src/bitcoin-core/src/bench/sign_transaction.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/scalar_low.h | [] | [] |
/src/bitcoin-core/src/coins.h | [] | [] |
/src/bitcoin-core/src/psbt.cpp | [] | [] |
/src/bitcoin-core/src/univalue/lib/univalue_read.cpp | [] | [] |
/src/bitcoin-core/src/qt/transactionview.h | [] | [] |
/src/bitcoin-core/src/ipc/libmultiprocess/include/mp/proxy-io.h | [] | [] |
/src/bitcoin-core/src/ipc/capnp/common-types.h | [] | [] |
/src/bitcoin-core/src/arith_uint256.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/script.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/fault_injection_test.cc | [] | [] |
/src/bitcoin-core/src/test/util_trace_tests.cpp | [] | [] |
/src/bitcoin-core/src/minisketch/src/fields/clmul_2bytes.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/util/coding.cc | [] | [] |
/src/bitcoin-core/src/crypto/sha256_avx2.cpp | [] | [] |
/src/bitcoin-core/src/minisketch/src/fields/clmul_5bytes.cpp | [] | [] |
/src/bitcoin-core/src/key_io.cpp | [] | [] |
/src/bitcoin-core/src/chainparams.cpp | [] | [] |
/src/bitcoin-core/src/ipc/libmultiprocess/include/mp/type-vector.h | [] | [] |
/src/bitcoin-core/src/deploymentinfo.cpp | [] | [] |
/src/bitcoin-core/src/core_read.cpp | [] | [] |
/src/bitcoin-core/src/rpc/node.cpp | [] | [] |
/src/bitcoin-core/src/ipc/protocol.h | [] | [] |
/src/bitcoin-core/src/leveldb/issues/issue178_test.cc | [] | [] |
/src/bitcoin-core/src/qt/test/util.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/headerssync.cpp | [] | [] |
/src/bitcoin-core/src/wallet/test/util.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/table/table.cc | [] | [] |
/src/bitcoin-core/src/qt/coincontroldialog.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/int128_struct_impl.h | [] | [] |
/src/bitcoin-core/src/test/cluster_linearize_tests.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/tx_pool.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/cluster_linearize.cpp | [] | [] |
/src/bitcoin-core/src/test/util/cluster_linearize.h | [] | [] |
/src/bitcoin-core/src/crc32c/src/crc32c_round_up.h | [] | [] |
/src/bitcoin-core/src/qt/walletmodeltransaction.cpp | [] | [] |
/src/bitcoin-core/src/wallet/wallet.cpp | [] | [] |
/src/bitcoin-core/src/indirectmap.h | [] | [] |
/src/bitcoin-core/src/wallet/rpc/util.cpp | [] | [] |
/src/bitcoin-core/src/script/descriptor.cpp | [] | [] |
/src/bitcoin-core/src/rpc/rawtransaction.cpp | [] | [] |
/src/bitcoin-core/src/util/tokenpipe.cpp | [] | [] |
/src/bitcoin-core/src/qt/test/apptests.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/transaction.cpp | [] | [] |
/src/bitcoin-core/src/interfaces/echo.h | [] | [] |
/src/bitcoin-core/src/bench/rpc_blockchain.cpp | [] | [] |
/src/bitcoin-core/src/crypto/sha1.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/muhash.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/package_eval.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/parse_hd_keypath.cpp | [] | [] |
/src/bitcoin-core/src/zmq/zmqrpc.cpp | [] | [] |
/src/bitcoin-core/src/arith_uint256.h | [] | [] |
/src/bitcoin-core/src/crc32c/src/crc32c_prefetch.h | [] | [] |
/src/bitcoin-core/src/kernel/chainparams.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/util/testutil.h | [] | [] |
/src/bitcoin-core/src/leveldb/db/memtable.cc | [] | [] |
/src/bitcoin-core/src/bench/verify_script.cpp | [] | [] |
/src/bitcoin-core/src/node/miner.h | [] | [] |
/src/bitcoin-core/src/leveldb/util/crc32c_test.cc | [] | [] |
/src/bitcoin-core/src/util/tokenpipe.h | [] | [] |
/src/bitcoin-core/src/test/prevector_tests.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/db_impl.cc | [] | [] |
/src/bitcoin-core/src/leveldb/table/block.cc | [] | [] |
/src/bitcoin-core/src/minisketch/src/fields/generic_1byte.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/overflow.cpp | [] | [] |
/src/bitcoin-core/src/qt/paymentserver.cpp | [] | [] |
/src/bitcoin-core/src/txmempool.h | [] | [] |
/src/bitcoin-core/src/test/transaction_tests.cpp | [] | [] |
/src/bitcoin-core/src/test/util/chainstate.h | [] | [] |
/src/bitcoin-core/src/crc32c/src/crc32c_arm64_check.h | [] | [] |
/src/bitcoin-core/src/qt/rpcconsole.cpp | [] | [] |
/src/bitcoin-core/src/node/timeoffsets.h | [] | [] |
/src/bitcoin-core/src/leveldb/util/windows_logger.h | [] | [] |
/src/bitcoin-core/src/util/overflow.h | [] | [] |
/src/bitcoin-core/src/test/scriptnum_tests.cpp | [] | [] |
/src/bitcoin-core/src/test/settings_tests.cpp | [] | [] |
/src/bitcoin-core/src/primitives/transaction.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/skiplist.h | [] | [] |
/src/bitcoin-core/src/test/base64_tests.cpp | [] | [] |
/src/bitcoin-core/src/ipc/libmultiprocess/example/init.h | [] | [] |
/src/bitcoin-core/src/flatfile.cpp | [] | [] |
/src/bitcoin-core/src/policy/fees.cpp | [] | [] |
/src/bitcoin-core/src/qt/bitcoinamountfield.cpp | [] | [] |
/src/bitcoin-core/src/bench/index_blockfilter.cpp | [] | [] |
/src/bitcoin-core/src/test/i2p_tests.cpp | [] | [] |
/src/bitcoin-core/src/test/cuckoocache_tests.cpp | [] | [] |
/src/bitcoin-core/src/hash.cpp | [] | [] |
/src/bitcoin-core/src/kernel/mempool_removal_reason.cpp | [] | [] |
/src/bitcoin-core/src/minisketch/src/fields/generic_4bytes.cpp | [] | [] |
/src/secp256k1/src/tests.c | [] | [] |
/src/bitcoin-core/src/util/rbf.cpp | [] | [] |
/src/bitcoin-core/src/bench/checkqueue.cpp | [] | [] |
/src/bitcoin-core/src/wallet/spend.h | [] | [] |
/src/bitcoin-core/src/qt/guiutil.cpp | [] | [] |
/src/bitcoin-core/src/crypto/poly1305.cpp | [] | [] |
/src/bitcoin-core/src/util/exec.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/bitset.cpp | [] | [] |
/src/bitcoin-core/src/util/hasher.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/pcp.cpp | [] | [] |
/src/bitcoin-core/src/util/feefrac.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/group_impl.h | [] | [] |
/src/bitcoin-core/src/signet.cpp | [] | [] |
/src/bitcoin-core/src/primitives/block.h | [] | [] |
/src/bitcoin-core/src/script/sigcache.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/crypto_chacha20.cpp | [] | [] |
/src/bitcoin-core/src/ipc/libmultiprocess/src/mp/util.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/modules/ecdh/main_impl.h | [] | [] |
/src/bitcoin-core/src/crypto/poly1305.h | [] | [] |
/src/bitcoin-core/src/qt/utilitydialog.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/selftest.h | [] | [] |
/src/bitcoin-core/src/policy/policy.cpp | [] | [] |
/src/bitcoin-core/src/prevector.h | [] | [] |
/src/bitcoin-core/src/leveldb/util/arena.h | [] | [] |
/src/bitcoin-core/src/logging.h | [] | [] |
/src/bitcoin-core/src/wallet/db.h | [] | [] |
/src/bitcoin-core/src/consensus/params.h | [] | [] |
/src/bitcoin-core/src/txdb.cpp | [] | [] |
/src/bitcoin-core/src/test/timeoffsets_tests.cpp | [] | [] |
/src/bitcoin-core/src/test/sock_tests.cpp | [] | [] |
/src/bitcoin-core/src/zmq/zmqutil.cpp | [] | [] |
/src/bitcoin-core/src/crypto/hmac_sha512.h | [] | [] |
/src/bitcoin-core/src/validation.h | [] | [] |
/src/bitcoin-core/src/bench/wallet_loading.cpp | [] | [] |
/src/bitcoin-core/src/util/subprocess.h | [] | [] |
/src/bitcoin-core/src/bitcoin-cli.cpp | [] | [] |
/src/bitcoin-core/src/index/disktxpos.h | [] | [] |
/src/bitcoin-core/src/interfaces/wallet.h | [] | [] |
/src/bitcoin-core/src/minisketch/src/int_utils.h | [] | [] |
/src/bitcoin-core/src/policy/fees.h | [] | [] |
/src/bitcoin-core/src/test/sighash_tests.cpp | [] | [] |
/src/bitcoin-core/src/crypto/aes.cpp | [] | [] |
/src/bitcoin-core/src/script/signingprovider.h | [] | [] |
/src/bitcoin-core/src/script/script.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/script_assets_test_minimizer.cpp | [] | [] |
/src/bitcoin-core/src/bench/ccoins_caching.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/log_reader.cc | [] | [] |
/src/bitcoin-core/src/init/bitcoin-node.cpp | [] | [] |
/src/bitcoin-core/src/sync.h | [] | [] |
/src/bitcoin-core/src/common/interfaces.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/connman.cpp | [] | [] |
/src/bitcoin-core/src/compat/compat.h | [] | [] |
/src/bitcoin-core/src/wallet/spend.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/recovery_test.cc | [] | [] |
/src/bitcoin-core/src/test/fuzz/txgraph.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/include/leveldb/status.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/load_external_block_file.cpp | [] | [] |
/src/bitcoin-core/src/txmempool.cpp | [] | [] |
/src/bitcoin-core/src/univalue/test/unitester.cpp | [] | [] |
/src/bitcoin-core/src/test/util/txmempool.cpp | [] | [] |
/src/bitcoin-core/src/bench/bip324_ecdh.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/include/leveldb/db.h | [] | [] |
/src/bitcoin-core/src/leveldb/util/filter_policy.cc | [] | [] |
/src/bitcoin-core/src/leveldb/db/version_edit.h | [] | [] |
/src/bitcoin-core/src/crypto/hmac_sha256.cpp | [] | [] |
/src/bitcoin-core/src/test/coinscachepair_tests.cpp | [] | [] |
/src/bitcoin-core/src/test/peerman_tests.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/util/cache_test.cc | [] | [] |
/src/bitcoin-core/src/secp256k1/examples/examples_util.h | [] | [] |
/src/bitcoin-core/src/bench/parse_hex.cpp | [] | [] |
/src/bitcoin-core/src/bench/merkle_root.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/script_format.cpp | [] | [] |
/src/bitcoin-core/src/wallet/walletutil.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/modules/musig/session_impl.h | [] | [] |
/src/bitcoin-core/src/univalue/lib/univalue_get.cpp | [] | [] |
/src/bitcoin-core/src/bench/obfuscation.cpp | [] | [] |
/src/bitcoin-core/src/rpc/util.h | [] | [] |
/src/bitcoin-core/src/kernel/coinstats.h | [] | [] |
/src/bitcoin-core/src/test/script_assets_tests.cpp | [] | [] |
/src/bitcoin-core/src/kernel/caches.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/partially_downloaded_block.cpp | [] | [] |
/src/bitcoin-core/src/minisketch/src/fields/clmul_common_impl.h | [] | [] |
/src/bitcoin-core/src/util/bitdeque.h | [] | [] |
/src/bitcoin-core/src/test/rpc_tests.cpp | [] | [] |
/src/bitcoin-core/src/script/script_error.cpp | [] | [] |
/src/bitcoin-core/src/wallet/test/wallet_test_fixture.cpp | [] | [] |
/src/bitcoin-core/src/qt/walletcontroller.h | [] | [] |
/src/bitcoin-core/src/test/util_threadnames_tests.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/vecdeque.cpp | [] | [] |
/src/bitcoin-core/src/test/validationinterface_tests.cpp | [] | [] |
/src/bitcoin-core/src/test/blockfilter_index_tests.cpp | [] | [] |
/src/bitcoin-core/src/test/versionbits_tests.cpp | [] | [] |
/src/bitcoin-core/src/test/util/setup_common.h | [] | [] |
/src/bitcoin-core/src/leveldb/db/dbformat.h | [] | [] |
/src/bitcoin-core/src/util/task_runner.h | [] | [] |
/src/bitcoin-core/src/common/messages.cpp | [] | [] |
/src/bitcoin-core/src/base58.cpp | [] | [] |
/src/bitcoin-core/src/versionbits_impl.h | [] | [] |
/src/bitcoin-core/src/txdb.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/modules/recovery/main_impl.h | [] | [] |
/src/bitcoin-core/src/qt/transactiondesc.cpp | [] | [] |
/src/bitcoin-core/src/crc32c/include/crc32c/crc32c.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/modules/extrakeys/tests_exhaustive_impl.h | [] | [] |
/src/bitcoin-core/src/minisketch/include/minisketch.h | [] | [] |
/src/bitcoin-core/src/qt/optionsmodel.h | [] | [] |
/src/bitcoin-core/src/qt/winshutdownmonitor.h | [] | [] |
/src/bitcoin-core/src/wallet/rpc/spend.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/include/leveldb/env.h | [] | [] |
/src/bitcoin-core/src/ipc/libmultiprocess/include/mp/type-function.h | [] | [] |
/src/bitcoin-core/src/rpc/request.h | [] | [] |
/src/bitcoin-core/src/crypto/muhash.cpp | [] | [] |
/src/bitcoin-core/src/bench/util_time.cpp | [] | [] |
/src/bitcoin-core/src/node/timeoffsets.cpp | [] | [] |
/src/bitcoin-core/src/univalue/lib/univalue.cpp | [] | [] |
/src/bitcoin-core/src/qt/peertablemodel.h | [] | [] |
/src/bitcoin-core/src/util/obfuscation.h | [] | [] |
/src/bitcoin-core/src/common/pcp.h | [] | [] |
/src/bitcoin-core/src/test/logging_tests.cpp | [] | [] |
/src/bitcoin-core/src/wallet/rpc/wallet.cpp | [] | [] |
/src/bitcoin-core/src/test/serfloat_tests.cpp | [] | [] |
/src/bitcoin-core/src/bench/mempool_ephemeral_spends.cpp | [] | [] |
/src/bitcoin-core/src/script/keyorigin.h | [] | [] |
/src/bitcoin-core/src/httpserver.h | [] | [] |
/src/bitcoin-core/src/qt/networkstyle.h | [] | [] |
/src/bitcoin-core/src/wallet/context.cpp | [] | [] |
/src/bitcoin-core/src/test/util/validation.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/dbformat.cc | [] | [] |
/src/bitcoin-core/src/leveldb/util/options.cc | [] | [] |
/src/bitcoin-core/src/blockencodings.cpp | [] | [] |
/src/bitcoin-core/src/util/asmap.cpp | [] | [] |
/src/bitcoin-core/src/test/hash_tests.cpp | [] | [] |
/src/bitcoin-core/src/wallet/test/fuzz/coincontrol.cpp | [] | [] |
/src/bitcoin-core/src/bench/strencodings.cpp | [] | [] |
/src/bitcoin-core/src/logging/timer.h | [] | [] |
/src/bitcoin-core/src/node/context.cpp | [] | [] |
/src/bitcoin-core/src/i2p.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/ecdsa_impl.h | [] | [] |
/src/bitcoin-core/src/chainparamsbase.h | [] | [] |
/src/bitcoin-core/src/consensus/merkle.cpp | [] | [] |
/src/bitcoin-core/src/qt/sendcoinsrecipient.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/txorphan.cpp | [] | [] |
/src/bitcoin-core/src/script/descriptor.h | [] | [] |
/src/bitcoin-core/src/test/scriptnum10.h | [] | [] |
/src/bitcoin-core/src/qt/addressbookpage.h | [] | [] |
/src/bitcoin-core/src/test/txvalidationcache_tests.cpp | [] | [] |
/src/bitcoin-core/src/consensus/tx_verify.cpp | [] | [] |
/src/bitcoin-core/src/headerssync.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/modules/musig/keyagg_impl.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/i2p.cpp | [] | [] |
/src/bitcoin-core/src/script/sign.h | [] | [] |
/src/bitcoin-core/src/net_types.cpp | [] | [] |
/src/bitcoin-core/src/rpc/rawtransaction_util.cpp | [] | [] |
/src/bitcoin-core/src/key.cpp | [] | [] |
/src/bitcoin-core/src/qt/bitcoin.cpp | [] | [] |
/src/bitcoin-core/src/node/warnings.h | [] | [] |
/src/bitcoin-core/src/wallet/external_signer_scriptpubkeyman.h | [] | [] |
/src/bitcoin-core/src/script/script.cpp | [] | [] |
/src/bitcoin-core/src/qt/modaloverlay.h | [] | [] |
/src/bitcoin-core/src/qt/walletview.cpp | [] | [] |
/src/bitcoin-core/src/bench/wallet_create.cpp | [] | [] |
/src/bitcoin-core/src/bitcoin-chainstate.cpp | [] | [] |
/src/bitcoin-core/src/bitcoin-util.cpp | [] | [] |
/src/bitcoin-core/src/policy/fees_args.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/txdownloadman.cpp | [] | [] |
/src/bitcoin-core/src/common/init.cpp | [] | [] |
/src/bitcoin-core/src/pow.cpp | [] | [] |
/src/bitcoin-core/src/wallet/sqlite.h | [] | [] |
/src/bitcoin-core/src/leveldb/include/leveldb/iterator.h | [] | [] |
/src/bitcoin-core/src/node/txreconciliation.cpp | [] | [] |
/src/bitcoin-core/src/bench/wallet_create_tx.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/field_10x26_impl.h | [] | [] |
/src/bitcoin-core/src/blockfilter.cpp | [] | [] |
/src/bitcoin-core/src/policy/rbf.cpp | [] | [] |
/src/bitcoin-core/src/mapport.cpp | [] | [] |
/src/bitcoin-core/src/rpc/mining.cpp | [] | [] |
/src/bitcoin-core/src/crypto/siphash.cpp | [] | [] |
/src/bitcoin-core/src/ipc/libmultiprocess/test/mp/test/foo-types.h | [] | [] |
/src/bitcoin-core/src/leveldb/util/no_destructor.h | [] | [] |
/src/bitcoin-core/src/node/kernel_notifications.cpp | [] | [] |
/src/bitcoin-core/src/wallet/wallettool.cpp | [] | [] |
/src/bitcoin-core/src/crc32c/src/crc32c.cc | [] | [] |
/src/bitcoin-core/src/secp256k1/src/ecmult_gen_compute_table_impl.h | [] | [] |
/src/bitcoin-core/src/compat/stdin.h | [] | [] |
/src/bitcoin-core/src/test/blockchain_tests.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/bitdeque.cpp | [] | [] |
/src/bitcoin-core/src/qt/platformstyle.cpp | [] | [] |
/src/bitcoin-core/src/wallet/walletutil.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/process_message.cpp | [] | [] |
/src/bitcoin-core/src/common/bloom.h | [] | [] |
/src/bitcoin-core/src/qt/test/optiontests.cpp | [] | [] |
/src/bitcoin-core/src/bench/cluster_linearize.cpp | [] | [] |
/src/bitcoin-core/src/common/args.h | [] | [] |
/src/bitcoin-core/src/util/vecdeque.h | [] | [] |
/src/bitcoin-core/src/deploymentstatus.h | [] | [] |
/src/bitcoin-core/src/deploymentstatus.cpp | [] | [] |
/src/bitcoin-core/src/ipc/libmultiprocess/example/printer.h | [] | [] |
/src/bitcoin-core/src/wallet/receive.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/addition_overflow.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/log_test.cc | [] | [] |
/src/bitcoin-core/src/test/key_tests.cpp | [] | [] |
/src/bitcoin-core/src/common/bloom.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/helpers/memenv/memenv_test.cc | [] | [] |
/src/bitcoin-core/src/secp256k1/src/scalar.h | [] | [] |
/src/bitcoin-core/src/support/lockedpool.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/tests.c | [] | [] |
/src/bitcoin-core/src/ipc/libmultiprocess/include/mp/type-interface.h | [] | [] |
/src/bitcoin-core/src/qt/sendcoinsdialog.cpp | [] | [] |
/src/bitcoin-core/src/httpserver.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/crypto_diff_fuzz_chacha20.cpp | [] | [] |
/src/bitcoin-core/src/wallet/fees.cpp | [] | [] |
/src/bitcoin-core/src/qt/recentrequeststablemodel.h | [] | [] |
/src/bitcoin-core/src/noui.cpp | [] | [] |
/src/bitcoin-core/src/node/mini_miner.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/txrequest.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/modules/extrakeys/main_impl.h | [] | [] |
/src/bitcoin-core/src/test/arith_uint256_tests.cpp | [] | [] |
/src/bitcoin-core/src/node/interface_ui.cpp | [] | [] |
/src/bitcoin-core/src/support/allocators/zeroafterfree.h | [] | [] |
/src/bitcoin-core/src/leveldb/db/filename.cc | [] | [] |
/src/bitcoin-core/src/test/txpackage_tests.cpp | [] | [] |
/src/bitcoin-core/src/common/pcp.cpp | [] | [] |
/src/bitcoin-core/src/script/miniscript.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/bech32.cpp | [] | [] |
/src/bitcoin-core/src/bench/readwriteblock.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/util/env.cc | [] | [] |
/src/bitcoin-core/src/test/fuzz/strprintf.cpp | [] | [] |
/src/bitcoin-core/src/wallet/walletdb.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/autocompact_test.cc | [] | [] |
/src/bitcoin-core/src/headerssync.h | [] | [] |
/src/bitcoin-core/src/crypto/sha512.cpp | [] | [] |
/src/bitcoin-core/src/node/utxo_snapshot.cpp | [] | [] |
/src/bitcoin-core/src/init/bitcoin-qt.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/version_edit.cc | [] | [] |
/src/bitcoin-core/src/ipc/process.cpp | [] | [] |
/src/bitcoin-core/src/musig.cpp | [] | [] |
/src/bitcoin-core/src/test/bip324_tests.cpp | [] | [] |
/src/bitcoin-core/src/qt/transactionrecord.h | [] | [] |
/src/bitcoin-core/src/bench/mempool_eviction.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/signet.cpp | [] | [] |
/src/bitcoin-core/src/crypto/ctaes/test.c | [] | [] |
/src/bitcoin-core/src/test/fuzz/p2p_transport_serialization.cpp | [] | [] |
/src/bitcoin-core/src/minisketch/src/util.h | [] | [] |
/src/bitcoin-core/src/minisketch/src/fields/clmul_8bytes.cpp | [] | [] |
/src/bitcoin-core/src/wallet/scriptpubkeyman.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/ecmult_gen_impl.h | [] | [] |
/src/bitcoin-core/src/common/signmessage.cpp | [] | [] |
/src/bitcoin-core/src/wallet/migrate.cpp | [] | [] |
/src/bitcoin-core/src/bench/chacha20.cpp | [] | [] |
/src/bitcoin-core/src/wallet/test/group_outputs_tests.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/leveldbutil.cc | [] | [] |
/src/bitcoin-core/src/leveldb/util/coding.h | [] | [] |
/src/bitcoin-core/src/consensus/amount.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/modules/recovery/tests_exhaustive_impl.h | [] | [] |
/src/bitcoin-core/src/script/signingprovider.cpp | [] | [] |
/src/bitcoin-core/src/net_permissions.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/modules/schnorrsig/tests_impl.h | [] | [] |
/src/bitcoin-core/src/qt/qvalidatedlineedit.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/bench.h | [] | [] |
/src/bitcoin-core/src/secp256k1/src/modules/ecdh/tests_impl.h | [] | [] |
/src/bitcoin-core/src/leveldb/table/filter_block.cc | [] | [] |
/src/bitcoin-core/src/secp256k1/src/ecmult_compute_table_impl.h | [] | [] |
/src/bitcoin-core/src/test/fuzz/socks5.cpp | [] | [] |
/src/bitcoin-core/src/crypto/sha256_arm_shani.cpp | [] | [] |
/src/bitcoin-core/src/index/base.h | [] | [] |
/src/bitcoin-core/src/policy/feerate.cpp | [] | [] |
/src/bitcoin-core/src/util/signalinterrupt.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/group.h | [] | [] |
/src/bitcoin-core/src/index/coinstatsindex.h | [] | [] |
/src/bitcoin-core/src/wallet/wallet.h | [] | [] |
/src/bitcoin-core/src/script/sigcache.cpp | [] | [] |
/src/bitcoin-core/src/bench/random.cpp | [] | [] |
/src/bitcoin-core/src/qt/askpassphrasedialog.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/util/arena.cc | [] | [] |
/src/bitcoin-core/src/leveldb/db/log_writer.cc | [] | [] |
/src/bitcoin-core/src/leveldb/include/leveldb/options.h | [] | [] |
/src/bitcoin-core/src/util/string.h | [] | [] |
/src/bitcoin-core/src/node/blockstorage.cpp | [] | [] |
/src/bitcoin-core/src/qt/transactionfilterproxy.cpp | [] | [] |
/src/bitcoin-core/src/test/fuzz/util/wallet.h | [] | [] |
/src/bitcoin-core/src/leveldb/db/db_iter.cc | [] | [] |
/src/bitcoin-core/src/util/fs.h | [] | [] |
/src/bitcoin-core/src/kernel/checks.cpp | [] | [] |
/src/bitcoin-core/src/node/psbt.h | [] | [] |
/src/bitcoin-core/src/test/script_tests.cpp | [] | [] |
/src/bitcoin-core/src/common/url.cpp | [] | [] |
/src/bitcoin-core/src/netgroup.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/modules/ellswift/main_impl.h | [] | [] |
/src/bitcoin-core/src/minisketch/src/fields/clmul_7bytes.cpp | [] | [] |
/src/bitcoin-core/src/qt/csvmodelwriter.cpp | [] | [] |
/src/bitcoin-core/src/qt/transactiondescdialog.cpp | [] | [] |
/src/bitcoin-core/src/qt/transactiontablemodel.cpp | [] | [] |
/src/bitcoin-core/src/qt/test/rpcnestedtests.cpp | [] | [] |
/src/bitcoin-core/src/qt/transactionrecord.cpp | [] | [] |
/src/bitcoin-core/src/leveldb/db/version_set.cc | [] | [] |
/src/bitcoin-core/src/index/coinstatsindex.cpp | [] | [] |
/src/bitcoin-core/src/secp256k1/src/modules/recovery/tests_impl.h | [] | [] |
/src/bitcoin-core/src/crypto/chacha20poly1305.h | [] | [] |
/src/bitcoin-core/src/crypto/sha3.h | [] | [] |
Directory |
---|
/src/bitcoin-core/src/secp256k1/src/ |
/src/bitcoin-core/src/leveldb/benchmarks/ |
/src/bitcoin-core/src/kernel/ |
/src/bitcoin-core/src/ipc/capnp/ |
/src/bitcoin-core/src/support/allocators/ |
/src/bitcoin-core/src/univalue/lib/ |
/src/bitcoin-core/src/primitives/ |
/src/bitcoin-core/src/zmq/ |
/src/bitcoin-core/src/test/fuzz/util/ |
/src/bitcoin-core/src/common/ |
/src/bitcoin-core/src/init/ |
/src/bitcoin-core/src/secp256k1/src/modules/recovery/ |
/src/bitcoin-core/src/crypto/ |
/src/bitcoin-core/contrib/devtools/bitcoin-tidy/ |
/src/bitcoin-core/src/qt/ |
/src/bitcoin-core/src/minisketch/src/fields/ |
/src/bitcoin-core/src/consensus/ |
/src/bitcoin-core/src/wallet/rpc/ |
/src/bitcoin-core/src/secp256k1/include/ |
/src/bitcoin-core/src/support/ |
/src/bitcoin-core/src/minisketch/src/ |
/src/bitcoin-core/src/interfaces/ |
/src/bitcoin-core/src/wallet/test/fuzz/ |
/src/bitcoin-core/src/crc32c/src/ |
/src/bitcoin-core/src/node/ |
/src/bitcoin-core/src/crc32c/include/crc32c/ |
/src/bitcoin-core/src/util/ |
/src/bitcoin-core/src/wallet/ |
/src/bitcoin-core/src/leveldb/port/ |
/src/bitcoin-core/src/secp256k1/src/modules/musig/ |
/src/bitcoin-core/src/univalue/include/ |
/src/bitcoin-core/src/index/ |
/src/bitcoin-core/src/secp256k1/src/modules/schnorrsig/ |
/src/bitcoin-core/src/ipc/libmultiprocess/src/mp/ |
/src/bitcoin-core/src/wallet/test/ |
/src/secp256k1/src/ |
/src/bitcoin-core/src/test/fuzz/ |
/src/bitcoin-core/src/qt/test/ |
/src/bitcoin-core/src/ipc/ |
/src/bitcoin-core/src/leveldb/db/ |
/src/bitcoin-core/src/test/util/ |
/src/bitcoin-core/src/univalue/test/ |
/src/bitcoin-core/src/compat/ |
/src/bitcoin-core/src/ipc/libmultiprocess/test/mp/test/ |
/src/bitcoin-core/src/crypto/ctaes/ |
/src/bitcoin-core/src/policy/ |
/src/bitcoin-core/src/leveldb/helpers/memenv/ |
/src/bitcoin-core/src/ipc/libmultiprocess/include/mp/ |
/src/bitcoin-core/src/minisketch/include/ |
/src/bitcoin-core/src/leveldb/include/leveldb/ |
/src/bitcoin-core/src/logging/ |
/src/bitcoin-core/src/bench/ |
/src/bitcoin-core/src/secp256k1/src/modules/ellswift/ |
/src/bitcoin-core/src/secp256k1/src/modules/extrakeys/ |
/src/bitcoin-core/src/test/ |
/src/bitcoin-core/src/leveldb/util/ |
/src/bitcoin-core/src/secp256k1/examples/ |
/src/bitcoin-core/src/secp256k1/contrib/ |
/src/bitcoin-core/src/ |
/src/bitcoin-core/src/leveldb/table/ |
/src/bitcoin-core/src/leveldb/issues/ |
/src/bitcoin-core/src/secp256k1/src/modules/ecdh/ |
/src/bitcoin-core/src/ipc/libmultiprocess/example/ |
/src/bitcoin-core/src/script/ |
/src/bitcoin-core/src/rpc/ |
This section shows a list of 3rd party function calls and their relative coverage information. By static analysis of the target project code, all of the 3rd party function call and their caller information, including the source file and line number that initiate the call are captured. The caller source code file and line number are shown in column 2 while column 1 is the function name of the 3rd party function call. Each occurrent of the 3rd party function call will occuply a separate row. Column 3 of each row indicate if the 3rd party call in the source file line is unreachable. Column 4 lists all fuzzers that have covered that particular system call in that specific location (source file and line)during their dynamic fuzzing.
Target sink | Callsite location | Reached by fuzzer | Covered by Fuzzers |
---|
This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.