Home
last modified time | relevance | path

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

/aosp_15_r20/external/tcpdump/
H A Dprint-esp.c379 static u_int hex2byte(netdissect_options *ndo, char *hexstring) in hex2byte() function
/aosp_15_r20/external/e2fsprogs/misc/
H A De4crypt.c155 static int hex2byte(const char *hex, size_t hex_size, unsigned char *bytes, in hex2byte() function
/aosp_15_r20/external/f2fs-tools/tools/
H A Df2fscrypt.c201 static int hex2byte(const char *hex, size_t hex_size, unsigned char *bytes, in hex2byte() function
/aosp_15_r20/external/iw/
H A Dutil.c397 static int hex2byte(const char *hex) in hex2byte() function
/aosp_15_r20/device/generic/car/emulator/usbpt/bluetooth/usb_modeswitch/
Dusb_modeswitch.c1997 int hex2byte(const char *hex) in hex2byte() function
/aosp_15_r20/external/wpa_supplicant_8/src/utils/
H A Dcommon.c28 int hex2byte(const char *hex) in hex2byte() function
/aosp_15_r20/external/crosvm/acpi_tables/src/
H A Daml.rs1463 fn hex2byte(v1: char, v2: char) -> u8 { in hex2byte() function