Searched refs:hex2byte (Results 1 - 14 of 14) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.c27 int hex2byte(const char *hex) function
47 a = hex2byte(txt);
178 a = hex2byte(ipos);
554 val = hex2byte(pos);
H A Dcommon.h475 int hex2byte(const char *hex);
/external/wpa_supplicant_8/src/utils/
H A Dcommon.c27 int hex2byte(const char *hex) function
47 a = hex2byte(txt);
178 a = hex2byte(ipos);
554 val = hex2byte(pos);
H A Dcommon.h475 int hex2byte(const char *hex);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.c27 int hex2byte(const char *hex) function
47 a = hex2byte(txt);
178 a = hex2byte(ipos);
554 val = hex2byte(pos);
H A Dcommon.h475 int hex2byte(const char *hex);
/external/iw/
H A Dutil.c345 static int hex2byte(char *hex) function
364 d = hex2byte(hex);
/external/tcpdump/
H A Dprint-esp.c294 static u_int hex2byte(netdissect_options *ndo, char *hexstring) function
322 binbuf[i] = hex2byte(ndo, hex);
/external/e2fsprogs/misc/
H A De4crypt.c154 static int hex2byte(const char *hex, size_t hex_size, unsigned char *bytes, function
730 hex2byte(argv[optind], (EXT4_KEY_DESCRIPTOR_SIZE * 2),
/external/f2fs-tools/tools/
H A Df2fscrypt.c201 static int hex2byte(const char *hex, size_t hex_size, unsigned char *bytes, function
775 hex2byte(argv[optind], (F2FS_KEY_DESCRIPTOR_SIZE * 2),
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttpread.c273 *uri++ = hex2byte(rawuri + 1);
/external/wpa_supplicant_8/src/wps/
H A Dhttpread.c273 *uri++ = hex2byte(rawuri + 1);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttpread.c273 *uri++ = hex2byte(rawuri + 1);
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c2506 int val = hex2byte(pos + 9);

Completed in 322 milliseconds