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

Method CryptFile

libcppcryptfs/file/cryptfile.cpp:47–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47CryptFile::CryptFile()
48{
49 m_handle = INVALID_HANDLE_VALUE;
50 m_is_empty = false;
51 m_con = NULL;
52 m_pkdc = nullptr;
53 m_real_file_size = (long long)-1;
54 memset(&m_header, 0, sizeof(m_header));
55}
56
57
58CryptFile::~CryptFile()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected