4 typedef unsigned char u8
;
5 typedef unsigned short u16
;
6 typedef unsigned int u32
;
7 typedef unsigned long long u64
;
15 void aes_cbc_dec(u8
*key
, u8
*iv
, u8
*in
, u32 len
, u8
*out
);
16 void decrypt_title_key(u8
*title_key
, u8
*title_id
);
18 void fatal(const char *s
);
20 void print_bytes(u8
*x
, u32 n
);