FFmpeg
|
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 |
Detailed Description
Field Documentation
struct AVAES* CryptoContext::aes |
Definition at line 44 of file crypto.c.
Referenced by crypto_close(), crypto_open2(), and crypto_read().
int CryptoContext::eof |
Definition at line 39 of file crypto.c.
Referenced by crypto_read().
URLContext* CryptoContext::hd |
Definition at line 34 of file crypto.c.
Referenced by crypto_close(), crypto_open2(), and crypto_read().
uint8_t CryptoContext::inbuffer[BLOCKSIZE *MAX_BUFFER_BLOCKS] |
Definition at line 35 of file crypto.c.
Referenced by crypto_read().
int CryptoContext::indata |
Definition at line 38 of file crypto.c.
Referenced by crypto_read().
int CryptoContext::indata_used |
Definition at line 38 of file crypto.c.
Referenced by crypto_read().
uint8_t* CryptoContext::iv |
Definition at line 42 of file crypto.c.
Referenced by crypto_read().
int CryptoContext::ivlen |
Definition at line 43 of file crypto.c.
Referenced by crypto_open2().
uint8_t* CryptoContext::key |
Definition at line 40 of file crypto.c.
Referenced by 7digital-python.lib.oauth7digital.Oauth7digital::__consumer(), 7digital-python.lib.oauth7digital.Oauth7digital::__init__(), 7digital-python.lib.oauth.OAuthConsumer::__init__(), 7digital-python.lib.oauth.OAuthToken::__init__(), 7digital-python.lib.oauth7digital.Oauth7digital::authorize_request_token(), crypto_open2(), and 7digital-python.lib.oauth.OAuthToken::to_string().
int CryptoContext::keylen |
Definition at line 41 of file crypto.c.
Referenced by crypto_open2().
uint8_t CryptoContext::outbuffer[BLOCKSIZE *MAX_BUFFER_BLOCKS] |
Definition at line 35 of file crypto.c.
Referenced by crypto_read().
int CryptoContext::outdata |
Definition at line 38 of file crypto.c.
Referenced by crypto_read().
uint8_t* CryptoContext::outptr |
Definition at line 37 of file crypto.c.
Referenced by crypto_read().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11