|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <assert.h>#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "wincrypt.h"#include "wine/debug.h"#include "wine/list.h"#include "crypt32_private.h"
Go to the source code of this file.
Classes | |
| struct | _CONTEXT_PROPERTY_LIST |
| struct | _CONTEXT_PROPERTY |
Typedefs | |
| typedef struct _CONTEXT_PROPERTY | CONTEXT_PROPERTY |
| typedef struct _CONTEXT_PROPERTY CONTEXT_PROPERTY |
| void ContextPropertyList_Copy | ( | CONTEXT_PROPERTY_LIST * | to, |
| CONTEXT_PROPERTY_LIST * | from | ||
| ) |
Definition at line 207 of file proplist.c.
Referenced by Context_CopyProperties().
| CONTEXT_PROPERTY_LIST * ContextPropertyList_Create | ( | void | ) |
Context property list functions
Definition at line 43 of file proplist.c.
Referenced by CertSetStoreProperty(), Context_CreateDataContext(), and CryptMsgOpenToDecode().
| DWORD ContextPropertyList_EnumPropIDs | ( | CONTEXT_PROPERTY_LIST * | list, |
| DWORD | id | ||
| ) |
Definition at line 170 of file proplist.c.
Referenced by CertEnumCertificateContextProperties(), CertEnumCRLContextProperties(), and CertEnumCTLContextProperties().
| BOOL ContextPropertyList_FindProperty | ( | CONTEXT_PROPERTY_LIST * | list, |
| DWORD | id, | ||
| PCRYPT_DATA_BLOB | blob | ||
| ) |
Definition at line 72 of file proplist.c.
Referenced by CDecodeHashMsg_GetParam(), CDecodeHashMsg_VerifyHash(), CDecodeMsg_FinalizeHashedContent(), CDecodeMsg_GetParam(), CertContext_GetProperty(), CertGetStoreProperty(), CRLContext_GetProperty(), and CTLContext_GetProperty().
| void ContextPropertyList_Free | ( | CONTEXT_PROPERTY_LIST * | list | ) |
Definition at line 56 of file proplist.c.
Referenced by CDecodeMsg_Close(), Context_Free(), and CRYPT_FreeStore().
| void ContextPropertyList_RemoveProperty | ( | CONTEXT_PROPERTY_LIST * | list, |
| DWORD | id | ||
| ) |
Definition at line 149 of file proplist.c.
Referenced by CertContext_SetProperty(), CertSetStoreProperty(), CRLContext_SetProperty(), and CTLContext_SetProperty().
| BOOL ContextPropertyList_SetProperty | ( | CONTEXT_PROPERTY_LIST * | list, |
| DWORD | id, | ||
| const BYTE * | pbData, | ||
| size_t | cbData | ||
| ) |
Definition at line 95 of file proplist.c.
Referenced by CDecodeMsg_DecodeDataContent(), CDecodeMsg_DecodeHashedContent(), CDecodeMsg_SaveAlgorithmID(), CertContext_SetKeyProvInfoProperty(), CertContext_SetProperty(), CertSetStoreProperty(), ContextPropertyList_Copy(), CRLContext_SetProperty(), and CTLContext_SetProperty().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | crypt | ) |