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

/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/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);
/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);
/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);
/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),

Completed in 1120 milliseconds