Home
last modified time | relevance | path

Searched refs:cRecipients (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/crypt32/
H A Dmsg.c1488 DWORD cRecipients; member
1691 info->cRecipients = in->cRecipients; in CContentEncryptInfo_Construct()
1694 info->rgCmsRecipients = CryptMemAlloc(in->cRecipients * in CContentEncryptInfo_Construct()
1700 for (i = 0; ret && i < in->cRecipients; ++i) in CContentEncryptInfo_Construct()
1750 for (i = 0; i < info->cRecipients; ++i) in CContentEncryptInfo_Free()
1971 if (info->cRecipients && !info->rgpRecipientCert) in CEnvelopedEncodeMsg_Open()
1999 msg->cRecipientInfo = info->cRecipients; in CEnvelopedEncodeMsg_Open()
2000 msg->recipientInfo = CryptMemAlloc(info->cRecipients * in CEnvelopedEncodeMsg_Open()
H A Dmessage.c559 envelopedInfo.cRecipients = cRecipientCert; in CryptEncryptMessage()
/reactos/sdk/include/psdk/
H A Dwincrypt.h3822 DWORD cRecipients; member
4056 DWORD cRecipients; member
/reactos/modules/rostests/winetests/crypt32/
H A Dmsg.c2084 envelopedInfo.cRecipients = 1; in test_enveloped_msg_open()