Home | History | Annotate | Download | only in Crypto

Lines Matching refs:Key

40       Key[pos] = Salt[pos];

42 Key[pos++] = Password[i];
44 Key[pos] = 0;
61 Sha256_Final(&sha, Key);
65 bool CKeyInfoCache::Find(CKeyInfo &key)
70 if (key.IsEqualTo(cached))
73 key.Key[j] = cached.Key[j];
82 void CKeyInfoCache::Add(CKeyInfo &key)
84 if (Find(key))
88 Keys.Insert(0, key);
224 RINOK(cp->SetKey(_key.Key, sizeof(_key.Key)));