Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ KeyDecryptor
Method
KeyDecryptor
libcppcryptfs/util/KeybufManager.h:91–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
bool m_bEntered;
90
public:
91
KeyDecryptor() = delete;
92
KeyDecryptor(KeybufManager* mgr, bool manual_enter = false)
93
{
94
m_bEntered = false;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected