[][src]Struct hactool_sys::nca_keyset_t

#[repr(C)]
pub struct nca_keyset_t { pub secure_boot_key: [c_uchar; 16], pub tsec_key: [c_uchar; 16], pub keyblob_keys: [[c_uchar; 16]; 32], pub keyblob_mac_keys: [[c_uchar; 16]; 32], pub encrypted_keyblobs: [[c_uchar; 176]; 32], pub keyblobs: [[c_uchar; 144]; 32], pub keyblob_key_sources: [[c_uchar; 16]; 32], pub keyblob_mac_key_source: [c_uchar; 16], pub tsec_root_kek: [c_uchar; 16], pub package1_mac_kek: [c_uchar; 16], pub package1_kek: [c_uchar; 16], pub tsec_auth_signatures: [[c_uchar; 16]; 32], pub tsec_root_keys: [[c_uchar; 16]; 32], pub master_kek_sources: [[c_uchar; 16]; 32], pub master_keks: [[c_uchar; 16]; 32], pub master_key_source: [c_uchar; 16], pub master_keys: [[c_uchar; 16]; 32], pub package1_mac_keys: [[c_uchar; 16]; 32], pub package1_keys: [[c_uchar; 16]; 32], pub package2_keys: [[c_uchar; 16]; 32], pub package2_key_source: [c_uchar; 16], pub aes_kek_generation_source: [c_uchar; 16], pub aes_key_generation_source: [c_uchar; 16], pub key_area_key_application_source: [c_uchar; 16], pub key_area_key_ocean_source: [c_uchar; 16], pub key_area_key_system_source: [c_uchar; 16], pub titlekek_source: [c_uchar; 16], pub header_kek_source: [c_uchar; 16], pub sd_card_kek_source: [c_uchar; 16], pub sd_card_key_sources: [[c_uchar; 32]; 2], pub save_mac_kek_source: [c_uchar; 16], pub save_mac_key_source: [c_uchar; 16], pub header_key_source: [c_uchar; 32], pub header_key: [c_uchar; 32], pub titlekeks: [[c_uchar; 16]; 32], pub key_area_keys: [[[c_uchar; 16]; 3]; 32], pub sd_card_keys: [[c_uchar; 32]; 2], pub nca_hdr_fixed_key_modulus: [c_uchar; 256], pub acid_fixed_key_modulus: [c_uchar; 256], pub package2_fixed_key_modulus: [c_uchar; 256], }

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 Default for nca_keyset_t[src]

impl Clone for 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

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]