Type Alias CMSG_KEY_AGREE_ENCRYPT_INFO

Source
pub type CMSG_KEY_AGREE_ENCRYPT_INFO = _CMSG_KEY_AGREE_ENCRYPT_INFO;

Aliased Type§

struct CMSG_KEY_AGREE_ENCRYPT_INFO {
    pub cbSize: u32,
    pub dwRecipientIndex: u32,
    pub KeyEncryptionAlgorithm: _CRYPT_ALGORITHM_IDENTIFIER,
    pub UserKeyingMaterial: _CRYPTOAPI_BLOB,
    pub dwOriginatorChoice: u32,
    pub __bindgen_anon_1: _CMSG_KEY_AGREE_ENCRYPT_INFO__bindgen_ty_1,
    pub cKeyAgreeKeyEncryptInfo: u32,
    pub rgpKeyAgreeKeyEncryptInfo: *mut *mut _CMSG_KEY_AGREE_KEY_ENCRYPT_INFO,
    pub dwFlags: u32,
}

Fields§

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