#[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"

Fields

cbSize: u32dwInfoVersion: u32pbNonce: *mut u8cbNonce: u32pbAuthData: *mut u8cbAuthData: u32pbTag: *mut u8cbTag: u32pbMacContext: *mut u8cbMacContext: u32cbAAD: u32cbData: u64dwFlags: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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.