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

Go to the source code of this file.

Typedefs

typedef void(* block128_f) (const unsigned char in[16], unsigned char out[16], const void *key)
 

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)
 

Typedef Documentation

typedef void(* block128_f) (const unsigned char in[16], unsigned char out[16], const void *key)

Definition at line 15 of file cbc128.h.

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().