pub type CMSG_KEY_AGREE_RECIPIENT_INFO = _CMSG_KEY_AGREE_RECIPIENT_INFO;
Aliased Type§
struct CMSG_KEY_AGREE_RECIPIENT_INFO {
pub dwVersion: u32,
pub dwOriginatorChoice: u32,
pub __bindgen_anon_1: _CMSG_KEY_AGREE_RECIPIENT_INFO__bindgen_ty_1,
pub UserKeyingMaterial: _CRYPTOAPI_BLOB,
pub KeyEncryptionAlgorithm: _CRYPT_ALGORITHM_IDENTIFIER,
pub cRecipientEncryptedKeys: u32,
pub rgpRecipientEncryptedKeys: *mut *mut _CMSG_RECIPIENT_ENCRYPTED_KEY_INFO,
}
Fields§
§dwVersion: u32
§dwOriginatorChoice: u32
§__bindgen_anon_1: _CMSG_KEY_AGREE_RECIPIENT_INFO__bindgen_ty_1
§UserKeyingMaterial: _CRYPTOAPI_BLOB
§KeyEncryptionAlgorithm: _CRYPT_ALGORITHM_IDENTIFIER
§cRecipientEncryptedKeys: u32
§rgpRecipientEncryptedKeys: *mut *mut _CMSG_RECIPIENT_ENCRYPTED_KEY_INFO