[−][src]Struct hactool_sys::nca_keyset_t
Fields
secure_boot_key: [c_uchar; 16]tsec_key: [c_uchar; 16]keyblob_keys: [[c_uchar; 16]; 32]keyblob_mac_keys: [[c_uchar; 16]; 32]encrypted_keyblobs: [[c_uchar; 176]; 32]keyblobs: [[c_uchar; 144]; 32]keyblob_key_sources: [[c_uchar; 16]; 32]keyblob_mac_key_source: [c_uchar; 16]tsec_root_kek: [c_uchar; 16]package1_mac_kek: [c_uchar; 16]package1_kek: [c_uchar; 16]tsec_auth_signatures: [[c_uchar; 16]; 32]tsec_root_keys: [[c_uchar; 16]; 32]master_kek_sources: [[c_uchar; 16]; 32]master_keks: [[c_uchar; 16]; 32]master_key_source: [c_uchar; 16]master_keys: [[c_uchar; 16]; 32]package1_mac_keys: [[c_uchar; 16]; 32]package1_keys: [[c_uchar; 16]; 32]package2_keys: [[c_uchar; 16]; 32]package2_key_source: [c_uchar; 16]aes_kek_generation_source: [c_uchar; 16]aes_key_generation_source: [c_uchar; 16]key_area_key_application_source: [c_uchar; 16]key_area_key_ocean_source: [c_uchar; 16]key_area_key_system_source: [c_uchar; 16]titlekek_source: [c_uchar; 16]header_kek_source: [c_uchar; 16]sd_card_kek_source: [c_uchar; 16]sd_card_key_sources: [[c_uchar; 32]; 2]save_mac_kek_source: [c_uchar; 16]save_mac_key_source: [c_uchar; 16]header_key_source: [c_uchar; 32]header_key: [c_uchar; 32]titlekeks: [[c_uchar; 16]; 32]key_area_keys: [[[c_uchar; 16]; 3]; 32]sd_card_keys: [[c_uchar; 32]; 2]nca_hdr_fixed_key_modulus: [c_uchar; 256]acid_fixed_key_modulus: [c_uchar; 256]package2_fixed_key_modulus: [c_uchar; 256]Trait Implementations
impl Copy for nca_keyset_t[src]
impl Clone for nca_keyset_t[src]
fn clone(&self) -> nca_keyset_t[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for nca_keyset_t
impl Sync for nca_keyset_t
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,