Go to the source code of this file.
Typedefs | |
typedef int(* | EVP_Update_t )(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, const unsigned char *in, int inl) |
typedef int(* | EVP_Final_ex_t )(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) |
typedef codec_cipher_s | codec_cipher_t |
Enumerations | |
enum | { CODEC_CIPHER_MAX_INPUT = 4096 } |
Functions | |
int | codec_cipher_create (int op, const EVP_CIPHER *cipher, unsigned char *key, unsigned char *iv, codec_t **pcc) |
Create a cipher codec_t object. |
|
Definition at line 35 of file cipher.c. Referenced by codec_cipher_create(). |
|
|
|
|
|
|