Home
last modified time | relevance | path

Searched refs:super (Results 1 – 25 of 40) sorted by relevance

12

/system/keymaster/legacy_support/
Decdsa_keymaster1_operation.h53 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 …]
Drsa_keymaster1_operation.h53 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 …]
Dec_keymaster0_key.cpp44 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()
Drsa_keymaster0_key.cpp110 return super::LoadKey(move(key_material), additional_params, move(hw_enforced), in LoadKey()
/system/sepolicy/prebuilts/api/29.0/private/
Dlpdumpd.te10 # Allow lpdumpd to find the super partition block device.
13 # Allow lpdumpd to read super partition metadata.
/system/sepolicy/private/
Dlpdumpd.te10 # Allow lpdumpd to find the super partition block device.
13 # Allow lpdumpd to read super partition metadata.
/system/extras/partition_tools/
DREADME.md5 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 \
Dlpdumpd.rc23 # On Launch devices, assume "super". On virtual devices, ${ro.boot.super_partition}
25 file /dev/block/by-name/${ro.boot.super_partition:-super} r
Ddynamic_partitions_device_info.proto33 /** Total size of all extents on super partition */
/system/extras/tests/bootloader/
Dshelltest.py21 super(ShellTest, self).__init__(*args, **kwargs)
Dhaltest.py24 super(HalTest, self).__init__(*args, **kwargs)
/system/core/fs_mgr/liblp/
Dbuilder.cpp381 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/
Drsa_keymaster0_key.h34 typedef RsaKeyFactory super; typedef
Dec_keymaster0_key.h34 typedef EcKeyFactory super; typedef
/system/sepolicy/public/
Dupdate_engine_common.te65 # read / write metadata on super device to resize partitions
68 # ioctl on super device to get block device alignment and alignment offset
Dcrash_dump.te50 # which is super useful in some cases.
Ddevice.te106 # 'super' partition to be used for logical partitioning.
/system/sepolicy/prebuilts/api/29.0/public/
Dupdate_engine_common.te65 # read / write metadata on super device to resize partitions
68 # ioctl on super device to get block device alignment and alignment offset
Dcrash_dump.te50 # which is super useful in some cases.
Ddevice.te106 # 'super' partition to be used for logical partitioning.
/system/extras/simpleperf/runtest/
Druntest.py331 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/
DREADME.overlayfs.md109 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/
Dtest_utils.py268 super(EnhancedPayloadGenerator, self).__init__()
/system/core/init/
Dfirst_stage_mount.cpp616 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/
Dext2_filesystem.cc158 return ext2fs_blocks_count(filsys_->super); in GetBlockCount()

12