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.
Macros | |
#define | STRICT_ALIGNMENT 0 |
Typedefs | |
typedef size_t | size_t_aX |
Functions | |
void | CRYPTO_cbc128_encrypt (const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) |
void | CRYPTO_cbc128_decrypt (const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) |
#define STRICT_ALIGNMENT 0 |
Definition at line 5 of file cbc128.cpp.
Referenced by CRYPTO_cbc128_decrypt(), and CRYPTO_cbc128_encrypt().
typedef size_t size_t_aX |
Definition at line 11 of file cbc128.cpp.
void CRYPTO_cbc128_decrypt | ( | const unsigned char * | in, |
unsigned char * | out, | ||
size_t | len, | ||
const void * | key, | ||
unsigned char | ivec[16], | ||
block128_f | block | ||
) |
Definition at line 66 of file cbc128.cpp.
References key, and STRICT_ALIGNMENT.
Referenced by AES_cbc_encrypt().
void CRYPTO_cbc128_encrypt | ( | const unsigned char * | in, |
unsigned char * | out, | ||
size_t | len, | ||
const void * | key, | ||
unsigned char | ivec[16], | ||
block128_f | block | ||
) |
Definition at line 14 of file cbc128.cpp.
References key, and STRICT_ALIGNMENT.
Referenced by AES_cbc_encrypt().