| 57 | public: |
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected