Searched refs:KeyDefinition (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/chromeos/cryptohome/ |
D | cryptohome_parameters.cc | 12 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()
|
D | cryptohome_parameters.h | 34 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;
|
D | mock_homedir_methods.h | 36 const KeyDefinition& key, 47 const KeyDefinition& key,
|
D | homedir_methods.h | 57 const KeyDefinition& key, 69 const KeyDefinition& key,
|
D | homedir_methods.cc | 21 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/ |
D | extended_authenticator.h | 75 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,
|
D | extended_authenticator.cc | 85 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/ |
D | managed_user_creation_controller_new.cc | 218 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()
|
D | supervised_user_login_flow.cc | 134 cryptohome::KeyDefinition key(password, in OnPasswordChangeDataLoaded()
|
/external/chromium_org/chrome/browser/supervised_user/chromeos/ |
D | manager_password_service.cc | 159 cryptohome::KeyDefinition new_key_definition( in GetSupervisedUsersCallback() 222 cryptohome::KeyDefinition new_master_key(key->GetSecret(), in OnKeyTransformedIfNeeded()
|