Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Crypto/
D7zAes.h42 class CKeyInfoCache
47 CKeyInfoCache(unsigned size): Size(size) {} in CKeyInfoCache() function
55 CKeyInfoCache _cachedKeys;
D7zAes.cpp79 bool CKeyInfoCache::GetKey(CKeyInfo &key) in GetKey()
96 void CKeyInfoCache::FindAndAdd(const CKeyInfo &key) in FindAndAdd()
111 void CKeyInfoCache::Add(const CKeyInfo &key) in Add()
118 static CKeyInfoCache g_GlobalKeyCache(32);