ReactOS 0.4.16-dev-197-g92996da
|
#include <wincrypt.h>
Definition at line 1467 of file wincrypt.h.
DWORD _CRYPT_ENCRYPT_MESSAGE_PARA::cbSize |
Definition at line 1468 of file wincrypt.h.
Referenced by CryptEncryptMessage(), and test_encrypt_message().
CRYPT_ALGORITHM_IDENTIFIER _CRYPT_ENCRYPT_MESSAGE_PARA::ContentEncryptionAlgorithm |
Definition at line 1471 of file wincrypt.h.
Referenced by CryptEncryptMessage(), and test_encrypt_message().
DWORD _CRYPT_ENCRYPT_MESSAGE_PARA::dwFlags |
Definition at line 1473 of file wincrypt.h.
DWORD _CRYPT_ENCRYPT_MESSAGE_PARA::dwInnerContentType |
Definition at line 1474 of file wincrypt.h.
DWORD _CRYPT_ENCRYPT_MESSAGE_PARA::dwMsgEncodingType |
Definition at line 1469 of file wincrypt.h.
Referenced by CryptEncryptMessage(), and test_encrypt_message().
HCRYPTPROV_LEGACY _CRYPT_ENCRYPT_MESSAGE_PARA::hCryptProv |
Definition at line 1470 of file wincrypt.h.
Referenced by CryptEncryptMessage(), and test_encrypt_message().
void* _CRYPT_ENCRYPT_MESSAGE_PARA::pvEncryptionAuxInfo |
Definition at line 1472 of file wincrypt.h.
Referenced by CryptEncryptMessage().