Type Alias CMSG_CTRL_KEY_AGREE_DECRYPT_PARA

Source
pub type CMSG_CTRL_KEY_AGREE_DECRYPT_PARA = _CMSG_CTRL_KEY_AGREE_DECRYPT_PARA;

Aliased Type§

struct CMSG_CTRL_KEY_AGREE_DECRYPT_PARA {
    pub cbSize: u32,
    pub __bindgen_anon_1: _CMSG_CTRL_KEY_AGREE_DECRYPT_PARA__bindgen_ty_1,
    pub dwKeySpec: u32,
    pub pKeyAgree: *mut _CMSG_KEY_AGREE_RECIPIENT_INFO,
    pub dwRecipientIndex: u32,
    pub dwRecipientEncryptedKeyIndex: u32,
    pub OriginatorPublicKey: _CRYPT_BIT_BLOB,
}

Fields§

§cbSize: u32§__bindgen_anon_1: _CMSG_CTRL_KEY_AGREE_DECRYPT_PARA__bindgen_ty_1§dwKeySpec: u32§pKeyAgree: *mut _CMSG_KEY_AGREE_RECIPIENT_INFO§dwRecipientIndex: u32§dwRecipientEncryptedKeyIndex: u32§OriginatorPublicKey: _CRYPT_BIT_BLOB