Searched defs:hexstring (Results 1 – 3 of 3) sorted by relevance
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
335 def deHexString(hexstring): argument
240 static u_int hex2byte(netdissect_options *ndo, char *hexstring) in hex2byte()