Type Alias FDBBGEncryptionCtx

Source
pub type FDBBGEncryptionCtx = bgencryptionctx;

Aliased Type§

#[repr(C)]
pub struct FDBBGEncryptionCtx { pub present: i32, pub textKey: bgencryptionkey, pub textKCV: u32, pub headerKey: bgencryptionkey, pub headerKCV: u32, pub iv: key, }

Fields§

§present: i32§textKey: bgencryptionkey§textKCV: u32§headerKey: bgencryptionkey§headerKCV: u32§iv: key