Home
last modified time | relevance | path

Searched defs:CryptoAPIInjector (Results 1 – 1 of 1) sorted by relevance

/external/cronet/net/cert/
Dtest_root_certs_win.cc36 struct CryptoAPIInjector { struct
40 PFN_CERT_DLL_OPEN_STORE_PROV_FUNC original_function;
44 HCRYPTOIDFUNCADDR original_handle;
49 CryptoAPIInjector() : original_function(nullptr), original_handle(nullptr) { in CryptoAPIInjector() argument
84 ~CryptoAPIInjector() { in ~CryptoAPIInjector()