Home
last modified time | relevance | path

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

/reactos/dll/win32/crypt32/
H A Dmsg.c1507 DWORD cRecipientInfo; member
1811 for (i = 0; i < msg->cRecipientInfo; ++i) in CEnvelopedEncodeMsg_Close()
1833 CMSG_ENVELOPED_DATA_PKCS_1_5_VERSION, msg->cRecipientInfo, in CEnvelopedEncodeMsg_GetParam()
1999 msg->cRecipientInfo = info->cRecipients; in CEnvelopedEncodeMsg_Open()
2015 for (i = 0; ret && i < msg->cRecipientInfo; ++i) in CEnvelopedEncodeMsg_Open()
2973 &msg->u.enveloped_data.data->cRecipientInfo, sizeof(DWORD)); in CDecodeEnvelopedMsg_GetParam()
2980 if (dwIndex < msg->u.enveloped_data.data->cRecipientInfo) in CDecodeEnvelopedMsg_GetParam()
3466 else if (para->dwRecipientIndex >= data->cRecipientInfo) in CDecodeEnvelopedMsg_CrtlDecrypt()
H A Dcrypt32_private.h97 DWORD cRecipientInfo; member
H A Ddecode.c5903 offsetof(CRYPT_ENVELOPED_DATA, cRecipientInfo), in CRYPT_DecodeRecipientInfoArray()
5905 MEMBERSIZE(CRYPT_ENVELOPED_DATA, cRecipientInfo, encryptedContentInfo), in CRYPT_DecodeRecipientInfoArray()
5960 cRecipientInfo), CRYPT_DecodeRecipientInfoArray, in CRYPT_AsnDecodePKCSEnvelopedData()
5961 MEMBERSIZE(CRYPT_ENVELOPED_DATA, cRecipientInfo, encryptedContentInfo), in CRYPT_AsnDecodePKCSEnvelopedData()
H A Dencode.c4421 struct DERSetDescriptor recipientInfosSet = { envelopedData->cRecipientInfo, in CRYPT_AsnEncodePKCSEnvelopedData()