Struct ctru_sys::FS_IntegrityVerificationSeed
source · #[repr(C)]pub struct FS_IntegrityVerificationSeed {
pub aesCbcMac: [u8_; 16],
pub movableSed: [u8_; 288],
}
Expand description
Integrity verification seed.
Fields§
§aesCbcMac: [u8_; 16]
< AES-CBC MAC over a SHA256 hash, which hashes the first 0x110-bytes of the cleartext SEED.
movableSed: [u8_; 288]
< The “nand/private/movable.sed”, encrypted with AES-CTR using the above MAC for the counter.
Trait Implementations§
source§impl Clone for FS_IntegrityVerificationSeed
impl Clone for FS_IntegrityVerificationSeed
source§fn clone(&self) -> FS_IntegrityVerificationSeed
fn clone(&self) -> FS_IntegrityVerificationSeed
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more