Searched defs:bytes_to_hex (Results 1 - 2 of 2) sorted by relevance

/system/core/init/
H A Dutil.cpp278 std::string bytes_to_hex(const uint8_t* bytes, size_t bytes_len) { function in namespace:android::init
/system/core/fs_mgr/
H A Dfs_mgr_avb.cpp86 static std::string bytes_to_hex(const uint8_t* bytes, size_t bytes_len) { function
468 *out_salt = bytes_to_hex(desc_salt, out_hashtree_desc->salt_len);
471 *out_digest = bytes_to_hex(desc_digest, out_hashtree_desc->root_digest_len);

Completed in 213 milliseconds