OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:system_salt_key_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/settings/
token_encryptor.cc
31
system_salt_key_
.reset(PassphraseToKey(system_salt_, system_salt_));
43
if (!
system_salt_key_
) {
47
return EncryptTokenWithKey(
system_salt_key_
.get(),
58
if (!
system_salt_key_
) {
62
return DecryptTokenWithKey(
system_salt_key_
.get(),
token_encryptor.h
69
scoped_ptr<crypto::SymmetricKey>
system_salt_key_
;
member in class:chromeos::CryptohomeTokenEncryptor
Completed in 69 milliseconds