Searched defs:key_definitions (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_get_keys_operation.cc49 const std::vector<cryptohome::KeyDefinition>& key_definitions) {
50 if (!success || key_definitions.empty()) {
64 DCHECK_EQ(1u, key_definitions.size());
67 key_definitions.front().provider_data;
46 OnGetKeyData( bool success, cryptohome::MountError return_code, const std::vector<cryptohome::KeyDefinition>& key_definitions) argument
/external/chromium_org/chromeos/cryptohome/
H A Dhomedir_methods_unittest.cc61 const std::vector<KeyDefinition>& key_definitions);
110 const std::vector<KeyDefinition>& key_definitions) {
113 key_definitions_ = key_definitions;
107 StoreGetKeyDataExResult( bool success, MountError return_code, const std::vector<KeyDefinition>& key_definitions) argument
H A Dhomedir_methods.cc339 std::vector<KeyDefinition> key_definitions; local
345 key_definitions.push_back(KeyDefinition(std::string() /* secret */,
348 KeyDefinition& key_definition = key_definitions.back();
405 callback.Run(true, MOUNT_ERROR_NONE, key_definitions);
/external/chromium_org/chromeos/login/auth/
H A Dcryptohome_authenticator.cc187 const std::vector<cryptohome::KeyDefinition>& key_definitions) {
189 if (key_definitions.size() == 1) {
190 const cryptohome::KeyDefinition& key_definition = key_definitions.front();
232 LOG(ERROR) << "GetKeyDataEx() returned " << key_definitions.size()
180 OnGetKeyDataEx( AuthAttemptState* attempt, scoped_refptr<CryptohomeAuthenticator> resolver, bool ephemeral, bool create_if_nonexistent, bool success, cryptohome::MountError return_code, const std::vector<cryptohome::KeyDefinition>& key_definitions) argument

Completed in 131 milliseconds