Home | History | Annotate | Download | only in Crypto

Lines Matching refs:Password

34   return (Password == a.Password);

44 for (unsigned i = 0; i < Password.Size() && pos < kKeySize; i++)
45 Key[pos++] = Password[i];
51 size_t bufSize = 8 + SaltSize + Password.Size();
54 memcpy(buf + SaltSize, Password, Password.Size());
59 Byte *ctr = buf + SaltSize + Password.Size();
137 // BCJ2 threads use same password. So we use long lock.
253 _key.Password.CopyFrom(data, (size_t)size);