Structure to hold decryption state. More...
#include <vp8dx.h>
Data Fields | |
void(* | decrypt_cb )(void *decrypt_state, const unsigned char *input, unsigned char *output, int count) |
void * | decrypt_state |
Structure to hold decryption state.
Defines a structure to hold the decryption state and access function.
void(* vp8_decrypt_init::decrypt_cb)(void *decrypt_state, const unsigned char *input, unsigned char *output, int count) |
Decrypt n bytes of data from input -> output, using the decrypt_state passed in VP8D_SET_DECRYPTOR.
Decryption state.