#[repr(C)]
pub struct BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO {Show 13 fields
pub cbSize: u32,
pub dwInfoVersion: u32,
pub pbNonce: *mut u8,
pub cbNonce: u32,
pub pbAuthData: *mut u8,
pub cbAuthData: u32,
pub pbTag: *mut u8,
pub cbTag: u32,
pub pbMacContext: *mut u8,
pub cbMacContext: u32,
pub cbAAD: u32,
pub cbData: u64,
pub dwFlags: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Performs copy-assignment from
source
.
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.