ReactOS 0.4.16-dev-197-g92996da
|
#include <wincrypt.h>
Definition at line 1425 of file wincrypt.h.
DWORD _CRYPT_SIGN_MESSAGE_PARA::cAuthAttr |
Definition at line 1435 of file wincrypt.h.
Referenced by CryptSignMessage().
DWORD _CRYPT_SIGN_MESSAGE_PARA::cbSize |
Definition at line 1426 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_sign_message().
DWORD _CRYPT_SIGN_MESSAGE_PARA::cMsgCert |
Definition at line 1431 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_sign_message().
DWORD _CRYPT_SIGN_MESSAGE_PARA::cMsgCrl |
Definition at line 1433 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_sign_message().
DWORD _CRYPT_SIGN_MESSAGE_PARA::cUnauthAttr |
Definition at line 1437 of file wincrypt.h.
Referenced by CryptSignMessage().
DWORD _CRYPT_SIGN_MESSAGE_PARA::dwFlags |
Definition at line 1439 of file wincrypt.h.
Referenced by CryptSignMessage().
DWORD _CRYPT_SIGN_MESSAGE_PARA::dwInnerContentType |
Definition at line 1440 of file wincrypt.h.
Referenced by CryptSignMessage().
DWORD _CRYPT_SIGN_MESSAGE_PARA::dwMsgEncodingType |
Definition at line 1427 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_sign_message().
CRYPT_ALGORITHM_IDENTIFIER _CRYPT_SIGN_MESSAGE_PARA::HashAlgorithm |
Definition at line 1429 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_sign_message().
PCCERT_CONTEXT _CRYPT_SIGN_MESSAGE_PARA::pSigningCert |
Definition at line 1428 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_sign_message().
void* _CRYPT_SIGN_MESSAGE_PARA::pvHashAuxInfo |
Definition at line 1430 of file wincrypt.h.
Referenced by CryptSignMessage().
PCRYPT_ATTRIBUTE _CRYPT_SIGN_MESSAGE_PARA::rgAuthAttr |
Definition at line 1436 of file wincrypt.h.
Referenced by CryptSignMessage().
PCCERT_CONTEXT* _CRYPT_SIGN_MESSAGE_PARA::rgpMsgCert |
Definition at line 1432 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_sign_message().
PCCRL_CONTEXT* _CRYPT_SIGN_MESSAGE_PARA::rgpMsgCrl |
Definition at line 1434 of file wincrypt.h.
Referenced by CryptSignMessage(), and test_sign_message().
PCRYPT_ATTRIBUTE _CRYPT_SIGN_MESSAGE_PARA::rgUnauthAttr |
Definition at line 1438 of file wincrypt.h.
Referenced by CryptSignMessage().