Bitcoin Core  27.99.0
P2P Digital Currency
Functions
key.cpp File Reference
#include <chainparams.h>
#include <key.h>
#include <key_io.h>
#include <outputtype.h>
#include <policy/policy.h>
#include <pubkey.h>
#include <rpc/util.h>
#include <script/keyorigin.h>
#include <script/script.h>
#include <script/sign.h>
#include <script/signingprovider.h>
#include <script/solver.h>
#include <streams.h>
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
#include <util/chaintype.h>
#include <util/strencodings.h>
#include <array>
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <numeric>
#include <optional>
#include <string>
#include <vector>
Include dependency graph for key.cpp:

Go to the source code of this file.

Functions

void initialize_key ()
 
 FUZZ_TARGET (key,.init=initialize_key)
 
 FUZZ_TARGET (ellswift_roundtrip,.init=initialize_key)
 
 FUZZ_TARGET (bip324_ecdh,.init=initialize_key)
 

Function Documentation

◆ FUZZ_TARGET() [1/3]

FUZZ_TARGET ( bip324_ecdh  ,
init = initialize_key 
)

Definition at line 331 of file key.cpp.

Here is the call graph for this function:

◆ FUZZ_TARGET() [2/3]

FUZZ_TARGET ( ellswift_roundtrip  ,
init = initialize_key 
)

Definition at line 312 of file key.cpp.

Here is the call graph for this function:

◆ FUZZ_TARGET() [3/3]

FUZZ_TARGET ( key  ,
init = initialize_key 
)

Definition at line 39 of file key.cpp.

◆ initialize_key()

void initialize_key ( )

Definition at line 33 of file key.cpp.

Here is the call graph for this function: