Searched defs:hexstring (Results 1 – 5 of 5) sorted by relevance
22 grpc_slice parse_hexstring(const char* hexstring) { in parse_hexstring()
50 grpc_slice_split_mode mode, const char* hexstring, in test_vector()
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
333 def deHexString(hexstring): argument
294 static u_int hex2byte(netdissect_options *ndo, char *hexstring) in hex2byte()