/system/keymaster/legacy_support/ |
D | ecdsa_keymaster1_operation.h | 53 typedef BaseOperation super; typedef 60 wrapped_operation_(super::purpose(), engine) { in EcdsaKeymaster1Operation() 62 assert(super::purpose() != KM_PURPOSE_VERIFY); in EcdsaKeymaster1Operation() 63 assert(super::purpose() != KM_PURPOSE_ENCRYPT); in EcdsaKeymaster1Operation() 68 keymaster_error_t error = wrapped_operation_.Begin(super::ecdsa_key_, input_params); in Begin() 71 return super::Begin(input_params, output_params); in Begin() 77 keymaster_error_t error = wrapped_operation_.PrepareFinish(super::ecdsa_key_, input_params); in Finish() 80 error = super::Finish(input_params, input, signature, output_params, output); in Finish() 81 if (wrapped_operation_.GetError(super::ecdsa_key_) != KM_ERROR_OK) in Finish() 82 error = wrapped_operation_.GetError(super::ecdsa_key_); in Finish() [all …]
|
D | rsa_keymaster1_operation.h | 53 typedef BaseOperation super; typedef 60 wrapped_operation_(super::purpose(), engine) { in RsaKeymaster1Operation() 62 assert(super::purpose() != KM_PURPOSE_VERIFY); in RsaKeymaster1Operation() 63 assert(super::purpose() != KM_PURPOSE_ENCRYPT); in RsaKeymaster1Operation() 68 keymaster_error_t error = wrapped_operation_.Begin(super::rsa_key_, input_params); in Begin() 71 return super::Begin(input_params, output_params); in Begin() 77 keymaster_error_t error = wrapped_operation_.PrepareFinish(super::rsa_key_, input_params); in Finish() 80 error = super::Finish(input_params, input, signature, output_params, output); in Finish() 81 if (wrapped_operation_.GetError(super::rsa_key_) != KM_ERROR_OK) in Finish() 82 error = wrapped_operation_.GetError(super::rsa_key_); in Finish() [all …]
|
D | ec_keymaster0_key.cpp | 44 return super::GenerateKey(key_description, key_blob, hw_enforced, sw_enforced); in GenerateKey() 76 return super::ImportKey(key_description, input_key_material_format, input_key_material, in ImportKey() 109 …return super::LoadKey(move(key_material), additional_params, move(hw_enforced), move(sw_enforced),… in LoadKey()
|
D | rsa_keymaster0_key.cpp | 110 return super::LoadKey(move(key_material), additional_params, move(hw_enforced), in LoadKey()
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | lpdumpd.te | 10 # Allow lpdumpd to find the super partition block device. 13 # Allow lpdumpd to read super partition metadata.
|
/system/sepolicy/private/ |
D | lpdumpd.te | 10 # Allow lpdumpd to find the super partition block device. 13 # Allow lpdumpd to read super partition metadata.
|
/system/extras/partition_tools/ |
D | README.md | 5 lpmake is a command-line tool for generating a "super" partition image. It can currently generate t… 11 * `-d,--device-size` - The size of the "super" partition on the device. It must match exactly, and … 20 * `--alignment-offset=N` - In some cases, the "super" partition is misaligned within its parent blo… 25 Example usage. This specifies a 10GB super partition for an A/B device, with a single 64MiB "cache"… 31 -o /tmp/super.img \
|
D | lpdumpd.rc | 23 # On Launch devices, assume "super". On virtual devices, ${ro.boot.super_partition} 25 file /dev/block/by-name/${ro.boot.super_partition:-super} r
|
D | dynamic_partitions_device_info.proto | 33 /** Total size of all extents on super partition */
|
/system/extras/tests/bootloader/ |
D | shelltest.py | 21 super(ShellTest, self).__init__(*args, **kwargs)
|
D | haltest.py | 24 super(HalTest, self).__init__(*args, **kwargs)
|
/system/core/fs_mgr/liblp/ |
D | builder.cpp | 381 LpMetadataBlockDevice& super = block_devices_[0]; in Init() local 387 if (super.size < total_reserved) { in Init() 394 if (super.alignment || super.alignment_offset) { in Init() 395 free_area_start = AlignTo(free_area_start, super.alignment, super.alignment_offset); in Init() 399 super.first_logical_sector = free_area_start / LP_SECTOR_SIZE; in Init() 402 uint64_t minimum_disk_size = (super.first_logical_sector * LP_SECTOR_SIZE) + logical_block_size; in Init() 403 if (super.size < minimum_disk_size) { in Init() 405 << super.size; in Init() 650 const auto& super = block_devices_[0]; in PrioritizeSecondHalfOfSuper() local 651 uint64_t first_sector = super.first_logical_sector; in PrioritizeSecondHalfOfSuper() [all …]
|
/system/keymaster/include/keymaster/legacy_support/ |
D | rsa_keymaster0_key.h | 34 typedef RsaKeyFactory super; typedef
|
D | ec_keymaster0_key.h | 34 typedef EcKeyFactory super; typedef
|
/system/sepolicy/public/ |
D | update_engine_common.te | 65 # read / write metadata on super device to resize partitions 68 # ioctl on super device to get block device alignment and alignment offset
|
D | crash_dump.te | 50 # which is super useful in some cases.
|
D | device.te | 106 # 'super' partition to be used for logical partitioning.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | update_engine_common.te | 65 # read / write metadata on super device to resize partitions 68 # ioctl on super device to get block device alignment and alignment offset
|
D | crash_dump.te | 50 # which is super useful in some cases.
|
D | device.te | 106 # 'super' partition to be used for logical partitioning.
|
/system/extras/simpleperf/runtest/ |
D | runtest.py | 331 super(HostRunner, self).__init__(target, perf_path) 349 super(DeviceRunner, self).__init__(target, self.tmpdir + perf_path) 372 super(DeviceRunner, self).record(self.tmpdir + test_executable_name, 377 super(DeviceRunner, self).report(self.tmpdir + record_file,
|
/system/core/fs_mgr/ |
D | README.overlayfs.md | 109 take the whole alternate super (eg: if "*a*" slot, then the whole of 111 Since landing a filesystem on the alternate super physical device
|
/system/update_engine/scripts/update_payload/ |
D | test_utils.py | 268 super(EnhancedPayloadGenerator, self).__init__()
|
/system/core/init/ |
D | first_stage_mount.cpp | 616 auto super = GetMetadataSuperBlockDevice(*metadata.get()); in UseGsiIfPresent() local 617 std::string super_name = android::fs_mgr::GetBlockDevicePartitionName(*super); in UseGsiIfPresent()
|
/system/update_engine/payload_generator/ |
D | ext2_filesystem.cc | 158 return ext2fs_blocks_count(filsys_->super); in GetBlockCount()
|