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

Definition at line 1691 of file wincrypt.h.
| DWORD _CRYPT_ENCRYPT_MESSAGE_PARA::cbSize |
Definition at line 1692 of file wincrypt.h.
Referenced by CryptEncryptMessage(), and test_encrypt_message().
| CRYPT_ALGORITHM_IDENTIFIER _CRYPT_ENCRYPT_MESSAGE_PARA::ContentEncryptionAlgorithm |
Definition at line 1695 of file wincrypt.h.
Referenced by CryptEncryptMessage(), and test_encrypt_message().
| DWORD _CRYPT_ENCRYPT_MESSAGE_PARA::dwFlags |
Definition at line 1697 of file wincrypt.h.
| DWORD _CRYPT_ENCRYPT_MESSAGE_PARA::dwInnerContentType |
Definition at line 1698 of file wincrypt.h.
| DWORD _CRYPT_ENCRYPT_MESSAGE_PARA::dwMsgEncodingType |
Definition at line 1693 of file wincrypt.h.
Referenced by CryptEncryptMessage(), and test_encrypt_message().
| HCRYPTPROV_LEGACY _CRYPT_ENCRYPT_MESSAGE_PARA::hCryptProv |
Definition at line 1694 of file wincrypt.h.
Referenced by CryptEncryptMessage(), and test_encrypt_message().
| void* _CRYPT_ENCRYPT_MESSAGE_PARA::pvEncryptionAuxInfo |
Definition at line 1696 of file wincrypt.h.
Referenced by CryptEncryptMessage().