Home
last modified time | relevance | path

Searched refs:CKeyInfoCache (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/Crypto/
H A D7zAes.h56 class CKeyInfoCache class
61 CKeyInfoCache(unsigned size): Size(size) {} in CKeyInfoCache() function in NCrypto::N7z::CKeyInfoCache
69 CKeyInfoCache _cachedKeys;
H A D7zAes.cpp115 bool CKeyInfoCache::GetKey(CKeyInfo &key) in GetKey()
132 void CKeyInfoCache::FindAndAdd(const CKeyInfo &key) in FindAndAdd()
147 void CKeyInfoCache::Add(const CKeyInfo &key) in Add()
154 static CKeyInfoCache g_GlobalKeyCache(32);

Completed in 2 milliseconds