#[repr(C)]
pub struct RegisterBlock { pub plain_mem: [PLAIN_MEM; 16], pub linesize: LINESIZE, pub destination: DESTINATION, pub physical_address: PHYSICAL_ADDRESS, pub trigger: TRIGGER, pub release: RELEASE, pub destroy: DESTROY, pub state: STATE, pub date: DATE, /* private fields */ }
Expand description

Register block

Fields§

§plain_mem: [PLAIN_MEM; 16]

0x00..0x10 - The memory that stores plaintext

§linesize: LINESIZE

0x40 - XTS-AES line-size register

§destination: DESTINATION

0x44 - XTS-AES destination register

§physical_address: PHYSICAL_ADDRESS

0x48 - XTS-AES physical address register

§trigger: TRIGGER

0x4c - XTS-AES trigger register

§release: RELEASE

0x50 - XTS-AES release register

§destroy: DESTROY

0x54 - XTS-AES destroy register

§state: STATE

0x58 - XTS-AES status register

§date: DATE

0x5c - XTS-AES version control register

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.