Home
last modified time | relevance | path

Searched defs:wd_ticket_t (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/wiimms/wiimms-iso-tools/src/libwbfs/
H A Dfile-formats.h607 typedef struct wd_ticket_t struct
611 /* 0x000 */ u32 sig_type; // signature type (always 0x10001 for RSA-2048)
612 /* 0x004 */ u8 sig[0x100]; // signature by a certificate's key
613 /* 0x104 */ u8 sig_padding[0x3c]; // always 0
637 __attribute__ ((packed)) wd_ticket_t; argument