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

Method KeybufManager

libcppcryptfs/util/KeybufManager.cpp:35–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#include "util/KeyCache.h"
34
35KeybufManager::KeybufManager()
36{
37 m_bActive = false;
38 m_bFinalized = false;
39 m_refcount = 0;
40 m_total_len = 0;
41 m_key_cache_id = 0;
42}
43
44KeybufManager::~KeybufManager()
45{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected