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. | |
int | codec_free (codec_t *codec) |
Dispose all the resources allocated to the supplied codec. | |
int | codec_gzip_create (int op, codec_t **piz) |
Create a cipher codec_t object. | |
int | codec_null_create (codec_t **pcn) |
Create a cipher codec_t object. |
|
Create a cipher
|
|
Dispose all the resources allocated to the supplied
Definition at line 24 of file codec.c. References codec_s::free. Referenced by io_codecs_remove(). |
|
Create a gzip
|
|
Create a null
|