Data Fields | |
const AVClass * | class |
URLContext * | hd |
uint8_t | inbuffer [BLOCKSIZE *MAX_BUFFER_BLOCKS] |
uint8_t | outbuffer [BLOCKSIZE *MAX_BUFFER_BLOCKS] |
uint8_t * | outptr |
int | indata |
int | indata_used |
int | outdata |
int | eof |
uint8_t * | key |
int | keylen |
uint8_t * | iv |
int | ivlen |
struct AVAES * | aes |
Definition at line 32 of file crypto.c.
struct AVAES* CryptoContext::aes [read] |
Definition at line 44 of file crypto.c.
Referenced by crypto_close(), crypto_open(), and crypto_read().
const AVClass* CryptoContext::class |
Definition at line 34 of file crypto.c.
Referenced by crypto_close(), crypto_open(), and crypto_read().
uint8_t CryptoContext::inbuffer[BLOCKSIZE *MAX_BUFFER_BLOCKS] |
uint8_t CryptoContext::outbuffer[BLOCKSIZE *MAX_BUFFER_BLOCKS] |