Home
last modified time | relevance | path

Searched refs:BytesToHex (Results 1 – 4 of 4) sorted by relevance

/test/vts-testcase/kernel/encryption/
Dvts_kernel_encryption.h84 std::string BytesToHex(const std::vector<uint8_t> &bytes);
87 static inline std::string BytesToHex(const uint8_t (&array)[N]) { in BytesToHex() function
88 return BytesToHex(std::vector<uint8_t>(&array[0], &array[N])); in BytesToHex()
Dmetadata_encryption_tests.cpp193 cipher.c_str(), BytesToHex(key), in CreateTestDevice()
217 << "\", key=" << BytesToHex(key) in CreateTestDevice()
Dfile_based_encryption_tests.cpp428 << 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()
Dutils.cpp91 std::string BytesToHex(const std::vector<uint8_t> &bytes) { in BytesToHex() function
267 << BytesToHex(info->uuid.bytes) << ", raw block device is " in GetFilesystemInfo()