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

  /bootable/recovery/
print_sha1.h 25 static std::string print_sha1(const uint8_t* sha1, size_t len) { function
35 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/tests/component/
applypatch_test.cpp 35 #include "print_sha1.h"
47 return print_sha1(digest);
  /bootable/recovery/updater/
blockimg.cpp 51 #include "print_sha1.h"
450 std::string hexdigest = print_sha1(digest);
725 base = print_sha1(digest);
    [all...]

Completed in 78 milliseconds