Home
last modified time | relevance | path

Searched refs:KeyDefinition (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chromeos/cryptohome/
Dcryptohome_parameters.cc12 Authorization::Authorization(const KeyDefinition& key_def) in Authorization()
19 KeyDefinition::KeyDefinition(const std::string& key, in KeyDefinition() function in cryptohome::KeyDefinition
24 KeyDefinition::~KeyDefinition() {} in ~KeyDefinition()
Dcryptohome_parameters.h34 struct CHROMEOS_EXPORT KeyDefinition { struct
35 KeyDefinition(const std::string& key,
38 ~KeyDefinition();
53 explicit Authorization(const KeyDefinition& key); argument
70 std::vector<KeyDefinition> create_keys;
Dmock_homedir_methods.h36 const KeyDefinition& key,
47 const KeyDefinition& key,
Dhomedir_methods.h57 const KeyDefinition& key,
69 const KeyDefinition& key,
Dhomedir_methods.cc21 void FillKeyProtobuf(const KeyDefinition& key_def, Key* key) { in FillKeyProtobuf()
162 const KeyDefinition& new_key, in AddKeyEx()
206 const KeyDefinition& new_key, in UpdateKeyEx()
/external/chromium_org/chrome/browser/chromeos/login/auth/
Dextended_authenticator.h75 const std::vector<cryptohome::KeyDefinition>& keys,
84 const cryptohome::KeyDefinition& key,
94 const cryptohome::KeyDefinition& key,
124 void DoAddKey(const cryptohome::KeyDefinition& key,
128 void DoUpdateKeyAuthorized(const cryptohome::KeyDefinition& key,
Dextended_authenticator.cc85 const std::vector<cryptohome::KeyDefinition>& keys, in CreateMount()
115 const cryptohome::KeyDefinition& key, in AddKey()
129 const cryptohome::KeyDefinition& key, in UpdateKeyAuthorized()
237 void ExtendedAuthenticator::DoAddKey(const cryptohome::KeyDefinition& key, in DoAddKey()
263 const cryptohome::KeyDefinition& key, in DoUpdateKeyAuthorized()
/external/chromium_org/chrome/browser/chromeos/login/managed/
Dmanaged_user_creation_controller_new.cc218 std::vector<cryptohome::KeyDefinition> keys; in OnKeyTransformedIfNeeded()
222 cryptohome::KeyDefinition master_key(creation_context_->salted_master_key, in OnKeyTransformedIfNeeded()
266 cryptohome::KeyDefinition password_key( in OnMountSuccess()
Dsupervised_user_login_flow.cc134 cryptohome::KeyDefinition key(password, in OnPasswordChangeDataLoaded()
/external/chromium_org/chrome/browser/supervised_user/chromeos/
Dmanager_password_service.cc159 cryptohome::KeyDefinition new_key_definition( in GetSupervisedUsersCallback()
222 cryptohome::KeyDefinition new_master_key(key->GetSecret(), in OnKeyTransformedIfNeeded()