![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include "hash.h"
Include dependency graph for hash.cpp:Go to the source code of this file.
Functions | |
| uint32_t | ROTL32 (uint32_t x, int8_t r) |
| unsigned int | MurmurHash3 (unsigned int nHashSeed, const std::vector< unsigned char > &vDataToHash) |
| int | HMAC_SHA512_Init (HMAC_SHA512_CTX *pctx, const void *pkey, size_t len) |
| int | HMAC_SHA512_Update (HMAC_SHA512_CTX *pctx, const void *pdata, size_t len) |
| int | HMAC_SHA512_Final (unsigned char *pmd, HMAC_SHA512_CTX *pctx) |
| int HMAC_SHA512_Final | ( | unsigned char * | pmd, |
| HMAC_SHA512_CTX * | pctx | ||
| ) |
Definition at line 93 of file hash.cpp.
References HMAC_SHA512_CTX::ctxInner, and HMAC_SHA512_CTX::ctxOuter.
Referenced by BIP32Hash(), and CExtKey::SetMaster().
Here is the caller graph for this function:| int HMAC_SHA512_Init | ( | HMAC_SHA512_CTX * | pctx, |
| const void * | pkey, | ||
| size_t | len | ||
| ) |
Definition at line 60 of file hash.cpp.
References HMAC_SHA512_CTX::ctxInner, HMAC_SHA512_CTX::ctxOuter, and memcpy().
Referenced by BIP32Hash(), and CExtKey::SetMaster().
Here is the call graph for this function:
Here is the caller graph for this function:| int HMAC_SHA512_Update | ( | HMAC_SHA512_CTX * | pctx, |
| const void * | pdata, | ||
| size_t | len | ||
| ) |
Definition at line 88 of file hash.cpp.
References HMAC_SHA512_CTX::ctxInner.
Referenced by BIP32Hash(), and CExtKey::SetMaster().
Here is the caller graph for this function:| unsigned int MurmurHash3 | ( | unsigned int | nHashSeed, |
| const std::vector< unsigned char > & | vDataToHash | ||
| ) |
Definition at line 8 of file hash.cpp.
References ROTL32().
Referenced by CBloomFilter::Hash().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 3 of file hash.cpp.
Referenced by MurmurHash3().
Here is the caller graph for this function:
1.8.8