TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
Go to the source code of this file.
Functions | |
void | AES_ecb_encrypt (const unsigned char *in, unsigned char *out, const AES_KEY *key, const int enc) |
void AES_ecb_encrypt | ( | const unsigned char * | in, |
unsigned char * | out, | ||
const AES_KEY * | key, | ||
const int | enc | ||
) |
Definition at line 15 of file aes_ecb.cpp.
References AES_DECRYPT, AES_decrypt(), AES_ENCRYPT, and AES_encrypt().
Referenced by QAlgorithm::Aes::decryptECB(), and QAlgorithm::Aes::encryptECB().