| 59 | } |
| 60 | |
| 61 | KeyCache* KeyCache::GetInstance() |
| 62 | { |
| 63 | static KeyCache instance; |
| 64 | |
| 65 | return &instance; |
| 66 | } |
| 67 | |
| 68 | static DWORD WINAPI ClearThreadProc(_In_ LPVOID lpParameter) |
| 69 | { |
nothing calls this directly
no outgoing calls
no test coverage detected