Searched defs:hexstring (Results 1 – 6 of 6) sorted by relevance
28 Slice ParseHexstring(absl::string_view hexstring) { in ParseHexstring()
348 char hexstring[VBNV_BLOCK_SIZE * 2 + 32]; /* Reserve extra 32 bytes */ in VbReadNvStorage_mosys() local367 char hexstring[VBNV_BLOCK_SIZE * 2 + 1]; in VbWriteNvStorage_mosys() local
108 std::string hexstring, absl::StatusOr<std::string> expect, in TestVector()
541 def deHexString(hexstring): argument
69 static uint8_t* HexStringToBytes(const char* hexstring, in HexStringToBytes()
379 static u_int hex2byte(netdissect_options *ndo, char *hexstring) in hex2byte()