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

Definition at line 1644 of file wincrypt.h.
| DWORD _CRYPT_SIGN_MESSAGE_PARA::cAuthAttr |
Definition at line 1654 of file wincrypt.h.
Referenced by CryptSignMessage().
| DWORD _CRYPT_SIGN_MESSAGE_PARA::cbSize |
Definition at line 1645 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_sign_message().
| DWORD _CRYPT_SIGN_MESSAGE_PARA::cMsgCert |
Definition at line 1650 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_sign_message().
| DWORD _CRYPT_SIGN_MESSAGE_PARA::cMsgCrl |
Definition at line 1652 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_sign_message().
| DWORD _CRYPT_SIGN_MESSAGE_PARA::cUnauthAttr |
Definition at line 1656 of file wincrypt.h.
Referenced by CryptSignMessage().
| DWORD _CRYPT_SIGN_MESSAGE_PARA::dwFlags |
Definition at line 1658 of file wincrypt.h.
Referenced by CryptSignMessage().
| DWORD _CRYPT_SIGN_MESSAGE_PARA::dwInnerContentType |
Definition at line 1659 of file wincrypt.h.
Referenced by CryptSignMessage().
| DWORD _CRYPT_SIGN_MESSAGE_PARA::dwMsgEncodingType |
Definition at line 1646 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_sign_message().
| CRYPT_ALGORITHM_IDENTIFIER _CRYPT_SIGN_MESSAGE_PARA::HashAlgorithm |
Definition at line 1648 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_sign_message().
| PCCERT_CONTEXT _CRYPT_SIGN_MESSAGE_PARA::pSigningCert |
Definition at line 1647 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_sign_message().
| void* _CRYPT_SIGN_MESSAGE_PARA::pvHashAuxInfo |
Definition at line 1649 of file wincrypt.h.
Referenced by CryptSignMessage().
| PCRYPT_ATTRIBUTE _CRYPT_SIGN_MESSAGE_PARA::rgAuthAttr |
Definition at line 1655 of file wincrypt.h.
Referenced by CryptSignMessage().
| PCCERT_CONTEXT* _CRYPT_SIGN_MESSAGE_PARA::rgpMsgCert |
Definition at line 1651 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_sign_message().
| PCCRL_CONTEXT* _CRYPT_SIGN_MESSAGE_PARA::rgpMsgCrl |
Definition at line 1653 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_sign_message().
| PCRYPT_ATTRIBUTE _CRYPT_SIGN_MESSAGE_PARA::rgUnauthAttr |
Definition at line 1657 of file wincrypt.h.
Referenced by CryptSignMessage().