Searched defs:CryptoAPIInjector (Results 1 – 1 of 1) sorted by relevance
36 struct CryptoAPIInjector { struct40 PFN_CERT_DLL_OPEN_STORE_PROV_FUNC original_function;44 HCRYPTOIDFUNCADDR original_handle;49 CryptoAPIInjector() : original_function(nullptr), original_handle(nullptr) { in CryptoAPIInjector() argument84 ~CryptoAPIInjector() { in ~CryptoAPIInjector()