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

Method DirIvCache

libcppcryptfs/filename/dirivcache.cpp:58–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57
58DirIvCache::DirIvCache()
59{
60
61 m_lookups = 0;
62 m_hits = 0;
63 m_ttl = 0;
64 m_map.reserve(DIR_IV_CACHE_ENTRIES);
65
66 InitializeCriticalSection(&m_crit);
67}
68
69DirIvCache::~DirIvCache()
70{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected