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

Public Attributes | |
| DWORD | dwMsgAndCertEncodingType |
| BYTE * | pbCtlEncoded |
| DWORD | cbCtlEncoded |
| PCTL_INFO | pCtlInfo |
| HCERTSTORE | hCertStore |
| HCRYPTMSG | hCryptMsg |
| BYTE * | pbCtlContext |
| DWORD | cbCtlContext |
Definition at line 855 of file wincrypt.h.
| DWORD _CTL_CONTEXT::cbCtlContext |
Definition at line 863 of file wincrypt.h.
Referenced by CertCreateCTLContext(), and compare_ctl_existing().
| DWORD _CTL_CONTEXT::cbCtlEncoded |
Definition at line 858 of file wincrypt.h.
Referenced by CertCreateCTLContext(), CertSerializeCTLStoreElement(), CRYPT_SerializeCTLNoHash(), CTLContext_GetProperty(), and do_export().
| DWORD _CTL_CONTEXT::dwMsgAndCertEncodingType |
Definition at line 856 of file wincrypt.h.
Referenced by CertCreateCTLContext(), and testCreateCTL().
| HCERTSTORE _CTL_CONTEXT::hCertStore |
Definition at line 860 of file wincrypt.h.
Referenced by CertCreateCTLContext(), CertDeleteCTLFromStore(), CertGetCTLContextProperty(), CTL_clone(), and testEmptyStore().
| HCRYPTMSG _CTL_CONTEXT::hCryptMsg |
Definition at line 861 of file wincrypt.h.
Referenced by CertCreateCTLContext(), and CTL_free().
| BYTE* _CTL_CONTEXT::pbCtlContext |
Definition at line 862 of file wincrypt.h.
Referenced by CertCreateCTLContext(), compare_ctl_existing(), and CTL_free().
| BYTE* _CTL_CONTEXT::pbCtlEncoded |
Definition at line 857 of file wincrypt.h.
Referenced by CertCreateCTLContext(), CertSerializeCTLStoreElement(), CRYPT_SerializeCTLNoHash(), CTL_free(), CTLContext_GetProperty(), and do_export().
| PCTL_INFO _CTL_CONTEXT::pCtlInfo |
Definition at line 859 of file wincrypt.h.
Referenced by CertAddCTLContextToStore(), CertCreateCTLContext(), and CTL_free().