TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Functions
aes_cbc.cpp File Reference
#include "aes.h"
#include "cbc128.h"

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)
 

Function Documentation

void AES_cbc_encrypt ( const unsigned char *  in,
unsigned char *  out,
size_t  len,
const AES_KEY key,
unsigned char *  ivec,
const int  enc 
)