| 200 | { } |
| 201 | |
| 202 | ~CryptKeyCallback() |
| 203 | { |
| 204 | if (keyHolder) |
| 205 | PluginManagerInterfacePtr()->releasePlugin(keyHolder); |
| 206 | } |
| 207 | |
| 208 | unsigned int callback(unsigned int dataLength, const void* data, |
| 209 | unsigned int bufferLength, void* buffer) |
nothing calls this directly
no test coverage detected