HomeSort by relevance Sort by last modified time
    Searched refs:print_sha1 (Results 1 - 6 of 6) sorted by null

  /bootable/recovery/otautil/include/otautil/
print_sha1.h 25 static std::string print_sha1(const uint8_t* sha1, size_t len) { function
35 [[maybe_unused]] static std::string print_sha1(const uint8_t sha1[SHA_DIGEST_LENGTH]) { function
36 return print_sha1(sha1, SHA_DIGEST_LENGTH);
40 return print_sha1(sha1, 4);
44 return print_sha1(bytes, len);
  /bootable/recovery/applypatch/
bspatch.cpp 34 #include "otautil/print_sha1.h"
88 std::string patch_sha1 = print_sha1(digest);
  /bootable/recovery/updater/
blockimg.cpp 58 #include "otautil/print_sha1.h"
613 std::string hexdigest = print_sha1(digest);
631 std::string hexdigest = print_sha1(digest);
661 std::string hexdigest = print_sha1(digest);
903 base = print_sha1(digest);
    [all...]
install.cpp 64 #include "otautil/print_sha1.h"
315 return StringValue(print_sha1(digest));
    [all...]
  /bootable/recovery/tests/component/
applypatch_test.cpp 40 #include "otautil/print_sha1.h"
56 *sha1 = print_sha1(digest);
updater_test.cpp 46 #include "otautil/print_sha1.h"
99 return print_sha1(digest);
    [all...]

Completed in 276 milliseconds