Searched refs:toHex (Results 1 – 4 of 4) sorted by relevance
19 function toHex() { function
51 static std::string toHex(std::span<const uint8_t> data) { in toHex() function132 return toHex({&d->digest[0], &d->digest[d->digest_size]}); in measureFsVerity()
133 std::string toHex(const std::vector<uint8_t>& digest) { in toHex() function194 digests[it->path()] = toHex(*digest); in computeDigests()
56 ss << nlmsg << " " << nfmsg << " " << msg << " " << netdutils::toHex(msg, 32); in __anone8b324600202()