Go to the source code of this file.
|  | 
| static int | set_aes_arg (URLContext *h, uint8_t **buf, int *buf_len, uint8_t *default_buf, int default_buf_len, const char *desc) | 
|  | 
| static int | crypto_open2 (URLContext *h, const char *uri, int flags, AVDictionary **options) | 
|  | 
| static int | crypto_read (URLContext *h, uint8_t *buf, int size) | 
|  | 
| static int64_t | crypto_seek (URLContext *h, int64_t pos, int whence) | 
|  | 
| static int | crypto_write (URLContext *h, const unsigned char *buf, int size) | 
|  | 
| static int | crypto_close (URLContext *h) | 
|  | 
◆ MAX_BUFFER_BLOCKS
      
        
          | #define MAX_BUFFER_BLOCKS   257 | 
      
 
 
◆ BLOCKSIZE
◆ OFFSET
◆ set_aes_arg()
◆ crypto_open2()
◆ crypto_read()
◆ crypto_seek()
  
  | 
        
          | static int64_t crypto_seek | ( | URLContext * | h, |  
          |  |  | int64_t | pos, |  
          |  |  | int | whence |  
          |  | ) |  |  |  | static | 
 
 
◆ crypto_write()
◆ crypto_close()
◆ options
Initial value:= {
}
offset must point to a pointer immediately followed by an int for the length 
Definition at line 66 of file crypto.c.
 
 
◆ crypto_class
Initial value:= {
    .class_name     = "crypto",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name. 
static const AVOption options[]
Definition at line 76 of file crypto.c.
 
 
◆ ff_crypto_protocol
Initial value:= {
    .name            = "crypto",
}
static int crypto_close(URLContext *h)
static int crypto_read(URLContext *h, uint8_t *buf, int size)
static int crypto_open2(URLContext *h, const char *uri, int flags, AVDictionary **options)
#define URL_PROTOCOL_FLAG_NESTED_SCHEME
static const AVClass crypto_class
static int64_t crypto_seek(URLContext *h, int64_t pos, int whence)
static int crypto_write(URLContext *h, const unsigned char *buf, int size)
Definition at line 396 of file crypto.c.