Home
last modified time | relevance | path

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

1234

/system/keymaster/ng/include/
DAndroidKeymaster41Device.h62 using super = V4_0::ng::AndroidKeymaster4Device; variable
65 explicit AndroidKeymaster41Device(SecurityLevel securityLevel) : super(securityLevel) {} in AndroidKeymaster41Device()
72 Return<void> getHardwareInfo(super::getHardwareInfo_cb _hidl_cb) override { in getHardwareInfo()
73 return super::getHardwareInfo(_hidl_cb); in getHardwareInfo()
76 Return<void> getHmacSharingParameters(super::getHmacSharingParameters_cb _hidl_cb) override { in getHmacSharingParameters()
77 return super::getHmacSharingParameters(_hidl_cb); in getHmacSharingParameters()
81 super::computeSharedHmac_cb _hidl_cb) override { in computeSharedHmac()
82 return super::computeSharedHmac(params, _hidl_cb); in computeSharedHmac()
88 super::verifyAuthorization_cb _hidl_cb) override { in verifyAuthorization()
89 return super::verifyAuthorization(challenge, parametersToVerify, authToken, _hidl_cb); in verifyAuthorization()
[all …]
/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()
/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 \
49 lpadd is a command-line tool for adding images to a super.img file, or a partition to a super\_empt…
57 * `SUPER_FILE` - The `super.img` or `super_empty.img` file. If the image is sparsed, it will be tem…
60 * `IMAGE_FILE` - If specified, the contents of the image will be embedded in the given super.img. T…
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
Dlpadd.cc465 SuperHelper super(super_path); in main() local
466 if (!super.Open()) { in main()
474 if (!super.AddPartition(partition_name, group_name, attributes, image_path)) { in main()
477 if (!super.Finalize()) { in main()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_fuzz.cpp130 const std::string* super; in SNAPSHOT_FUZZ_FUNCTION() local
132 super = &GetSnapshotFuzzEnv()->super(); in SNAPSHOT_FUZZ_FUNCTION()
134 super = &args.super(); in SNAPSHOT_FUZZ_FUNCTION()
137 *super, std::chrono::milliseconds(args.timeout_millis())); in SNAPSHOT_FUZZ_FUNCTION()
151 auto partition_opener = std::make_unique<TestPartitionOpener>(GetSnapshotFuzzEnv()->super()); in SNAPSHOT_FUZZ_FUNCTION()
154 params.block_device = GetSnapshotFuzzEnv()->super(); in SNAPSHOT_FUZZ_FUNCTION()
/system/bt/gd/cert/
Dtruth.py58 super().__init__(value)
99 super().__init__(value)
124 super().__init__(value)
136 super().__init__(value)
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot_fuzz.proto60 string super = 2; field
98 // - if super_data is empty, create empty super partition metadata.
99 // - otherwise, create super partition metadata accordingly.
100 // If false, no valid super partition metadata (it is zeroed)
/system/bt/gd/hci/cert/
Dacl_manager_test.py28 super().setup_class(dut_module='HCI_INTERFACES', cert_module='HCI')
32 super().setup_test()
38 super().teardown_test()
Dcontroller_test.py29 super().setup_class(dut_module='HCI_INTERFACES', cert_module='HCI_INTERFACES')
/system/sepolicy/private/
Dlpdumpd.te10 # Allow lpdumpd to find the super partition block device.
13 # Allow lpdumpd to read super partition metadata.
Dfastbootd.te23 # at the second half of super.
/system/sepolicy/prebuilts/api/30.0/private/
Dlpdumpd.te10 # Allow lpdumpd to find the super partition block device.
13 # Allow lpdumpd to read super partition metadata.
/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/bt/gd/neighbor/cert/
Dneighbor_test.py32 super().setup_class(dut_module='HCI_INTERFACES', cert_module='HCI')
35 super().setup_test()
46 super().teardown_test()
/system/bt/gd/shim/cert/
Dstack_test.py26 super().setup_class(dut_module='SHIM', cert_module='SHIM')
Dshim_test.py33 super().setup_class(dut_module='SHIM', cert_module='SHIM')
/system/extras/tests/bootloader/
Dshelltest.py21 super(ShellTest, self).__init__(*args, **kwargs)
/system/core/fs_mgr/liblp/
Dbuilder.cpp478 LpMetadataBlockDevice& super = block_devices_[0]; in Init() local
484 if (super.size < total_reserved) { in Init()
492 if (super.alignment || super.alignment_offset) { in Init()
493 ok = AlignTo(free_area_start, super.alignment, &free_area_start); in Init()
501 super.first_logical_sector = free_area_start / LP_SECTOR_SIZE; in Init()
504 uint64_t minimum_disk_size = (super.first_logical_sector * LP_SECTOR_SIZE) + logical_block_size; in Init()
505 if (super.size < minimum_disk_size) { in Init()
507 << super.size; in Init()
781 const auto& super = block_devices_[0]; in PrioritizeSecondHalfOfSuper() local
782 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/bt/gd/l2cap/le/cert/
Ddual_l2cap_test.py39 super().setup_class(dut_module='L2CAP', cert_module='HCI_INTERFACES')
42 super().setup_test()
76 super().teardown_test()
/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

1234