Home
last modified time | relevance | path

Searched defs:expected_sha1 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/bootable/deprecated-ota/applypatch/
H A Dapplypatch.cpp72 uint8_t expected_sha1[SHA_DIGEST_LENGTH]; in ReadPartitionToBuffer() local
308 uint8_t expected_sha1[SHA_DIGEST_LENGTH]; in FlashPartition() local
330 uint8_t expected_sha1[SHA_DIGEST_LENGTH]; in GenerateTarget() local
/aosp_15_r20/external/mesa3d/src/util/tests/
H A Dmesa-sha1_test.cpp32 const char *expected_sha1; member
/aosp_15_r20/build/make/tools/releasetools/
H A Dvalidate_target_files.py59 def ValidateFileAgainstSha1(input_tmp, file_name, file_path, expected_sha1): argument