ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
SecrBitBlockData_t Struct Reference

#include <libsecr-common.h>

Data Fields

u32 size
 
u32 flags
 
u8 checksum [8]
 

Detailed Description

Encrypted file Data Block info struct

Definition at line 22 of file libsecr-common.h.

Field Documentation

◆ checksum

u8 SecrBitBlockData_t::checksum[8]

Definition at line 27 of file libsecr-common.h.

◆ flags

u32 SecrBitBlockData_t::flags

Flags : 0x01 = signed, 0x02 = encrypted.

Definition at line 26 of file libsecr-common.h.

◆ size

u32 SecrBitBlockData_t::size

Size of data block

Definition at line 24 of file libsecr-common.h.


The documentation for this struct was generated from the following file: