HomeSort by relevance Sort by last modified time
    Searched full:raw_user_salt (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/sync/util/
nigori.cc 86 std::string raw_user_salt; local
87 if (!user_salt->GetRawKey(&raw_user_salt))
92 password, raw_user_salt, kUserIterations, kDerivedKeySizeInBits));
97 password, raw_user_salt, kEncryptionIterations, kDerivedKeySizeInBits));
102 SymmetricKey::HMAC_SHA1, password, raw_user_salt, kSigningIterations,

Completed in 78 milliseconds