Home
last modified time | relevance | path

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

/external/libmtp/src/
Dmtpz.c144 char *hexenckey = fgets_strip((char *)malloc(35), 35, fdata); in mtpz_loaddata() local
145 if (!hexenckey) in mtpz_loaddata()
151 MTPZ_ENCRYPTION_KEY = hex_to_bytes(hexenckey, strlen(hexenckey)); in mtpz_loaddata()