Home
last modified time | relevance | path

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

/external/libmtp/src/
Dmtpz.c253 void mtpz_encryption_encrypt_custom(unsigned char *data, unsigned char *seed, unsigned char *expand…
568 mtpz_encryption_encrypt_custom(data + offset, NULL, expanded); in mtpz_encryption_cipher()
613 mtpz_encryption_encrypt_custom(data + offset, out, expanded); in mtpz_encryption_cipher_advanced()
843 void mtpz_encryption_encrypt_custom(unsigned char *data, unsigned char *seed, unsigned char *expand… in mtpz_encryption_encrypt_custom() function
982 mtpz_encryption_encrypt_custom(out, actual_seed, expanded); in mtpz_encryption_encrypt_mac()