MCPcopy Create free account
hub / github.com/ElementsProject/elements / AddCPUID

Function AddCPUID

src/randomenv.cpp:184–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183#ifdef HAVE_GETCPUID
184void inline AddCPUID(CSHA512& hasher, uint32_t leaf, uint32_t subleaf, uint32_t& ax, uint32_t& bx, uint32_t& cx, uint32_t& dx)
185{
186 GetCPUID(leaf, subleaf, ax, bx, cx, dx);
187 hasher << leaf << subleaf << ax << bx << cx << dx;
188}
189
190void AddAllCPUID(CSHA512& hasher)
191{

Callers 1

AddAllCPUIDFunction · 0.85

Calls 1

GetCPUIDFunction · 0.85

Tested by

no test coverage detected