Searched refs:hexstring (Results 1 - 4 of 4) sorted by relevance

/external/fonttools/Lib/fontTools/
H A Dt1Lib.py335 def deHexString(hexstring):
336 return eexec.deHexString(strjoin(hexstring.split()))
/external/fonttools/Tools/fontTools/
H A Dt1Lib.py335 def deHexString(hexstring):
336 return eexec.deHexString(strjoin(hexstring.split()))
/external/tcpdump/
H A Dprint-esp.c183 static u_int hex2byte(netdissect_options *ndo, char *hexstring) argument
187 byte = (hexdigit(ndo, hexstring[0]) << 4) + hexdigit(ndo, hexstring[1]);
/external/ipsec-tools/src/racoon/
H A Dcftoken.l133 hexstring 0x{hexdigit}+
580 {hexstring} {

Completed in 131 milliseconds