|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wincrypt.h>

Public Attributes | |
| DWORD | cbSize |
| HCRYPTPROV | hCryptProv |
| DWORD | dwKeySpec |
| PCMSG_KEY_TRANS_RECIPIENT_INFO | pKeyTrans |
| DWORD | dwRecipientIndex |
Definition at line 4238 of file wincrypt.h.
| DWORD _CMSG_CTRL_KEY_TRANS_DECRYPT_PARA::cbSize |
Definition at line 4239 of file wincrypt.h.
Referenced by CRYPT_ImportEncryptedKey().
| DWORD _CMSG_CTRL_KEY_TRANS_DECRYPT_PARA::dwKeySpec |
Definition at line 4241 of file wincrypt.h.
Referenced by CRYPT_ImportEncryptedKey(), and CRYPT_ImportKeyTrans().
| DWORD _CMSG_CTRL_KEY_TRANS_DECRYPT_PARA::dwRecipientIndex |
Definition at line 4243 of file wincrypt.h.
Referenced by CRYPT_ImportEncryptedKey(), and CRYPT_ImportKeyTrans().
| HCRYPTPROV _CMSG_CTRL_KEY_TRANS_DECRYPT_PARA::hCryptProv |
Definition at line 4240 of file wincrypt.h.
Referenced by CRYPT_ImportEncryptedKey(), and CRYPT_ImportKeyTrans().
| PCMSG_KEY_TRANS_RECIPIENT_INFO _CMSG_CTRL_KEY_TRANS_DECRYPT_PARA::pKeyTrans |
Definition at line 4242 of file wincrypt.h.
Referenced by CRYPT_ImportEncryptedKey(), and CRYPT_ImportKeyTrans().