Type Alias CMSG_KEY_AGREE_ENCRYPT_INFO
Source pub type CMSG_KEY_AGREE_ENCRYPT_INFO = _CMSG_KEY_AGREE_ENCRYPT_INFO;
#[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,
}