MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / Disable

Method Disable

libcppcryptfs/util/KeyCache.h:133–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 void Enable();
132 void Clear() { ClearInternal(false); }
133 void Disable() { ClearInternal(true); }
134 bool Store(id_t id, const BYTE* ptr, size_t len);
135 bool Retrieve(id_t id, const vector<KeyBuf>& kbmb);
136 void StopClearThread();

Callers 2

OnEndSessionMethod · 0.80
OnPowerBroadcastMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected