|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wincrypt.h>
Public Attributes | |
| DWORD | cbSize |
| HCRYPTPROV | hCryptProv |
| DWORD | dwKeySpec |
| DWORD | dwRecipientIndex |
Definition at line 4053 of file wincrypt.h.
| DWORD _CMSG_CTRL_DECRYPT_PARA::cbSize |
Definition at line 4055 of file wincrypt.h.
Referenced by CDecodeEnvelopedMsg_CrtlDecrypt(), and test_msg_control().
| DWORD _CMSG_CTRL_DECRYPT_PARA::dwKeySpec |
Definition at line 4057 of file wincrypt.h.
Referenced by CRYPT_ImportEncryptedKey().
| DWORD _CMSG_CTRL_DECRYPT_PARA::dwRecipientIndex |
Definition at line 4058 of file wincrypt.h.
Referenced by CDecodeEnvelopedMsg_CrtlDecrypt(), and CRYPT_ImportEncryptedKey().
| HCRYPTPROV _CMSG_CTRL_DECRYPT_PARA::hCryptProv |
Definition at line 4056 of file wincrypt.h.
Referenced by CDecodeEnvelopedMsg_CrtlDecrypt(), CRYPT_ImportEncryptedKey(), and test_decode_msg_get_param().