Searched refs:HexToBytes (Results 1 – 3 of 3) sorted by relevance
23 Result<std::vector<uint8_t>> HexToBytes(const std::string& hex_string);
36 Result<std::vector<uint8_t>> HexToBytes(const std::string& hex_string) { in HexToBytes() function
185 CF_EXPECT(HexToBytes(apdu_hex_string), in SendApduResult()270 CF_EXPECT(HexToBytes(request->data()), in SendBroadcastResult()