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

Go to the source code of this file.

Macros

#define STRICT_ALIGNMENT   0
 

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)
 

Macro Definition Documentation

#define STRICT_ALIGNMENT   0

Definition at line 5 of file cbc128.cpp.

Referenced by CRYPTO_cbc128_decrypt(), and CRYPTO_cbc128_encrypt().

Function Documentation

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 59 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 8 of file cbc128.cpp.

References key, and STRICT_ALIGNMENT.

Referenced by AES_cbc_encrypt().