MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / CryptLoader

Method CryptLoader

Libraries/unrar/secpassword.cpp:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 bool LoadCalled;
18 public:
19 CryptLoader()
20 {
21 hCrypt=NULL;
22 pCryptProtectMemory=NULL;
23 pCryptUnprotectMemory=NULL;
24 LoadCalled=false;
25 }
26 ~CryptLoader()
27 {
28 if (hCrypt!=NULL)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected