ReactOS
0.4.15-dev-4869-g35a816a
|
Go to the source code of this file.
Classes | |
struct | SIP_SUBJECTINFO_ |
struct | MS_ADDINFO_FLAT_ |
struct | MS_ADDINFO_CATALOGMEMBER_ |
struct | MS_ADDINFO_BLOB_ |
struct | SIP_INDIRECT_DATA_ |
struct | SIP_DISPATCH_INFO_ |
struct | SIP_ADD_NEWPROVIDER_ |
Macros | |
#define | MSSIP_FLAGS_PROHIBIT_RESIZE_ON_CREATE 0x00010000 |
#define | MSSIP_FLAGS_USE_CATALOG 0x00020000 |
#define | SPC_INC_PE_RESOURCES_FLAG 0x80 |
#define | SPC_INC_PE_DEBUG_INFO_FLAG 0x40 |
#define | SPC_INC_PE_IMPORT_ADDR_TABLE_FLAG 0x20 |
#define | MSSIP_ADDINFO_NONE 0 |
#define | MSSIP_ADDINFO_FLAT 1 |
#define | MSSIP_ADDINFO_CATMEMBER 2 |
#define | MSSIP_ADDINFO_BLOB 3 |
#define | MSSIP_ADDINFO_NONMSSIP 500 |
#define | SIP_MAX_MAGIC_NUMBER 4 |
typedef CRYPT_HASH_BLOB CRYPT_DIGEST_DATA |
typedef struct SIP_DISPATCH_INFO_ * LPSIP_DISPATCH_INFO |
typedef struct SIP_SUBJECTINFO_ * LPSIP_SUBJECTINFO |
typedef struct MS_ADDINFO_BLOB_ MS_ADDINFO_BLOB |
typedef struct MS_ADDINFO_FLAT_ MS_ADDINFO_FLAT |
typedef BOOL(WINAPI * pCryptSIPCreateIndirectData) (SIP_SUBJECTINFO *, DWORD *, SIP_INDIRECT_DATA *) |
typedef BOOL(WINAPI * pCryptSIPRemoveSignedDataMsg) (SIP_SUBJECTINFO *, DWORD) |
typedef BOOL(WINAPI * pCryptSIPVerifyIndirectData) (SIP_SUBJECTINFO *, SIP_INDIRECT_DATA *) |
typedef struct MS_ADDINFO_BLOB_ * PMS_ADDINFO_BLOB |
typedef struct MS_ADDINFO_FLAT_ * PMS_ADDINFO_FLAT |
typedef struct SIP_ADD_NEWPROVIDER_ * PSIP_ADD_NEWPROVIDER |
typedef struct SIP_INDIRECT_DATA_ * PSIP_INDIRECT_DATA |
typedef struct SIP_SUBJECTINFO_ SIP_SUBJECTINFO |
BOOL WINAPI CryptSIPAddProvider | ( | SIP_ADD_NEWPROVIDER * | ) |
Definition at line 207 of file sip.c.
Referenced by DllRegisterServer(), test_AddRemoveProvider(), and WINTRUST_SIPPAddProvider().
BOOL WINAPI CryptSIPCreateIndirectData | ( | SIP_SUBJECTINFO * | , |
DWORD * | , | ||
SIP_INDIRECT_DATA * | |||
) |
Definition at line 715 of file sip.c.
Referenced by CryptSIPLoad(), InitFunctionPtrs(), and WINTRUST_SIPPAddProvider().
Definition at line 737 of file sip.c.
Referenced by CryptSIPLoad(), and WINTRUST_SIPPAddProvider().
Definition at line 690 of file sip.c.
Referenced by CRYPT_QueryEmbeddedMessageObject(), SOFTPUB_GetSIP(), and test_SIPLoad().
Definition at line 756 of file sip.c.
Referenced by CryptSIPLoad(), and WINTRUST_SIPPAddProvider().
Definition at line 112 of file sip.c.
Referenced by DllUnregisterServer(), and test_AddRemoveProvider().
BOOL WINAPI CryptSIPRemoveSignedDataMsg | ( | SIP_SUBJECTINFO * | , |
DWORD | |||
) |
Definition at line 775 of file sip.c.
Referenced by CryptSIPLoad(), and WINTRUST_SIPPAddProvider().
Definition at line 310 of file sip.c.
Referenced by CRYPT_QueryEmbeddedMessageObject(), CryptCATOpen(), IsCatalogFile(), SOFTPUB_GetFileSubject(), SOFTPUB_LoadCatalogMessage(), test_sip(), and test_SIPRetrieveSubjectGUID().
Definition at line 809 of file sip.c.
BOOL WINAPI CryptSIPVerifyIndirectData | ( | SIP_SUBJECTINFO * | , |
SIP_INDIRECT_DATA * | |||
) |
Definition at line 792 of file sip.c.
Referenced by CryptSIPLoad(), and WINTRUST_SIPPAddProvider().