Home
last modified time | relevance | path

Searched refs:hex_to_bytes (Results 1 – 1 of 1) sorted by relevance

/external/libmtp/src/
Dmtpz.c99 static char *hex_to_bytes(char *hex, size_t len) in hex_to_bytes() function
151 MTPZ_ENCRYPTION_KEY = hex_to_bytes(hexenckey, strlen(hexenckey)); in mtpz_loaddata()
182 MTPZ_CERTIFICATES = hex_to_bytes(hexcerts, strlen(hexcerts)); in mtpz_loaddata()