ReactOS 0.4.16-dev-257-g6aa11ac
|
#include <wincrypt.h>
Public Attributes | |
DWORD | cbSize |
HCRYPTPROV | hCryptProv |
DWORD | dwKeySpec |
DWORD | dwRecipientIndex |
Definition at line 3888 of file wincrypt.h.
DWORD _CMSG_CTRL_DECRYPT_PARA::cbSize |
Definition at line 3890 of file wincrypt.h.
Referenced by CDecodeEnvelopedMsg_CrtlDecrypt(), and test_msg_control().
DWORD _CMSG_CTRL_DECRYPT_PARA::dwKeySpec |
Definition at line 3892 of file wincrypt.h.
Referenced by CRYPT_ImportEncryptedKey().
DWORD _CMSG_CTRL_DECRYPT_PARA::dwRecipientIndex |
Definition at line 3893 of file wincrypt.h.
Referenced by CDecodeEnvelopedMsg_CrtlDecrypt(), and CRYPT_ImportEncryptedKey().
HCRYPTPROV _CMSG_CTRL_DECRYPT_PARA::hCryptProv |
Definition at line 3891 of file wincrypt.h.
Referenced by CDecodeEnvelopedMsg_CrtlDecrypt(), CRYPT_ImportEncryptedKey(), and test_decode_msg_get_param().