Definition at line 32 of file crypto.c.
◆ class
const AVClass* CryptoContext::class |
◆ hd
◆ inbuffer
◆ outbuffer
◆ outptr
uint8_t* CryptoContext::outptr |
◆ indata
int CryptoContext::indata |
◆ indata_used
int CryptoContext::indata_used |
◆ outdata
int CryptoContext::outdata |
◆ position
◆ flags
◆ eof
◆ key
uint8_t* CryptoContext::key |
◆ keylen
int CryptoContext::keylen |
◆ iv
uint8_t* CryptoContext::iv |
◆ ivlen
◆ decrypt_key
uint8_t* CryptoContext::decrypt_key |
◆ decrypt_keylen
int CryptoContext::decrypt_keylen |
◆ decrypt_iv
uint8_t* CryptoContext::decrypt_iv |
◆ decrypt_ivlen
int CryptoContext::decrypt_ivlen |
◆ encrypt_key
uint8_t* CryptoContext::encrypt_key |
◆ encrypt_keylen
int CryptoContext::encrypt_keylen |
◆ encrypt_iv
uint8_t* CryptoContext::encrypt_iv |
◆ encrypt_ivlen
int CryptoContext::encrypt_ivlen |
◆ aes_decrypt
struct AVAES* CryptoContext::aes_decrypt |
◆ aes_encrypt
struct AVAES* CryptoContext::aes_encrypt |
◆ write_buf
uint8_t* CryptoContext::write_buf |
◆ write_buf_size
unsigned int CryptoContext::write_buf_size |
◆ pad
◆ pad_len
int CryptoContext::pad_len |
The documentation for this struct was generated from the following file: