Dash Core  0.12.2.1
P2P Digital Currency
glibc_sanity.cpp File Reference
#include <cstddef>

Go to the source code of this file.

Functions

void * memcpy (void *a, const void *b, size_t c)
 
void * memcpy_int (void *a, const void *b, size_t c)
 
bool glibc_sanity_test ()
 

Function Documentation

◆ glibc_sanity_test()

bool glibc_sanity_test ( )

Definition at line 61 of file glibc_sanity.cpp.

Referenced by InitSanityCheck().

◆ memcpy()

void* memcpy ( void *  a,
const void *  b,
size_t  c 
)

Definition at line 17 of file glibc_compat.cpp.

Referenced by base_blob< 512 >::base_blob(), bench_setup(), blake32(), blake32_init(), bmw32(), bmw32_init(), prevector< N, T, Size, Diff >::change_capacity(), CHMAC_SHA256::CHMAC_SHA256(), CHMAC_SHA512::CHMAC_SHA512(), CKey::CKey(), CMessageHeader::CMessageHeader(), CScriptCompressor::Compress(), compress_big(), compress_small(), convertSeed6(), cubehash_core(), cubehash_init(), CExtKey::Decode(), CExtPubKey::Decode(), CScriptCompressor::Decompress(), DecryptSecret(), CKey::Derive(), CExtKey::Derive(), CPubKey::Derive(), CExtPubKey::Derive(), ec_privkey_export_der(), ec_privkey_import_der(), ec_pubkey_parse_pointtest(), ecdsa_signature_parse_der_lax(), echo_big_close(), echo_big_core(), echo_small_close(), echo_small_core(), CExtKey::Encode(), CExtPubKey::Encode(), EncryptSecret(), CConnman::EndMessage(), CMnemonic::FromData(), CBitcoinAddress::Get(), CNetAddr::GetHash(), CNetAddr::GetIn6Addr(), CNetAddr::GetInAddr(), CBitcoinAddress::GetIndexKey(), CService::GetKey(), CBitcoinAddress::GetKeyID(), groestl_big_close(), groestl_big_core(), groestl_small_close(), groestl_small_core(), init_big(), init_small(), CDataStream::insert(), CScriptCompressor::IsToKeyID(), CScriptCompressor::IsToScriptID(), jh_close(), jh_core(), jh_init(), keccak_core(), luffa3(), luffa4(), luffa5(), memcpy_int(), CExtKey::Neuter(), nonce_function_rfc6979(), nonce_function_test_retry(), precomputed_nonce_function(), CDataStream::read(), CBufferedFile::read(), CNetMessage::readData(), CNetMessage::readHeader(), RelayAddress(), run_eckey_edge_case_test(), secp256k1_der_parse_integer(), secp256k1_ecdsa_recoverable_signature_load(), secp256k1_ecdsa_recoverable_signature_save(), secp256k1_ecdsa_sig_serialize(), secp256k1_ecdsa_signature_load(), secp256k1_ecdsa_signature_save(), secp256k1_ecmult_context_clone(), secp256k1_ecmult_gen_blind(), secp256k1_ecmult_gen_context_clone(), secp256k1_hmac_sha256_initialize(), secp256k1_num_get_bin(), secp256k1_pubkey_load(), secp256k1_pubkey_save(), secp256k1_rfc6979_hmac_sha256_generate(), secp256k1_schnorr_sig_combine(), secp256k1_sha256_finalize(), secp256k1_sha256_write(), CPubKey::Set(), CKey::Set(), CBase58Data::SetData(), CNetAddr::SetIP(), CCrypter::SetKey(), CExtKey::SetMaster(), CNetAddr::SetRaw(), CNetAddr::SetSpecial(), CBase58Data::SetString(), shavite_big_core(), shavite_big_init(), shavite_small_core(), shavite_small_init(), sph_luffa224_init(), sph_luffa256_init(), sph_luffa384_init(), sph_luffa512_init(), uint512::trim256(), update_big(), update_small(), CSHA1::Write(), CSHA512::Write(), CSHA256::Write(), CRIPEMD160::Write(), and zmq_send_multipart().

◆ memcpy_int()

void* memcpy_int ( void *  a,
const void *  b,
size_t  c 
)

Definition at line 16 of file glibc_sanity.cpp.