/external/chromium_org/chrome/browser/extensions/api/easy_unlock_private/ |
D | easy_unlock_private_api_chromeos_unittest.cc | 169 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/ |
D | chrome_create_file_unittest.cc | 42 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/ |
D | registry_policy.cc | 59 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()
|
D | registry_interception.cc | 20 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()
|
D | filesystem_dispatcher.h | 29 DWORD create_options); 34 DWORD create_options);
|
D | filesystem_policy.cc | 27 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()
|
D | registry_dispatcher.cc | 79 DWORD desired_access, DWORD title_index, DWORD create_options) { in NtCreateKey() argument 110 title_index, create_options, &handle, in NtCreateKey()
|
D | filesystem_dispatcher.cc | 88 DWORD create_options) { in NtCreateFile() argument 101 params[OpenFile::OPTIONS] = ParamPickerMake(create_options); in NtCreateFile() 115 create_disposition, create_options, in NtCreateFile()
|
D | registry_interception.h | 20 PUNICODE_STRING class_name, ULONG create_options, PULONG disposition);
|
D | registry_dispatcher.h | 28 DWORD title_index, DWORD create_options);
|
D | registry_policy.h | 39 uint32 create_options,
|
D | filesystem_policy.h | 49 uint32 create_options,
|
D | interceptors_64.cc | 209 PUNICODE_STRING class_name, ULONG create_options, PULONG disposition) { in TargetNtCreateKey64() argument 213 title_index, class_name, create_options, in TargetNtCreateKey64()
|
D | interceptors_64.h | 132 PUNICODE_STRING class_name, ULONG create_options, PULONG disposition);
|
/external/qemu/block/ |
D | raw-posix.c | 758 .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,
|
D | raw.c | 271 .create_options = raw_create_options,
|
D | raw-win32.c | 254 .create_options = raw_create_options,
|
D | qcow2.c | 1362 .create_options = qcow_create_options,
|
/external/qemu/include/block/ |
D | block_int.h | 119 QEMUOptionParameter *create_options; member
|
/external/qemu/ |
D | block.c | 566 options = parse_option_parameters("", bdrv_qcow2->create_options, NULL); in bdrv_open()
|