cipher.c File Reference
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 struct 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) |
Typedef Documentation
| typedef int(* EVP_Update_t)(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, const unsigned char *in, int inl) |
Enumeration Type Documentation
- Enumerator:
-
Definition at line 17 of file cipher.c.