HomeSort by relevance Sort by last modified time
    Searched refs:encryption_type (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chromeos/dbus/
easy_unlock_client.h 69 std::string encryption_type; member in struct:chromeos::EasyUnlockClient::CreateSecureMessageOptions
92 std::string encryption_type; member in struct:chromeos::EasyUnlockClient::UnwrapSecureMessageOptions
fake_easy_unlock_client.cc 108 "\"encryption_type\": \"%s\","
117 options.encryption_type.c_str(),
133 "\"encryption_type\": \"%s\","
139 options.encryption_type.c_str(),
easy_unlock_client.cc 91 writer.AppendString(options.encryption_type);
112 writer.AppendString(options.encryption_type);
fake_easy_unlock_client_unittest.cc 213 options.encryption_type = "ENCRYPTION_TYPE";
229 "\"encryption_type\": \"ENCRYPTION_TYPE\","
243 options.encryption_type = "ENCRYPTION_TYPE";
256 "\"encryption_type\": \"ENCRYPTION_TYPE\","
  /external/chromium_org/chrome/browser/extensions/api/easy_unlock_private/
easy_unlock_private_crypto_delegate_chromeos.cc 77 options.encryption_type =
92 options.encryption_type =
easy_unlock_private_api_chromeos_unittest.cc 175 create_options.encryption_type = easy_unlock::kEncryptionTypeAES256CBC;
219 create_options.encryption_type = easy_unlock::kEncryptionTypeNone;
253 create_options.encryption_type = easy_unlock::kEncryptionTypeNone;
293 unwrap_options.encryption_type = easy_unlock::kEncryptionTypeAES256CBC;
332 unwrap_options.encryption_type = easy_unlock::kEncryptionTypeNone;
365 unwrap_options.encryption_type = easy_unlock::kEncryptionTypeNone;
  /external/chromium_org/components/wifi/
wifi_service_win.cc 333 EncryptionType encryption_type) const;
337 EncryptionType encryption_type,
382 // Create |profile_xml| based on |network_properties|. If |encryption_type|
386 EncryptionType encryption_type,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
easy_unlock_create_keys_operation.cc 187 options.encryption_type = easy_unlock::kEncryptionTypeAES256CBC;
202 options.encryption_type = easy_unlock::kEncryptionTypeAES256CBC;
223 options.encryption_type = easy_unlock::kEncryptionTypeAES256CBC;

Completed in 785 milliseconds