Home
last modified time | relevance | path

Searched refs:ParseSha1 (Results 1 – 2 of 2) sorted by relevance

/bootable/deprecated-ota/applypatch/
Dapplypatch.cpp73 if (ParseSha1(partition.hash, expected_sha1) != 0) { in ReadPartitionToBuffer()
231 int ParseSha1(const std::string& str, uint8_t* digest) { in ParseSha1() function
309 if (ParseSha1(partition.hash, expected_sha1) != 0) { in FlashPartition()
331 if (ParseSha1(target.hash, expected_sha1) != 0) { in GenerateTarget()
/bootable/deprecated-ota/applypatch/include/applypatch/
Dapplypatch.h46 int ParseSha1(const std::string& str, uint8_t* digest);