CMSG_KEY_AGREE_ENCRYPT_INFO

Type Alias CMSG_KEY_AGREE_ENCRYPT_INFO 

Source
pub type CMSG_KEY_AGREE_ENCRYPT_INFO = _CMSG_KEY_AGREE_ENCRYPT_INFO;

Aliased Type§

#[repr(C)]
pub struct CMSG_KEY_AGREE_ENCRYPT_INFO { pub cbSize: u64, pub dwRecipientIndex: u64, pub KeyEncryptionAlgorithm: _CRYPT_ALGORITHM_IDENTIFIER, pub UserKeyingMaterial: _CRYPTOAPI_BLOB, pub dwOriginatorChoice: u64, pub __bindgen_anon_1: _CMSG_KEY_AGREE_ENCRYPT_INFO__bindgen_ty_1, pub cKeyAgreeKeyEncryptInfo: u64, pub rgpKeyAgreeKeyEncryptInfo: *mut *mut _CMSG_KEY_AGREE_KEY_ENCRYPT_INFO, pub dwFlags: u64, }

Fields§

§cbSize: u64§dwRecipientIndex: u64§KeyEncryptionAlgorithm: _CRYPT_ALGORITHM_IDENTIFIER§UserKeyingMaterial: _CRYPTOAPI_BLOB§dwOriginatorChoice: u64§__bindgen_anon_1: _CMSG_KEY_AGREE_ENCRYPT_INFO__bindgen_ty_1§cKeyAgreeKeyEncryptInfo: u64§rgpKeyAgreeKeyEncryptInfo: *mut *mut _CMSG_KEY_AGREE_KEY_ENCRYPT_INFO§dwFlags: u64