Searched defs:hexstring (Results 1 – 4 of 4) 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
212 static u_int hex2byte(netdissect_options *ndo, char *hexstring) in hex2byte()
871 static void hexstring(char *s, size_t sl, const void *p, size_t pl) { in hexstring() function