Searched refs:toHex (Results 1 – 8 of 8) sorted by relevance
26 const std::string toHex(uint8_t byte) { in toHex() function38 std::string toHex(const Slice s, int wrap) { in toHex() function45 ss << toHex(byte); in toHex()
133 mArgs.push_back('{' + toHex(makeSlice(val)) + '}'); in arg()
19 function toHex() { function
60 static std::string toHex(std::span<uint8_t> data) { in toHex() function172 return toHex(digest.value()); in enableFsVerity()223 return toHex({&d->digest[0], &d->digest[d->digest_size]}); in isFileInVerity()
110 static std::string toHex(const std::vector<uint8_t>& digest) { in toHex() function131 digests[it->path()] = toHex(*digest); in computeDigests()
64 ss << nlmsg << " " << msg << " " << netdutils::toHex(msg, 32); in NetlinkListener()
54 ss << nlmsg << " " << nfmsg << " " << msg << " " << netdutils::toHex(msg, 32); in __anon837550c70202()
138 std::string toHex(const Slice s, int wrap = INT_MAX);