Searched defs:hex2byte (Results 1 - 5 of 5) sorted by relevance

/external/tcpdump/
H A Dprint-esp.c117 static u_int hex2byte(netdissect_options *ndo, char *hexstring) function
278 espsecret_key[i] = hex2byte(ndo, colon);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.c26 int hex2byte(const char *hex) function
137 a = hex2byte(ipos);
435 val = hex2byte(pos);
/external/wpa_supplicant_8/src/utils/
H A Dcommon.c26 int hex2byte(const char *hex) function
137 a = hex2byte(ipos);
435 val = hex2byte(pos);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.c26 int hex2byte(const char *hex) function
137 a = hex2byte(ipos);
435 val = hex2byte(pos);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config_util.cpp92 static inline int hex2byte(char hex) function
124 int d = hex2byte(str[i]);
131 d = hex2byte(str[i+1]);

Completed in 148 milliseconds