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.cpp49 EXPECT_EQ(hexStringToBytes("0123456789ABCDEF"), hexBytes); in TEST()
50 EXPECT_THAT(hexStringToBytes(""), IsEmpty()); in TEST()
55 EXPECT_THAT(hexStringToBytes("Hello"), IsEmpty()); in TEST()
56 EXPECT_THAT(hexStringToBytes("`"), IsEmpty()); in TEST()
57 EXPECT_THAT(hexStringToBytes("012"), IsEmpty()); in TEST()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dhex_utils.hpp45 inline std::vector<uint8_t> hexStringToBytes(const std::string& str) in hexStringToBytes() function
/openbmc/bmcweb/features/google/
H A Dgoogle_service_root.hpp181 std::vector<uint8_t> bytes = hexStringToBytes(command); in invokeRoTCommand()