Searched refs:BytesToHex (Results 1 – 4 of 4) sorted by relevance
84 std::string BytesToHex(const std::vector<uint8_t> &bytes);87 static inline std::string BytesToHex(const uint8_t (&array)[N]) { in BytesToHex() function88 return BytesToHex(std::vector<uint8_t>(&array[0], &array[N])); in BytesToHex()
193 cipher.c_str(), BytesToHex(key), in CreateTestDevice()217 << "\", key=" << BytesToHex(key) in CreateTestDevice()
428 << BytesToHex(master_key); in SetMasterKey()444 << BytesToHex(master_key_specifier_.u.identifier); in SetMasterKey()595 GTEST_LOG_(INFO) << "File nonce: " << BytesToHex(info->nonce.bytes); in GenerateTestFile()613 GTEST_LOG_(INFO) << "Derived subkey " << BytesToHex(out) in DeriveKey()614 << " using HKDF info " << BytesToHex(hkdf_info); in DeriveKey()
91 std::string BytesToHex(const std::vector<uint8_t> &bytes) { in BytesToHex() function267 << BytesToHex(info->uuid.bytes) << ", raw block device is " in GetFilesystemInfo()