MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / ~KeybufManager

Method ~KeybufManager

libcppcryptfs/util/KeybufManager.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44KeybufManager::~KeybufManager()
45{
46 if (m_key_cache_id) {
47 KeyCache::GetInstance()->Unregister(m_key_cache_id);
48 }
49}
50
51void KeybufManager::RegisterBuf(BYTE* p, DWORD len)
52{

Callers

nothing calls this directly

Calls 1

UnregisterMethod · 0.80

Tested by

no test coverage detected