OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:raw_user_salt
(Results
1 - 2
of
2
) 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,
/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 587 milliseconds