ReactOS 0.4.16-dev-240-gdb5fa3b
|
#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 743 of file wincrypt.h.
DWORD _CTL_CONTEXT::cbCtlContext |
Definition at line 751 of file wincrypt.h.
Referenced by CertCreateCTLContext(), and compare_ctl_existing().
DWORD _CTL_CONTEXT::cbCtlEncoded |
Definition at line 746 of file wincrypt.h.
Referenced by CertCreateCTLContext(), CertSerializeCTLStoreElement(), CRYPT_SerializeCTLNoHash(), CTLContext_GetProperty(), and do_export().
DWORD _CTL_CONTEXT::dwMsgAndCertEncodingType |
Definition at line 744 of file wincrypt.h.
Referenced by CertCreateCTLContext(), and testCreateCTL().
HCERTSTORE _CTL_CONTEXT::hCertStore |
Definition at line 748 of file wincrypt.h.
Referenced by CertCreateCTLContext(), CertDeleteCTLFromStore(), CertGetCTLContextProperty(), CTL_clone(), and testEmptyStore().
HCRYPTMSG _CTL_CONTEXT::hCryptMsg |
Definition at line 749 of file wincrypt.h.
Referenced by CertCreateCTLContext(), and CTL_free().
BYTE* _CTL_CONTEXT::pbCtlContext |
Definition at line 750 of file wincrypt.h.
Referenced by CertCreateCTLContext(), compare_ctl_existing(), and CTL_free().
BYTE* _CTL_CONTEXT::pbCtlEncoded |
Definition at line 745 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 747 of file wincrypt.h.
Referenced by CertAddCTLContextToStore(), CertCreateCTLContext(), and CTL_free().