HomeSort by relevance Sort by last modified time
    Searched defs:create_options (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/easy_unlock_private/
easy_unlock_private_api_chromeos_unittest.cc 169 chromeos::EasyUnlockClient::CreateSecureMessageOptions create_options; local
170 create_options.key = "KEY";
171 create_options.associated_data = "ASSOCIATED_DATA";
172 create_options.public_metadata = "PUBLIC_METADATA";
173 create_options.verification_key_id = "VERIFICATION_KEY_ID";
174 create_options.decryption_key_id = "DECRYPTION_KEY_ID";
175 create_options.encryption_type = easy_unlock::kEncryptionTypeAES256CBC;
176 create_options.signature_type = easy_unlock::kSignatureTypeHMACSHA256;
181 create_options,
217 chromeos::EasyUnlockClient::CreateSecureMessageOptions create_options; local
249 chromeos::EasyUnlockClient::CreateSecureMessageOptions create_options; local
    [all...]
  /external/chromium_org/chrome_elf/create_file/
chrome_create_file_unittest.cc 42 ULONG create_options; member in struct:__anon10674::ChromeCreateFileTest::NtCreateFileParams
62 ULONG create_options,
73 create_options,
137 ULONG create_options,
148 create_options,
163 create_options,
174 ULONG create_options,
191 params->create_options = create_options;
215 EXPECT_EQ(kernel_params_.create_options, elf_params_.create_options)
    [all...]
  /external/qemu/include/block/
block_int.h 119 QEMUOptionParameter *create_options; member in struct:BlockDriver

Completed in 99 milliseconds