![]() |
libgpac
Documentation of the core library of GPAC
|
#include <gpac/filters.h>#include <gpac/constants.h>#include <gpac/download.h>#include <gpac/crypt.h>#include <gpac/network.h>
Include dependency graph for io_fcryp.c:Data Structures | |
| struct | KeyInfo |
| struct | GF_CryptFileCtx |
Macros | |
| #define | OFFS(_n) #_n, offsetof(GF_CryptFileCtx, _n) |
Enumerations | |
| enum | { KEY_STATE_NONE =0 , KEY_STATE_CHANGED , KEY_STATE_DOWNLOADING , KEY_STATE_DOWNLOAD_DONE , KEY_STATE_SET_IV } |
Functions | |
| static GF_Err | cryptfile_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
| const char * | gf_filter_get_src_args (GF_Filter *filter) |
| static Bool | cryptfile_on_filter_setup_error (GF_Filter *failed_filter, void *udta, GF_Err err) |
| static GF_Err | cryptfin_initialize (GF_Filter *filter) |
| static void | cryptfile_finalize (GF_Filter *filter) |
| static GF_FilterProbeScore | cryptfile_probe_url (const char *url, const char *mime_type) |
| static void | cryptfile_set_key (GF_CryptFileCtx *ctx) |
| static GF_Err | cryptfin_process (GF_Filter *filter) |
| const GF_FilterRegister * | cryptin_register (GF_FilterSession *session) |
| void | gf_cryptfin_set_kms (GF_Filter *filter, const char *key_url, bin128 key_IV) |
| void | gf_filter_mirror_forced_caps (GF_Filter *filter, GF_Filter *dst_filter) |
| static GF_Err | cryptfout_initialize (GF_Filter *filter) |
| static GF_Err | cryptfout_process (GF_Filter *filter) |
| const GF_FilterRegister * | cryptout_register (GF_FilterSession *session) |
| GF_Err | gf_cryptfout_push_key (GF_Filter *filter, bin128 *key, bin128 *IV) |
Variables | |
| static const GF_FilterArgs | CryptFinArgs [] |
| static const GF_FilterCapability | CryptFileCaps [] |
| GF_FilterRegister | CryptFinRegister |
| static const GF_FilterArgs | CryptFoutArgs [] |
| GF_FilterRegister | CryptFoutRegister |
| struct GF_CryptFileCtx |
| Data Fields | ||
|---|---|---|
| char * | src | |
| char * | dst | |
| Bool | fullfile | |
| GF_FilterPid * | ipid | |
| GF_FilterPid * | opid | |
| GF_Filter * | for_filter | |
| u32 | reload_key_state | |
| char * | key_url | |
| bin128 | IV | |
| GF_Err | in_error | |
| u8 | key_data[20] | |
| u32 | key_size | |
| GF_Crypt * | crypt | |
| u8 | store[16] | |
| u32 | remain | |
| bin128 | last_key | |
| Bool | use_key | |
| Bool | file_done | |
| GF_List * | keys | |
| #define OFFS | ( | _n | ) | #_n, offsetof(GF_CryptFileCtx, _n) |
| anonymous enum |
|
static |
Here is the call graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
|
static |
Here is the call graph for this function:
|
static |
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:| const GF_FilterRegister * cryptin_register | ( | GF_FilterSession * | session | ) |
| void gf_cryptfin_set_kms | ( | GF_Filter * | filter, |
| const char * | key_url, | ||
| bin128 | key_IV | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gf_filter_mirror_forced_caps | ( | GF_Filter * | filter, |
| GF_Filter * | dst_filter | ||
| ) |
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
|
static |
Here is the call graph for this function:| const GF_FilterRegister * cryptout_register | ( | GF_FilterSession * | session | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
| GF_FilterRegister CryptFinRegister |
|
static |
| GF_FilterRegister CryptFoutRegister |