Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ unlock
Method
unlock
libcppcryptfs/crypt/randombytes.h:45–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
44
void lock() { m_mutex.lock(); }
45
void unlock() { m_mutex.unlock(); }
46
public:
47
bool GetRandomBytes(unsigned char *buf, DWORD len);
48
RandomBytes();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected