|
libaaruformat 1.0
Aaru Data Preservation Suite - Format Library
|
A plaintext (unencrypted) region on a PS3 disc. More...
#include </home/claunia/Development/Aaru/libaaruformat/src/ps3/ps3_encryption_map.h>
Data Fields | |
| uint32_t | start_sector |
| First sector of plaintext region (inclusive). | |
| uint32_t | end_sector |
| Last sector of plaintext region (inclusive). | |
A plaintext (unencrypted) region on a PS3 disc.
Definition at line 33 of file ps3_encryption_map.h.
| uint32_t Ps3PlaintextRegion::end_sector |
Last sector of plaintext region (inclusive).
Definition at line 36 of file ps3_encryption_map.h.
Referenced by ps3_deserialize_encryption_map(), and ps3_parse_encryption_map().
| uint32_t Ps3PlaintextRegion::start_sector |
First sector of plaintext region (inclusive).
Definition at line 35 of file ps3_encryption_map.h.
Referenced by ps3_deserialize_encryption_map(), and ps3_parse_encryption_map().