Searched refs:hex2byte (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | common.c | 27 int hex2byte(const char *hex) in hex2byte() function 47 a = hex2byte(txt); in hwaddr_parse() 178 a = hex2byte(ipos); in hexstr2bin() 554 val = hex2byte(pos); in printf_decode()
|
D | common.h | 475 int hex2byte(const char *hex);
|
/external/iw/ |
D | util.c | 345 static int hex2byte(char *hex) in hex2byte() function 364 d = hex2byte(hex); in hex2bin()
|
/external/tcpdump/ |
D | print-esp.c | 294 static u_int hex2byte(netdissect_options *ndo, char *hexstring) in hex2byte() function 322 binbuf[i] = hex2byte(ndo, hex); in espprint_decode_hex()
|
/external/f2fs-tools/tools/ |
D | f2fscrypt.c | 201 static int hex2byte(const char *hex, size_t hex_size, unsigned char *bytes, in hex2byte() function 775 hex2byte(argv[optind], (F2FS_KEY_DESCRIPTOR_SIZE * 2), in do_set_policy()
|
/external/e2fsprogs/misc/ |
D | e4crypt.c | 154 static int hex2byte(const char *hex, size_t hex_size, unsigned char *bytes, in hex2byte() function 730 hex2byte(argv[optind], (EXT4_KEY_DESCRIPTOR_SIZE * 2), in do_set_policy()
|
/external/wpa_supplicant_8/src/wps/ |
D | httpread.c | 273 *uri++ = hex2byte(rawuri + 1); in httpread_hdr_analyze()
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 2506 int val = hex2byte(pos + 9); in hostapd_ctrl_iface_req_beacon()
|