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_cbc_encrypt (const unsigned char *in, unsigned char *out, size_t len, const AES_KEY *key, unsigned char *ivec, const int enc) |
void AES_cbc_encrypt | ( | const unsigned char * | in, |
unsigned char * | out, | ||
size_t | len, | ||
const AES_KEY * | key, | ||
unsigned char * | ivec, | ||
const int | enc | ||
) |
Definition at line 4 of file aes_cbc.cpp.
References AES_decrypt(), AES_encrypt(), CRYPTO_cbc128_decrypt(), and CRYPTO_cbc128_encrypt().
Referenced by QAlgorithm::Aes::decryptCBC(), and QAlgorithm::Aes::encryptCBC().