Home
last modified time | relevance | path

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

/external/libmtp/src/
Dmtpz.c252 void mtpz_encryption_decrypt_custom(unsigned char *data, unsigned char *seed, unsigned char *expand…
570 mtpz_encryption_decrypt_custom(data + offset, NULL, expanded); in mtpz_encryption_cipher()
622 mtpz_encryption_decrypt_custom(data + offset, out, expanded); in mtpz_encryption_cipher_advanced()
768 void mtpz_encryption_decrypt_custom(unsigned char *data, unsigned char *seed, unsigned char *expand… in mtpz_encryption_decrypt_custom() function