Searched refs:bytes_to_hex (Results 1 – 3 of 3) sorted by relevance
65 std::string bytes_to_hex(const uint8_t *bytes, size_t bytes_len);
469 std::string bytes_to_hex(const uint8_t* bytes, size_t bytes_len) { in bytes_to_hex() function
554 std::string hex = bytes_to_hex(reinterpret_cast<uint8_t*>(hdr.id), sizeof(hdr.id)); in load_recovery_id_prop()