Struct winapi::wincrypt::CRYPT_AES_128_KEY_STATE [] [src]

pub struct CRYPT_AES_128_KEY_STATE {
    pub Key: [c_uchar; 16],
    pub IV: [c_uchar; 16],
    pub EncryptionState: [[c_uchar; 16]; 11],
    pub DecryptionState: [[c_uchar; 16]; 11],
    pub Feedback: [c_uchar; 16],
}

Fields

Key
IV
EncryptionState
DecryptionState
Feedback

Trait Implementations

Derived Implementations

impl Debug for CRYPT_AES_128_KEY_STATE

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for CRYPT_AES_128_KEY_STATE

impl Clone for CRYPT_AES_128_KEY_STATE

fn clone(&self) -> CRYPT_AES_128_KEY_STATE

fn clone_from(&mut self, source: &Self)