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