Home
last modified time | relevance | path

Searched refs:create_options (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/easy_unlock_private/
Deasy_unlock_private_api_chromeos_unittest.cc169 chromeos::EasyUnlockClient::CreateSecureMessageOptions create_options; in TEST_F() local
170 create_options.key = "KEY"; in TEST_F()
171 create_options.associated_data = "ASSOCIATED_DATA"; in TEST_F()
172 create_options.public_metadata = "PUBLIC_METADATA"; in TEST_F()
173 create_options.verification_key_id = "VERIFICATION_KEY_ID"; in TEST_F()
174 create_options.decryption_key_id = "DECRYPTION_KEY_ID"; in TEST_F()
175 create_options.encryption_type = easy_unlock::kEncryptionTypeAES256CBC; in TEST_F()
176 create_options.signature_type = easy_unlock::kSignatureTypeHMACSHA256; in TEST_F()
181 create_options, in TEST_F()
217 chromeos::EasyUnlockClient::CreateSecureMessageOptions create_options; in TEST_F() local
[all …]
/external/chromium_org/chrome_elf/create_file/
Dchrome_create_file_unittest.cc42 ULONG create_options; member
62 ULONG create_options, in FakeNtCreateFile() argument
73 create_options, in FakeNtCreateFile()
137 ULONG create_options, in HandleCreateFileCall() argument
148 create_options, in HandleCreateFileCall()
163 create_options, in HandleCreateFileCall()
174 ULONG create_options, in SetParams() argument
191 params->create_options = create_options; in SetParams()
215 EXPECT_EQ(kernel_params_.create_options, elf_params_.create_options); in CheckParams()
/external/chromium_org/sandbox/win/src/
Dregistry_policy.cc59 ULONG create_options, in NtCreateKeyInTarget() argument
73 title_index, class_name, create_options, in NtCreateKeyInTarget()
174 uint32 create_options, in CreateKeyAction() argument
186 if (create_options) { in CreateKeyAction()
196 title_index, NULL, create_options, in CreateKeyAction()
Dregistry_interception.cc20 ULONG create_options, PULONG disposition) { in TargetNtCreateKey() argument
23 title_index, class_name, create_options, in TargetNtCreateKey()
44 if (create_options) in TargetNtCreateKey()
64 create_options, &answer); in TargetNtCreateKey()
Dfilesystem_dispatcher.h29 DWORD create_options);
34 DWORD create_options);
Dfilesystem_policy.cc27 ULONG create_options, in NtCreateFileInTarget() argument
38 create_options, ea_buffer, ea_lenght); in NtCreateFileInTarget()
235 uint32 create_options, in CreateFileAction() argument
251 create_disposition, create_options, NULL, in CreateFileAction()
Dregistry_dispatcher.cc79 DWORD desired_access, DWORD title_index, DWORD create_options) { in NtCreateKey() argument
110 title_index, create_options, &handle, in NtCreateKey()
Dfilesystem_dispatcher.cc88 DWORD create_options) { in NtCreateFile() argument
101 params[OpenFile::OPTIONS] = ParamPickerMake(create_options); in NtCreateFile()
115 create_disposition, create_options, in NtCreateFile()
Dregistry_interception.h20 PUNICODE_STRING class_name, ULONG create_options, PULONG disposition);
Dregistry_dispatcher.h28 DWORD title_index, DWORD create_options);
Dregistry_policy.h39 uint32 create_options,
Dfilesystem_policy.h49 uint32 create_options,
Dinterceptors_64.cc209 PUNICODE_STRING class_name, ULONG create_options, PULONG disposition) { in TargetNtCreateKey64() argument
213 title_index, class_name, create_options, in TargetNtCreateKey64()
Dinterceptors_64.h132 PUNICODE_STRING class_name, ULONG create_options, PULONG disposition);
/external/qemu/block/
Draw-posix.c758 .create_options = raw_create_options,
1009 .create_options = raw_create_options,
1124 .create_options = raw_create_options,
1224 .create_options = raw_create_options,
1347 .create_options = raw_create_options,
Draw.c271 .create_options = raw_create_options,
Draw-win32.c254 .create_options = raw_create_options,
Dqcow2.c1362 .create_options = qcow_create_options,
/external/qemu/include/block/
Dblock_int.h119 QEMUOptionParameter *create_options; member
/external/qemu/
Dblock.c566 options = parse_option_parameters("", bdrv_qcow2->create_options, NULL); in bdrv_open()