Home
last modified time | relevance | path

Searched defs:BytesToHex (Results 1 – 2 of 2) sorted by relevance

/test/vts-testcase/kernel/encryption/
Dvts_kernel_encryption.h87 static inline std::string BytesToHex(const uint8_t (&array)[N]) { in BytesToHex() function
Dutils.cpp91 std::string BytesToHex(const std::vector<uint8_t> &bytes) { in BytesToHex() function