Home
last modified time | relevance | path

Searched refs:hexstring (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.sbin/bluetooth/hcsecd/
H A Dlexer.l57 hexstring 0x{hexbyte}+
84 {hexstring} {
/freebsd/share/examples/ipfilter/
H A DBNF72 hexnumber = "0" "x" hexstring .
73 hexstring = hexdigit [ hexstring ] .
/freebsd/contrib/tcpdump/
H A Dprint-esp.c369 static u_int hex2byte(netdissect_options *ndo, char *hexstring) in hex2byte() argument
373 byte = (hexdigit(ndo, hexstring[0]) << 4) + hexdigit(ndo, hexstring[1]); in hex2byte()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dandroid.config210 # PSK can only be configured as the 64-octet hexstring (e.g., from
H A Ddefconfig253 # PSK can only be configured as the 64-octet hexstring (e.g., from
H A DChangeLog1470 replacement for 'eappsk' (it can also be set using hexstring to
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td59 MetaVarName<"[fast,md5,sha1,uuid,0x<hexstring>]">;