Home
last modified time | relevance | path

Searched defs:SHA_DIGEST_LENGTH (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/otautil/include/otautil/
Dprint_sha1.h35 [[maybe_unused]] static std::string print_sha1(const uint8_t sha1[SHA_DIGEST_LENGTH]) { in print_sha1()
39 [[maybe_unused]] static std::string short_sha1(const uint8_t sha1[SHA_DIGEST_LENGTH]) { in short_sha1()
/bootable/recovery/updater/
Dblockimg.cpp1589 static bool Sha1DevicePath(const std::string& path, uint8_t digest[SHA_DIGEST_LENGTH]) { in Sha1DevicePath()