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

Method RegisterBuf

libcppcryptfs/util/KeybufManager.h:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57public:
58 template <typename T>
59 void RegisterBuf(LockZeroBuffer<T> *pBuf)
60 {
61 RegisterBuf(reinterpret_cast<BYTE*>(pBuf->m_buf), pBuf->m_len * sizeof(T));
62 };
63
64 void Activate() { m_bActive = true; };
65 bool Finalize(bool use_key_cache);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected