|
TTKMusicPlayer
4.2.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
#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) |
| 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().
1.8.8