Home
last modified time | relevance | path

Searched refs:print_hex (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/google/apf/
H A Dapf_run.c79 void print_hex(const uint8_t* input, int len) { in print_hex() function
285 print_hex(program + program_len, data_len); in main()
/aosp12/bootable/recovery/install/
H A Dverifier.cpp250 << ", length: " << signature_size << "): " << print_hex(signature, signature_size); in verify_file()
303 LOG(INFO) << "SHA-1 digest: " << print_hex(sha1, SHA_DIGEST_LENGTH); in verify_file()
306 LOG(INFO) << "SHA-256 digest: " << print_hex(sha256, SHA256_DIGEST_LENGTH); in verify_file()
/aosp12/bootable/recovery/otautil/include/otautil/
H A Dprint_sha1.h43 [[maybe_unused]] static std::string print_hex(const uint8_t* bytes, size_t len) { in print_hex() function