Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Crypto/
D7zAes.h20 class CKeyInfo
29 bool IsEqualTo(const CKeyInfo &a) const;
32 CKeyInfo() { ClearProps(); } in CKeyInfo() function
45 CObjectVector<CKeyInfo> Keys;
48 bool GetKey(CKeyInfo &key);
49 void Add(const CKeyInfo &key);
50 void FindAndAdd(const CKeyInfo &key);
57 CKeyInfo _key;
D7zAes.cpp27 bool CKeyInfo::IsEqualTo(const CKeyInfo &a) const in IsEqualTo()
37 void CKeyInfo::CalcKey() in CalcKey()
79 bool CKeyInfoCache::GetKey(CKeyInfo &key) in GetKey()
83 const CKeyInfo &cached = Keys[i]; in GetKey()
96 void CKeyInfoCache::FindAndAdd(const CKeyInfo &key) in FindAndAdd()
100 const CKeyInfo &cached = Keys[i]; in FindAndAdd()
111 void CKeyInfoCache::Add(const CKeyInfo &key) in Add()