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

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

Completed in 637 milliseconds