ReactOS 0.4.16-dev-424-ge4748fe
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wincrypt.h"
#include "mssip.h"
#include "winuser.h"
#include "wintrust.h"
#include "crypt32_private.h"
#include "cryptres.h"
#include "wine/unicode.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | BitToString |
struct | reason_map_entry |
Macros | |
#define | NONAMELESSUNION |
#define | MAX_STRING_RESOURCE_LEN 128 |
Typedefs | |
typedef BOOL(WINAPI * | CryptFormatObjectFunc) (DWORD, DWORD, DWORD, void *, LPCSTR, const BYTE *, DWORD, void *, DWORD *) |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (crypt) | |
static BOOL | CRYPT_ReadBlobFromFile (LPCWSTR fileName, PCERT_BLOB blob) |
static BOOL | CRYPT_QueryContextBlob (const CERT_BLOB *blob, DWORD dwExpectedContentTypeFlags, HCERTSTORE store, DWORD *contentType, const void **ppvContext) |
static BOOL | CRYPT_QueryContextObject (DWORD dwObjectType, const void *pvObject, DWORD dwExpectedContentTypeFlags, DWORD dwExpectedFormatTypeFlags, DWORD *pdwMsgAndCertEncodingType, DWORD *pdwContentType, DWORD *pdwFormatType, HCERTSTORE *phCertStore, const void **ppvContext) |
static BOOL | CRYPT_QuerySerializedContextObject (DWORD dwObjectType, const void *pvObject, DWORD dwExpectedContentTypeFlags, DWORD *pdwMsgAndCertEncodingType, DWORD *pdwContentType, HCERTSTORE *phCertStore, const void **ppvContext) |
static BOOL | CRYPT_QuerySerializedStoreFromFile (LPCWSTR fileName, DWORD *pdwMsgAndCertEncodingType, DWORD *pdwContentType, HCERTSTORE *phCertStore, HCRYPTMSG *phMsg) |
static BOOL | CRYPT_QuerySerializedStoreFromBlob (const CRYPT_DATA_BLOB *blob, DWORD *pdwMsgAndCertEncodingType, DWORD *pdwContentType, HCERTSTORE *phCertStore, HCRYPTMSG *phMsg) |
static BOOL | CRYPT_QuerySerializedStoreObject (DWORD dwObjectType, const void *pvObject, DWORD *pdwMsgAndCertEncodingType, DWORD *pdwContentType, HCERTSTORE *phCertStore, HCRYPTMSG *phMsg) |
static BOOL | CRYPT_QuerySignedMessage (const CRYPT_DATA_BLOB *blob, DWORD *pdwMsgAndCertEncodingType, DWORD *pdwContentType, HCRYPTMSG *phMsg) |
static BOOL | CRYPT_QueryUnsignedMessage (const CRYPT_DATA_BLOB *blob, DWORD *pdwMsgAndCertEncodingType, DWORD *pdwContentType, HCRYPTMSG *phMsg) |
static BOOL | CRYPT_QueryMessageObject (DWORD dwObjectType, const void *pvObject, DWORD dwExpectedContentTypeFlags, DWORD dwExpectedFormatTypeFlags, DWORD *pdwMsgAndCertEncodingType, DWORD *pdwContentType, DWORD *pdwFormatType, HCERTSTORE *phCertStore, HCRYPTMSG *phMsg) |
static BOOL | CRYPT_QueryEmbeddedMessageObject (DWORD dwObjectType, const void *pvObject, DWORD dwExpectedContentTypeFlags, DWORD *pdwMsgAndCertEncodingType, DWORD *pdwContentType, HCERTSTORE *phCertStore, HCRYPTMSG *phMsg) |
BOOL WINAPI | CryptQueryObject (DWORD dwObjectType, const void *pvObject, DWORD dwExpectedContentTypeFlags, DWORD dwExpectedFormatTypeFlags, DWORD dwFlags, DWORD *pdwMsgAndCertEncodingType, DWORD *pdwContentType, DWORD *pdwFormatType, HCERTSTORE *phCertStore, HCRYPTMSG *phMsg, const void **ppvContext) |
static BOOL WINAPI | CRYPT_FormatHexString (DWORD dwCertEncodingType, DWORD dwFormatType, DWORD dwFormatStrType, void *pFormatStruct, LPCSTR lpszStructType, const BYTE *pbEncoded, DWORD cbEncoded, void *pbFormat, DWORD *pcbFormat) |
static BOOL | CRYPT_FormatBits (BYTE bits, const struct BitToString *map, DWORD mapEntries, void *pbFormat, DWORD *pcbFormat, BOOL *first) |
static BOOL WINAPI | CRYPT_FormatKeyUsage (DWORD dwCertEncodingType, DWORD dwFormatType, DWORD dwFormatStrType, void *pFormatStruct, LPCSTR lpszStructType, const BYTE *pbEncoded, DWORD cbEncoded, void *pbFormat, DWORD *pcbFormat) |
static BOOL WINAPI | CRYPT_FormatBasicConstraints2 (DWORD dwCertEncodingType, DWORD dwFormatType, DWORD dwFormatStrType, void *pFormatStruct, LPCSTR lpszStructType, const BYTE *pbEncoded, DWORD cbEncoded, void *pbFormat, DWORD *pcbFormat) |
static BOOL | CRYPT_FormatHexStringWithPrefix (const CRYPT_DATA_BLOB *blob, int id, LPWSTR str, DWORD *pcbStr) |
static BOOL | CRYPT_FormatKeyId (const CRYPT_DATA_BLOB *keyId, LPWSTR str, DWORD *pcbStr) |
static BOOL | CRYPT_FormatCertSerialNumber (const CRYPT_DATA_BLOB *serialNum, LPWSTR str, DWORD *pcbStr) |
static BOOL | CRYPT_FormatAltNameEntry (DWORD dwFormatStrType, DWORD indentLevel, const CERT_ALT_NAME_ENTRY *entry, LPWSTR str, DWORD *pcbStr) |
static BOOL | CRYPT_FormatAltNameInfo (DWORD dwFormatStrType, DWORD indentLevel, const CERT_ALT_NAME_INFO *name, LPWSTR str, DWORD *pcbStr) |
static BOOL WINAPI | CRYPT_FormatAltName (DWORD dwCertEncodingType, DWORD dwFormatType, DWORD dwFormatStrType, void *pFormatStruct, LPCSTR lpszStructType, const BYTE *pbEncoded, DWORD cbEncoded, void *pbFormat, DWORD *pcbFormat) |
static BOOL | CRYPT_FormatCertIssuer (DWORD dwFormatStrType, const CERT_ALT_NAME_INFO *issuer, LPWSTR str, DWORD *pcbStr) |
static BOOL WINAPI | CRYPT_FormatAuthorityKeyId2 (DWORD dwCertEncodingType, DWORD dwFormatType, DWORD dwFormatStrType, void *pFormatStruct, LPCSTR lpszStructType, const BYTE *pbEncoded, DWORD cbEncoded, void *pbFormat, DWORD *pcbFormat) |
static BOOL WINAPI | CRYPT_FormatAuthorityInfoAccess (DWORD dwCertEncodingType, DWORD dwFormatType, DWORD dwFormatStrType, void *pFormatStruct, LPCSTR lpszStructType, const BYTE *pbEncoded, DWORD cbEncoded, void *pbFormat, DWORD *pcbFormat) |
static BOOL | CRYPT_FormatReason (DWORD dwFormatStrType, const CRYPT_BIT_BLOB *reasonFlags, LPWSTR str, DWORD *pcbStr) |
static BOOL WINAPI | CRYPT_FormatCRLDistPoints (DWORD dwCertEncodingType, DWORD dwFormatType, DWORD dwFormatStrType, void *pFormatStruct, LPCSTR lpszStructType, const BYTE *pbEncoded, DWORD cbEncoded, void *pbFormat, DWORD *pcbFormat) |
static BOOL WINAPI | CRYPT_FormatEnhancedKeyUsage (DWORD dwCertEncodingType, DWORD dwFormatType, DWORD dwFormatStrType, void *pFormatStruct, LPCSTR lpszStructType, const BYTE *pbEncoded, DWORD cbEncoded, void *pbFormat, DWORD *pcbFormat) |
static BOOL WINAPI | CRYPT_FormatNetscapeCertType (DWORD dwCertEncodingType, DWORD dwFormatType, DWORD dwFormatStrType, void *pFormatStruct, LPCSTR lpszStructType, const BYTE *pbEncoded, DWORD cbEncoded, void *pbFormat, DWORD *pcbFormat) |
static BOOL WINAPI | CRYPT_FormatSpcFinancialCriteria (DWORD dwCertEncodingType, DWORD dwFormatType, DWORD dwFormatStrType, void *pFormatStruct, LPCSTR lpszStructType, const BYTE *pbEncoded, DWORD cbEncoded, void *pbFormat, DWORD *pcbFormat) |
static BOOL WINAPI | CRYPT_FormatUnicodeString (DWORD dwCertEncodingType, DWORD dwFormatType, DWORD dwFormatStrType, void *pFormatStruct, LPCSTR lpszStructType, const BYTE *pbEncoded, DWORD cbEncoded, void *pbFormat, DWORD *pcbFormat) |
static CryptFormatObjectFunc | CRYPT_GetBuiltinFormatFunction (DWORD encodingType, DWORD formatStrType, LPCSTR lpszStructType) |
BOOL WINAPI | CryptFormatObject (DWORD dwCertEncodingType, DWORD dwFormatType, DWORD dwFormatStrType, void *pFormatStruct, LPCSTR lpszStructType, const BYTE *pbEncoded, DWORD cbEncoded, void *pbFormat, DWORD *pcbFormat) |
|
static |
Definition at line 1402 of file object.c.
Referenced by CRYPT_GetBuiltinFormatFunction().
|
static |
Definition at line 1159 of file object.c.
Referenced by CRYPT_FormatAltNameInfo(), and CRYPT_FormatAuthorityInfoAccess().
|
static |
Definition at line 1337 of file object.c.
Referenced by CRYPT_FormatAltName(), CRYPT_FormatCertIssuer(), and CRYPT_FormatCRLDistPoints().
|
static |
Definition at line 1608 of file object.c.
Referenced by CRYPT_GetBuiltinFormatFunction().
|
static |
Definition at line 1468 of file object.c.
Referenced by CRYPT_GetBuiltinFormatFunction().
|
static |
Definition at line 1025 of file object.c.
Referenced by CRYPT_GetBuiltinFormatFunction().
|
static |
Definition at line 847 of file object.c.
Referenced by CRYPT_FormatKeyUsage(), and CRYPT_FormatNetscapeCertType().
|
static |
Definition at line 1420 of file object.c.
Referenced by CRYPT_FormatAuthorityKeyId2().
|
static |
Definition at line 1149 of file object.c.
Referenced by CRYPT_FormatAuthorityKeyId2().
|
static |
Definition at line 1907 of file object.c.
Referenced by CRYPT_GetBuiltinFormatFunction().
|
static |
Definition at line 2133 of file object.c.
Referenced by CRYPT_GetBuiltinFormatFunction().
|
static |
Definition at line 788 of file object.c.
Referenced by CRYPT_FormatHexStringWithPrefix(), CRYPT_FormatKeyUsage(), CRYPT_FormatNetscapeCertType(), and CryptFormatObject().
|
static |
Definition at line 1109 of file object.c.
Referenced by CRYPT_FormatCertSerialNumber(), and CRYPT_FormatKeyId().
|
static |
|
static |
Definition at line 912 of file object.c.
Referenced by CRYPT_GetBuiltinFormatFunction().
|
static |
Definition at line 2243 of file object.c.
Referenced by CRYPT_GetBuiltinFormatFunction().
|
static |
Definition at line 1839 of file object.c.
Referenced by CRYPT_FormatCRLDistPoints().
|
static |
Definition at line 2342 of file object.c.
Referenced by CRYPT_GetBuiltinFormatFunction().
|
static |
Definition at line 2435 of file object.c.
Referenced by CRYPT_GetBuiltinFormatFunction().
|
static |
Definition at line 2474 of file object.c.
Referenced by CryptFormatObject().
|
static |
Definition at line 67 of file object.c.
Referenced by CRYPT_QueryContextObject().
|
static |
Definition at line 97 of file object.c.
Referenced by CryptQueryObject().
|
static |
Definition at line 622 of file object.c.
Referenced by CryptQueryObject().
|
static |
Definition at line 473 of file object.c.
Referenced by CRYPT_QueryEmbeddedMessageObject(), and CryptQueryObject().
|
static |
Definition at line 186 of file object.c.
Referenced by CryptQueryObject().
|
static |
Definition at line 324 of file object.c.
Referenced by CRYPT_QuerySerializedStoreObject().
|
static |
Definition at line 292 of file object.c.
Referenced by CRYPT_QuerySerializedStoreObject().
|
static |
Definition at line 349 of file object.c.
Referenced by CryptQueryObject().
|
static |
Definition at line 368 of file object.c.
Referenced by CRYPT_QueryMessageObject().
|
static |
Definition at line 420 of file object.c.
Referenced by CRYPT_QueryMessageObject().
|
static |
Definition at line 35 of file object.c.
Referenced by CRYPT_QueryContextObject(), CRYPT_QueryMessageObject(), and CRYPT_QuerySerializedContextObject().
BOOL WINAPI CryptFormatObject | ( | DWORD | dwCertEncodingType, |
DWORD | dwFormatType, | ||
DWORD | dwFormatStrType, | ||
void * | pFormatStruct, | ||
LPCSTR | lpszStructType, | ||
const BYTE * | pbEncoded, | ||
DWORD | cbEncoded, | ||
void * | pbFormat, | ||
DWORD * | pcbFormat | ||
) |
Definition at line 2549 of file object.c.
Referenced by crypt_format_extension().
BOOL WINAPI CryptQueryObject | ( | DWORD | dwObjectType, |
const void * | pvObject, | ||
DWORD | dwExpectedContentTypeFlags, | ||
DWORD | dwExpectedFormatTypeFlags, | ||
DWORD | dwFlags, | ||
DWORD * | pdwMsgAndCertEncodingType, | ||
DWORD * | pdwContentType, | ||
DWORD * | pdwFormatType, | ||
HCERTSTORE * | phCertStore, | ||
HCRYPTMSG * | phMsg, | ||
const void ** | ppvContext | ||
) |
Definition at line 699 of file object.c.
Referenced by CRYPT_CreateAny(), CRYPT_CreateContext(), CRYPT_CreatePKCS7(), CRYPT_FileControl(), CRYPT_FileNameOpenStoreW(), CryptExtOpenCERW(), and open_store_from_file().
WINE_DEFAULT_DEBUG_CHANNEL | ( | crypt | ) |
|
static |
Definition at line 1606 of file object.c.
Referenced by CRYPT_FormatAuthorityInfoAccess().
|
static |
Definition at line 1602 of file object.c.
Referenced by CRYPT_FormatAuthorityInfoAccess().
|
static |
|
static |
Definition at line 1601 of file object.c.
Referenced by CRYPT_FormatAuthorityInfoAccess(), CRYPT_GetUrlFromCertificateIssuer(), test_decodeAuthorityInfoAccess(), test_encodeAuthorityInfoAccess(), and verify_cert_revocation_from_aia_ext().
|
static |
Definition at line 2336 of file object.c.
Referenced by CRYPT_FormatSpcFinancialCriteria(), fdi_mem_read(), FTP_ReceiveRequestData(), FTPFILE_QueryDataAvailable(), HTTPREQ_QueryDataAvailable(), is_jscript_available(), MD5_Final(), MD5_Update(), query_data_available(), read_post_data_stream(), SnmpMgrTrapListen(), wined3d_occlusion_query_ops_poll(), wined3d_pipeline_query_ops_poll(), wined3d_timestamp_query_ops_poll(), and WinHttpQueryDataAvailable().
|
static |
|
static |
Definition at line 1604 of file object.c.
Referenced by CRYPT_FormatAuthorityInfoAccess().
|
static |
Definition at line 1157 of file object.c.
Referenced by CRYPT_FormatAltNameEntry(), CRYPT_FormatAuthorityInfoAccess(), CRYPT_FormatCertIssuer(), and CRYPT_FormatCRLDistPoints().
Definition at line 1400 of file object.c.
Referenced by CRYPT_FormatAuthorityInfoAccess(), CRYPT_FormatCertIssuer(), and CRYPT_FormatCRLDistPoints().
Definition at line 838 of file object.c.
Referenced by CRYPT_FormatAltNameInfo(), CRYPT_FormatAuthorityInfoAccess(), CRYPT_FormatAuthorityKeyId2(), CRYPT_FormatBasicConstraints2(), CRYPT_FormatBits(), CRYPT_FormatEnhancedKeyUsage(), CRYPT_FormatSpcFinancialCriteria(), and get_cert_usages().
|
static |
Definition at line 1900 of file object.c.
Referenced by CRYPT_FormatCRLDistPoints().
Definition at line 1018 of file object.c.
Referenced by BinaryToBase64A(), BinaryToBase64W(), CRYPT_FormatAltNameEntry(), CRYPT_FormatAltNameInfo(), CRYPT_FormatAuthorityInfoAccess(), CRYPT_FormatAuthorityKeyId2(), CRYPT_FormatBasicConstraints2(), CRYPT_FormatCRLDistPoints(), CRYPT_FormatEnhancedKeyUsage(), CRYPT_FormatSpcFinancialCriteria(), read_reply(), and CServerClientSocket::SendText().
|
static |
Definition at line 1901 of file object.c.
Referenced by CRYPT_FormatCRLDistPoints().
|
static |
Definition at line 2335 of file object.c.
Referenced by CRYPT_FormatSpcFinancialCriteria().
|
static |
Definition at line 1902 of file object.c.
Referenced by CRYPT_FormatCRLDistPoints(), and Dispatch_Invoke().
Definition at line 1156 of file object.c.
Referenced by CAddressEditBox::AddComboBoxItem(), assign_stub_out_args(), CRYPT_FormatAltNameEntry(), CRYPT_FormatAuthorityInfoAccess(), CRYPT_FormatCRLDistPoints(), declare_stub_args(), do_write_c_method_def(), DumpArray(), DumpEnum(), DumpPointer(), DumpType(), DumpUDT(), EDIT_CharFromPos(), CAddressEditBox::FillOneLevel(), for_each_iface(), main(), MD_TreeView_OnSetIndent(), ME_RTFReadParnumGroup(), parse_struct(), CAddressEditBox::PopulateComboBox(), XMLStorage::XMLNode::pretty_write_worker(), print(), print_file(), print_phase_basetype(), print_phase_function(), PrintMenu(), put_str(), XMLStorage::XMLNode::smart_write_worker(), SPY_EnterMessage(), SPY_ExitMessage(), TRACKBAR_DrawOneTic(), XMLStorage::XMLNode::write(), write_args(), write_com_interface_end(), write_cpp_method_def(), write_enums(), write_fields(), write_formatdesc(), write_formatstringsdecl(), write_full_pointer_free(), write_full_pointer_init(), write_iface_procformatstring(), write_inline_wrappers(), write_line(), write_new_procformatstring_type(), write_node_indent(), write_old_procformatstring_type(), write_parameter_conf_or_var_exprs(), write_parameters_init(), write_pointer_checks(), write_proc_func_header(), write_procformatstring(), write_procformatstring_func(), write_procformatstring_offsets(), write_remoting_arg(), write_remoting_arguments(), write_type_definition(), write_type_left(), write_type_tfs(), write_typeformatstring(), write_var_init(), and xsltSaveResultTo().
|
static |
Definition at line 1905 of file object.c.
Referenced by compare_crl_issued_by(), CRYPT_BuildSimpleChain(), CRYPT_CopyKeyIdAsIssuerAndSerial(), CRYPT_FindIssuer(), CRYPT_FormatCertIssuer(), CRYPT_FormatCRLDistPoints(), CRYPT_GetIssuer(), HTTPREQ_QueryOption(), and test_decode_msg_get_param().
|
static |
|
static |
Definition at line 897 of file object.c.
Referenced by CRYPT_FormatKeyUsage().
|
static |
Definition at line 908 of file object.c.
Referenced by CRYPT_FormatKeyUsage().
|
static |
Definition at line 2338 of file object.c.
Referenced by CRYPT_FormatSpcFinancialCriteria().
|
static |
Definition at line 2233 of file object.c.
Referenced by CRYPT_FormatNetscapeCertType().
|
static |
Definition at line 2340 of file object.c.
Referenced by CRYPT_FormatSpcFinancialCriteria(), ext2_get_inode_lba(), ext2_load_inode(), ext2_mkdir(), ext2_save_inode(), fill_processor_information(), get_songlen(), ME_DrawParagraph(), mpg123_position(), PATH_AddFlatBezier(), and test_match_ex().
|
static |
Definition at line 2337 of file object.c.
Referenced by CRYPT_FormatSpcFinancialCriteria().
|
static |
Definition at line 1603 of file object.c.
Referenced by CRYPT_FormatAuthorityInfoAccess().
|
static |
|
static |
Definition at line 1023 of file object.c.
Referenced by CRYPT_FormatBasicConstraints2().
|
static |
Definition at line 1903 of file object.c.
Referenced by CRYPT_FormatCRLDistPoints().
|
static |
Definition at line 1904 of file object.c.
Referenced by __mingw_TLScallback(), _TIFFMergeFields(), copy_progress_cb(), create_parseError(), CreateOffloadInfo5Internal(), CRYPT_FormatCRLDistPoints(), CRYPT_FormatReason(), DisableBothLSOPermanently(), DisableLSOv4Permanently(), DisableLSOv6Permanently(), dll_entry_point(), DllMain(), fake_dll_main(), fake_dll_main_fail(), SEALED_::FireDisconnected(), getrpcent(), iso_connect(), ldr_notify_callback1(), ldr_notify_callback2(), ldr_notify_callback_dll_main(), ldr_notify_callback_fail(), ldr_notify_callback_imports(), OSK_SetKeys(), ParaNdis_InitializeContext(), parseError_get_reason(), ParseOffload(), SEALED_::PerformDisconnect(), print_disconnect_reason(), protocol_abort(), run_test(), test_netif_ext_callback(), test_netif_ext_callback_dummy(), testing_status_routine(), and TIFFMergeFieldInfo().
|
static |
Definition at line 1827 of file object.c.
Referenced by CRYPT_FormatReason().
|
static |
Definition at line 1021 of file object.c.
Referenced by CRYPT_FormatBasicConstraints2().
|
static |
Definition at line 1022 of file object.c.
Referenced by CRYPT_FormatBasicConstraints2().
|
static |
Definition at line 1020 of file object.c.
Referenced by CRYPT_FormatBasicConstraints2().
|
static |
Definition at line 1817 of file object.c.
Referenced by decrease_extent_refcount(), decrease_extent_refcount_data(), and update_changed_extent_ref().
|
static |
Definition at line 1605 of file object.c.
Referenced by __RTDynamicCast(), __unDNameEx(), _fmtarglist(), AMStreamSelect_Info(), ApplyTheme(), ClassFactoryImpl_CreateInstance(), CoGetActivationState(), CoGetCallState(), ConfigFileHandler_startElement(), CopyPDBs(), CRYPT_FormatAuthorityInfoAccess(), CRYPT_FormatEnhancedKeyUsage(), CryptSIPRetrieveSubjectGuid(), DECLARE_INTERFACE_(), for(), FTPLoginHost(), getFolderName(), GetGlobalFontLinkObject(), I_CryptCreateLruCache(), I_CryptFreeTls(), IDirectSound8_test(), IDirectSound_test(), IDirectSoundCapture_test(), IDirectSoundFullDuplex_test(), IUnknown_UIActivateIO(), LpkExtTextOut(), LpkGetTextExtentExPoint(), ME_StreamOutRTFText(), mmsys_error(), MsiMessageBoxExA(), MsiMessageBoxExW(), OpenThemeFile(), ParseURLFromOutsideSourceA(), ParseURLFromOutsideSourceW(), Subdivider::partition(), promptdisk_init(), requestcf_CreateInstance(), tinyxml2::XMLUnknown::ShallowEqual(), SHRegisterValidateTemplate(), SIfacePtr< T >::SIfacePtr(), Subdivider::split(), START_TEST(), state_to_str(), test_animation_qi(), test_anti_moniker(), test_audiodata_get_format(), test_audiodata_get_info(), test_audiodata_query_interface(), test_audiodata_set_actual(), test_audiodata_set_buffer(), test_audiodata_set_format(), test_bind_context(), test_class_moniker(), test_create_device_from_clipper1(), test_create_device_from_clipper2(), test_create_device_from_clipper3(), test_create_effect_compiler(), test_CreateTypeLib(), test_cryptTls(), test_destroy_callback(), test_device_qi(), test_frame_qi(), test_generic_composite_moniker(), test_GetGlobalFontLinkObject(), test_item_moniker(), test_ndr_allocate(), test_object(), test_pointer_moniker(), test_sip_create_indirect_data(), test_SIPLoad(), test_texture_qi(), test_viewport_qi(), test_wrap_qi(), TestMessageHandler(), testObjTrust(), type_to_str(), URLSubRegQueryA(), tinyxml2::XMLPrinter::Visit(), WINMM_ErrorToString(), WinVerifyTrust(), and ZSTD_getCParams_internal().
|
static |
Definition at line 2339 of file object.c.
Referenced by CRYPT_FormatSpcFinancialCriteria(), and test_ip_pktinfo().