Home
last modified time | relevance | path

Searched defs:avbtool (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/build/make/tools/releasetools/
H A Dapex_utils.py59 …def __init__(self, apex_path, key_passwords, codename_to_api_level_map, avbtool=None, sign_tool=No… argument
220 def SignApexPayload(avbtool, payload_file, payload_key_path, payload_key_name, argument
249 def VerifyApexPayload(avbtool, payload_file, payload_key, no_hashtree=False): argument
263 def ParseApexPayloadInfo(avbtool, payload_path): argument
334 def SignUncompressedApex(avbtool, apex_file, payload_key, container_key, argument
410 def SignCompressedApex(avbtool, apex_file, payload_key, container_key, argument
476 def SignApex(avbtool, apex_data, payload_key, container_key, container_pw, argument
H A Dverity_utils.py143 def __init__(self, partition_name, partition_size, footer_type, avbtool, argument
321 def CalculateVbmetaDigest(extracted_dir, avbtool): argument
H A Dsign_apex.py61 def SignApexFile(avbtool, apex_file, payload_key, container_key, no_hashtree, argument
H A Dsign_target_files_apks.py988 def GetAvbInfo(avbtool, image_name): argument
H A Dcommon.py3757 def ExtractAvbPublicKey(avbtool, key): argument
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc195 std::unique_ptr<Avb> avbtool = GetDefaultAvb(); in GetAvbMetadataFromBootImage() local
386 auto avbtool = Avb(AvbToolBinary()); in RepackVendorBootImage() local
Dboot_config.cc202 std::unique_ptr<Avb> avbtool = GetDefaultAvb(); in PrepareBootEnvImage() local
Dsuper_image_mixer.cc236 auto avbtool = Avb(AvbToolBinary(), args.algorithm, args.key_path); in RegenerateVbmeta() local
Dvendor_dlkm_utils.cc408 std::unique_ptr<Avb> avbtool = GetDefaultAvb(); in BuildVbmetaImage() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DGkiDeviceFlashPreparer.java756 File avbtool = getRequestedFile(device, AVBTOOL, buildInfo.getFile(OTATOOLS_ZIP), tmpDir); in buildGkiSystemDlkmImg() local
789 File avbtool = getRequestedFile(device, AVBTOOL, buildInfo.getFile(OTATOOLS_ZIP), tmpDir); in addHashFooter() local
/aosp_15_r20/system/tools/mkbootimg/gki/
Dgenerate_gki_certificate.py25 def generate_gki_certificate(image, avbtool, name, algorithm, key, salt, argument
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/disk/
Dgenerate_persistent_vbmeta.cpp32 std::unique_ptr<Avb> avbtool = GetDefaultAvb(); in PrepareVBMetaImage() local
Dgenerate_persistent_bootconfig.cpp89 std::unique_ptr<Avb> avbtool = GetDefaultAvb(); in GeneratePersistentBootconfig() local
/aosp_15_r20/cts/hostsidetests/edi/src/android/edi/cts/
H A DVbmetaDeviceInfo.java82 File avbtool = buildHelper.getTestFile(AVB_TOOL); in collectDeviceInfo() local
/aosp_15_r20/external/avb/test/
H A Dimage_handler_unittest.py36 avbtool = imp.load_source('avbtool', './avbtool.py') variable
/aosp_15_r20/tools/tradefederation/prebuilts/filegroups/tradefed/
Dtradefed.jarFileMd5$FileChecksum$1.class FileMd5.java package FileMd5$FileChecksum$1 extends com. ...