#include <mpeg3private.h>

Data Fields | |
| int | encrypted |
| char | device_path [MPEG3_STRLEN] |
| unsigned char | disk_key [MPEG3_DVD_PACKET_SIZE] |
| unsigned char | title_key [5] |
| char | challenge [10] |
| struct mpeg3_block | key1 |
| struct mpeg3_block | key2 |
| struct mpeg3_block | keycheck |
| int | varient |
| int | fd |
| char | path [MPEG3_STRLEN] |
Definition at line 144 of file mpeg3private.h.
Definition at line 146 of file mpeg3private.h.
| char mpeg3_css_t::device_path[MPEG3_STRLEN] |
Definition at line 147 of file mpeg3private.h.
| unsigned char mpeg3_css_t::disk_key[MPEG3_DVD_PACKET_SIZE] |
Definition at line 148 of file mpeg3private.h.
| unsigned char mpeg3_css_t::title_key[5] |
Definition at line 149 of file mpeg3private.h.
| char mpeg3_css_t::challenge[10] |
Definition at line 150 of file mpeg3private.h.
struct mpeg3_block mpeg3_css_t::key1 [read] |
Definition at line 151 of file mpeg3private.h.
struct mpeg3_block mpeg3_css_t::key2 [read] |
Definition at line 152 of file mpeg3private.h.
struct mpeg3_block mpeg3_css_t::keycheck [read] |
Definition at line 153 of file mpeg3private.h.
Definition at line 154 of file mpeg3private.h.
| int mpeg3_css_t::fd |
Definition at line 155 of file mpeg3private.h.
| char mpeg3_css_t::path[MPEG3_STRLEN] |
Definition at line 156 of file mpeg3private.h.
1.5.5