Home
last modified time | relevance | path

Searched refs:hexStringToBytes (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dhex_utils_test.cpp71 EXPECT_EQ(hexStringToBytes("0123456789ABCDEF"), hexBytes); in TEST()
72 EXPECT_THAT(hexStringToBytes(""), IsEmpty()); in TEST()
77 EXPECT_THAT(hexStringToBytes("Hello"), IsEmpty()); in TEST()
78 EXPECT_THAT(hexStringToBytes("`"), IsEmpty()); in TEST()
79 EXPECT_THAT(hexStringToBytes("012"), IsEmpty()); in TEST()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dhex_utils.hpp59 inline std::vector<uint8_t> hexStringToBytes(const std::string& str) in hexStringToBytes() function
/openbmc/bmcweb/include/google/
H A Dgoogle_service_root.hpp182 std::vector<uint8_t> bytes = hexStringToBytes(command); in invokeRoTCommand()