ReactOS 0.4.16-dev-905-gc1b8c4f
|
#include <stdarg.h>
#include <wchar.h>
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "winuser.h"
#include "softpub.h"
#include "wingdi.h"
#include "richedit.h"
#include "ole2.h"
#include "richole.h"
#include "commdlg.h"
#include "commctrl.h"
#include "cryptuiapi.h"
#include "cryptuires.h"
#include "urlmon.h"
#include "hlink.h"
#include "winreg.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | CertMgrStoreInfo |
struct | CertMgrData |
struct | _CRYPTUI_ENUM_SYSTEM_STORE_ARGS |
struct | _CRYPTUI_ENUM_DATA |
struct | _CRYPTUI_SELECTSTORE_INFO_A |
struct | _CRYPTUI_SELECTSTORE_INFO_W |
struct | StoreInfo |
struct | SelectStoreInfo |
struct | ReadStringStruct |
struct | OIDToString |
struct | IssuerStatement |
struct | detail_data |
struct | field_value_data |
struct | v1_field |
struct | prop_id_to_string_id |
struct | selection_list_item |
struct | edit_cert_data |
struct | hierarchy_data |
struct | ImportWizData |
struct | ExportWizData |
struct | SelectCertData |
struct | SortData |
struct | SelectCertParam |
Macros | |
#define | COBJMACROS |
#define | NONAMELESSUNION |
#define | MAX_STRING_LEN 512 |
#define | CRYPTUI_ENABLE_SHOW_PHYSICAL_STORE 0x00000001 |
#define | MY_INDENT 200 |
#define | MAX_PURPOSE 255 |
#define | WM_REFRESH_VIEW WM_USER + 0 |
#define | MAX_FRIENDLY_NAME 40 |
#define | MAX_DESCRIPTION 255 |
Typedefs | |
typedef struct _CRYPTUI_ENUM_SYSTEM_STORE_ARGS | CRYPTUI_ENUM_SYSTEM_STORE_ARGS |
typedef struct _CRYPTUI_ENUM_SYSTEM_STORE_ARGS * | PCRYPTUI_ENUM_SYSTEM_STORE_ARGS |
typedef struct _CRYPTUI_ENUM_DATA | CRYPTUI_ENUM_DATA |
typedef struct _CRYPTUI_ENUM_DATA * | PCRYPTUI_ENUM_DATA |
typedef BOOL(WINAPI * | PFN_SELECTED_STORE_CB) (HCERTSTORE store, HWND hwnd, void *pvArg) |
typedef struct _CRYPTUI_SELECTSTORE_INFO_A | CRYPTUI_SELECTSTORE_INFO_A |
typedef struct _CRYPTUI_SELECTSTORE_INFO_A * | PCRYPTUI_SELECTSTORE_INFO_A |
typedef struct _CRYPTUI_SELECTSTORE_INFO_W | CRYPTUI_SELECTSTORE_INFO_W |
typedef struct _CRYPTUI_SELECTSTORE_INFO_W * | PCRYPTUI_SELECTSTORE_INFO_W |
typedef WCHAR *(* | field_format_func) (PCCERT_CONTEXT cert) |
typedef void(* | add_fields_func) (HWND hwnd, struct detail_data *data) |
typedef WCHAR *(* | create_detailed_value_func) (PCCERT_CONTEXT cert, void *param) |
typedef WCHAR *(* | prop_to_value_func) (void *pb, DWORD cb) |
Enumerations | |
enum | PurposeFilter { PurposeFilterShowAll = 0 , PurposeFilterShowAdvanced = 1 , PurposeFilterShowOID = 2 } |
enum | CheckBitmapIndex { CheckBitmapIndexUnchecked = 1 , CheckBitmapIndexChecked = 2 , CheckBitmapIndexDisabledUnchecked = 3 , CheckBitmapIndexDisabledChecked = 4 } |
enum | PurposeSelection { PurposeEnableAll = 0 , PurposeDisableAll , PurposeEnableSelected } |
typedef WCHAR *(* create_detailed_value_func) (PCCERT_CONTEXT cert, void *param) |
typedef WCHAR *(* field_format_func) (PCCERT_CONTEXT cert) |
typedef struct _CRYPTUI_ENUM_DATA * PCRYPTUI_ENUM_DATA |
Enumerator | |
---|---|
CheckBitmapIndexUnchecked | |
CheckBitmapIndexChecked | |
CheckBitmapIndexDisabledUnchecked | |
CheckBitmapIndexDisabledChecked |
Definition at line 581 of file main.c.
Enumerator | |
---|---|
PurposeFilterShowAll | |
PurposeFilterShowAdvanced | |
PurposeFilterShowOID |
Definition at line 216 of file main.c.
Enumerator | |
---|---|
PurposeEnableAll | |
PurposeDisableAll | |
PurposeEnableSelected |
|
static |
Definition at line 2985 of file main.c.
Referenced by add_all_fields().
|
static |
Definition at line 3078 of file main.c.
Definition at line 77 of file main.c.
Referenced by cert_mgr_dlg_proc().
|
static |
Definition at line 2956 of file main.c.
Referenced by add_all_extensions(), and add_critical_extensions().
|
static |
Definition at line 1794 of file main.c.
Referenced by set_cert_name_string().
|
static |
Definition at line 7066 of file main.c.
Referenced by add_store_certs().
|
static |
Definition at line 101 of file main.c.
Referenced by show_store_certs().
|
static |
Definition at line 2411 of file main.c.
Referenced by set_cert_validity_period().
|
static |
Definition at line 2785 of file main.c.
Referenced by add_cert_extension_detail(), and add_string_id_and_value_to_list().
|
static |
Definition at line 2767 of file main.c.
Referenced by add_field_and_value_to_list().
Definition at line 1809 of file main.c.
Referenced by set_cert_info().
|
static |
Definition at line 588 of file main.c.
Referenced by add_known_usages_to_list(), and show_cert_usages().
|
static |
Definition at line 603 of file main.c.
Referenced by cert_mgr_advanced_dlg_proc(), and show_cert_usages().
Definition at line 1993 of file main.c.
Referenced by display_app_usages(), and display_cert_usages().
Definition at line 1893 of file main.c.
Referenced by display_app_usages(), and display_cert_usages().
|
static |
Definition at line 262 of file main.c.
Referenced by convert_usages_str_to_usage(), and create_advanced_filter().
|
static |
Definition at line 3037 of file main.c.
Referenced by add_all_fields().
Definition at line 3152 of file main.c.
Referenced by add_purpose_dlg_proc(), and show_cert_usages().
Definition at line 3229 of file main.c.
Referenced by cert_properties_general_dlg_proc().
|
static |
Definition at line 7196 of file main.c.
Referenced by select_cert_dlg_proc().
|
static |
Definition at line 2806 of file main.c.
Referenced by add_properties(), and add_v1_field().
Definition at line 1752 of file main.c.
Referenced by set_cert_validity_period(), and set_certificate_status().
|
static |
Definition at line 1768 of file main.c.
Referenced by display_app_usages(), display_cert_usages(), set_cert_info(), set_cert_name_string(), set_cert_validity_period(), and set_policy_text().
|
static |
Definition at line 1761 of file main.c.
Referenced by add_local_oid_text_to_control(), add_oid_text_to_control(), and add_string_resource_with_paraformat_to_control().
Definition at line 1735 of file main.c.
Referenced by add_cert_string_to_control(), add_date_string_to_control(), add_local_oid_text_to_control(), add_oid_text_to_control(), add_string_resource_to_control(), add_text_with_paraformat_to_control(), detail_dlg_proc(), display_app_usages(), display_cert_usages(), set_cert_name_string(), set_cert_validity_period(), and user_notice_dlg_proc().
|
static |
Definition at line 2822 of file main.c.
Referenced by add_v1_fields().
|
static |
Definition at line 2846 of file main.c.
Referenced by add_all_fields().
Definition at line 3538 of file main.c.
Referenced by cert_properties_general_dlg_proc().
|
static |
Definition at line 724 of file main.c.
Referenced by cert_mgr_dlg_proc().
Definition at line 811 of file main.c.
Referenced by cert_mgr_dlg_proc(), and cert_mgr_do_remove().
|
static |
Definition at line 557 of file main.c.
Referenced by cert_mgr_dlg_proc(), and refresh_store_certs().
Definition at line 1121 of file main.c.
Referenced by CryptUIDlgCertMgr().
Definition at line 1018 of file main.c.
Referenced by cert_mgr_dlg_proc().
Definition at line 972 of file main.c.
Referenced by cert_mgr_dlg_proc().
|
static |
Definition at line 821 of file main.c.
Referenced by cert_mgr_do_export(), cert_mgr_do_remove(), cert_mgr_show_cert_usages(), and show_selected_cert().
|
static |
Definition at line 548 of file main.c.
Referenced by cert_mgr_current_store(), cert_mgr_dlg_proc(), and close_stores().
Definition at line 1107 of file main.c.
Referenced by cert_mgr_dlg_proc(), and select_cert_dlg_proc().
Definition at line 1115 of file main.c.
Referenced by cert_mgr_dlg_proc().
Definition at line 1102 of file main.c.
Referenced by cert_mgr_dlg_proc().
Definition at line 1097 of file main.c.
Referenced by cert_mgr_dlg_proc(), and show_store_certs().
Definition at line 1079 of file main.c.
Referenced by cert_mgr_sort_by_friendly_name(), cert_mgr_sort_by_issuer(), cert_mgr_sort_by_subject(), and select_cert_sort_by_text().
Definition at line 4288 of file main.c.
Referenced by show_cert_dialog().
|
static |
Definition at line 3703 of file main.c.
Referenced by show_edit_cert_properties_dialog().
|
static |
Definition at line 3602 of file main.c.
Referenced by show_edit_cert_properties_dialog().
Definition at line 4657 of file main.c.
Referenced by do_import().
|
static |
Definition at line 4722 of file main.c.
Referenced by import_store(), and import_validate_filename().
|
static |
Definition at line 4562 of file main.c.
Referenced by import_cert().
|
static |
Definition at line 281 of file main.c.
Referenced by create_advanced_filter().
|
static |
Definition at line 302 of file main.c.
Referenced by show_store_certs().
|
static |
Definition at line 3145 of file main.c.
Referenced by detail_dlg_proc().
Definition at line 3116 of file main.c.
Referenced by create_cert_details_list().
|
static |
Definition at line 3099 of file main.c.
Referenced by create_cert_details_list().
|
static |
Definition at line 2860 of file main.c.
Referenced by add_cert_extension_detail(), field_format_detailed_extension(), and format_enhanced_key_usage_value().
BOOL WINAPI CryptUIDlgCertMgr | ( | PCCRYPTUI_CERT_MGR_STRUCT | pCryptUICertMgr | ) |
Definition at line 1313 of file main.c.
Referenced by display_cert_manager(), and OpenPersonalTrustDBDialog().
PCCERT_CONTEXT WINAPI CryptUIDlgSelectCertificateA | ( | PCCRYPTUI_SELECTCERTIFICATE_STRUCTA | pcsc | ) |
Definition at line 7539 of file main.c.
PCCERT_CONTEXT WINAPI CryptUIDlgSelectCertificateFromStore | ( | HCERTSTORE | hCertStore, |
HWND | hwnd, | ||
LPCWSTR | pwszTitle, | ||
LPCWSTR | pwszDisplayString, | ||
DWORD | dwDontUseColumn, | ||
DWORD | dwFlags, | ||
void * | pvReserved | ||
) |
Definition at line 7581 of file main.c.
PCCERT_CONTEXT WINAPI CryptUIDlgSelectCertificateW | ( | PCCRYPTUI_SELECTCERTIFICATE_STRUCTW | pcsc | ) |
Definition at line 7440 of file main.c.
Referenced by CryptUIDlgSelectCertificateA(), and CryptUIDlgSelectCertificateFromStore().
HCERTSTORE WINAPI CryptUIDlgSelectStoreA | ( | PCRYPTUI_SELECTSTORE_INFO_A | info | ) |
Definition at line 1638 of file main.c.
HCERTSTORE WINAPI CryptUIDlgSelectStoreW | ( | PCRYPTUI_SELECTSTORE_INFO_W | info | ) |
Definition at line 1618 of file main.c.
Referenced by CryptUIDlgSelectStoreA(), and import_store_dlg_proc().
BOOL WINAPI CryptUIDlgViewCertificateA | ( | PCCRYPTUI_VIEWCERTIFICATE_STRUCTA | pCertViewInfo, |
BOOL * | pfPropertiesChanged | ||
) |
Definition at line 1675 of file main.c.
BOOL WINAPI CryptUIDlgViewCertificateW | ( | PCCRYPTUI_VIEWCERTIFICATE_STRUCTW | pCertViewInfo, |
BOOL * | pfPropertiesChanged | ||
) |
Definition at line 4415 of file main.c.
Referenced by CertViewPropertiesW(), CryptExtOpenCERW(), CryptUIDlgViewCertificateA(), CryptUIDlgViewContext(), select_cert_view(), show_dialog_for_selected_cert(), show_selected_cert(), and ShowX509EncodedCertificate().
BOOL WINAPI CryptUIDlgViewContext | ( | DWORD | dwContextType, |
LPVOID | pvContext, | ||
HWND | hwnd, | ||
LPCWSTR | pwszTitle, | ||
DWORD | dwFlags, | ||
LPVOID | pvReserved | ||
) |
Definition at line 4489 of file main.c.
BOOL WINAPI CryptUIDlgViewSignerInfoA | ( | CRYPTUI_VIEWSIGNERINFO_STRUCTA * | pcvsi | ) |
BOOL WINAPI CryptUIWizDigitalSign | ( | DWORD | flags, |
HWND | parent, | ||
LPCWSTR | title, | ||
PCCRYPTUI_WIZ_DIGITAL_SIGN_INFO | info, | ||
PCCRYPTUI_WIZ_DIGITAL_SIGN_CONTEXT * | context | ||
) |
BOOL WINAPI CryptUIWizExport | ( | DWORD | dwFlags, |
HWND | hwndParent, | ||
LPCWSTR | pwszWizardTitle, | ||
PCCRYPTUI_WIZ_EXPORT_INFO | pExportInfo, | ||
void * | pvoid | ||
) |
Definition at line 6990 of file main.c.
Referenced by cert_mgr_do_export(), and detail_dlg_proc().
BOOL WINAPI CryptUIWizImport | ( | DWORD | dwFlags, |
HWND | hwndParent, | ||
LPCWSTR | pwszWizardTitle, | ||
PCCRYPTUI_WIZ_IMPORT_SRC_INFO | pImportSrc, | ||
HCERTSTORE | hDestCertStore | ||
) |
Definition at line 5559 of file main.c.
Referenced by cert_mgr_dlg_proc(), and general_dlg_proc().
|
static |
Definition at line 3905 of file main.c.
Referenced by init_detail_page().
Definition at line 3798 of file main.c.
Referenced by init_detail_page().
|
static |
Definition at line 2064 of file main.c.
Referenced by set_policy_text().
|
static |
Definition at line 2116 of file main.c.
Referenced by set_policy_text().
Definition at line 49 of file main.c.
|
static |
Definition at line 6694 of file main.c.
Referenced by CryptUIWizExport(), and export_finish_dlg_proc().
|
static |
Definition at line 5329 of file main.c.
Referenced by CryptUIWizImport(), and import_finish_dlg_proc().
|
static |
Definition at line 1385 of file main.c.
Referenced by enumerate_stores().
|
static |
Definition at line 1431 of file main.c.
Referenced by select_store_dlg_proc().
|
static |
Definition at line 5670 of file main.c.
Referenced by export_private_key_dlg_proc().
|
static |
Definition at line 6044 of file main.c.
Referenced by export_file_dlg_proc().
Definition at line 6247 of file main.c.
Referenced by show_export_ui().
Definition at line 6751 of file main.c.
Referenced by show_export_ui().
Definition at line 5835 of file main.c.
Referenced by show_export_ui().
|
static |
Definition at line 5800 of file main.c.
Referenced by export_format_dlg_proc().
|
static |
Definition at line 5648 of file main.c.
Referenced by export_private_key_dlg_proc(), and save_pfx().
|
static |
Definition at line 5782 of file main.c.
Referenced by show_export_ui().
|
static |
Definition at line 5688 of file main.c.
Referenced by export_private_key_dlg_proc().
|
static |
Definition at line 5958 of file main.c.
Referenced by show_export_ui().
|
static |
|
static |
Definition at line 5705 of file main.c.
Referenced by show_export_ui().
|
static |
Definition at line 6096 of file main.c.
Referenced by export_file_dlg_proc().
|
static |
Definition at line 5605 of file main.c.
Referenced by show_export_ui().
|
static |
Definition at line 2637 of file main.c.
Referenced by field_format_detailed_issuer(), and field_format_detailed_subject().
|
static |
Definition at line 2945 of file main.c.
Referenced by add_cert_extension_detail().
|
static |
Definition at line 2653 of file main.c.
|
static |
|
static |
|
static |
Definition at line 2875 of file main.c.
Referenced by field_format_detailed_extension().
|
static |
|
static |
|
static |
Definition at line 2699 of file main.c.
|
static |
|
static |
|
static |
|
static |
Definition at line 639 of file main.c.
Referenced by cert_mgr_advanced_dlg_proc(), and is_oid_in_list().
|
static |
Definition at line 2212 of file main.c.
Referenced by set_issuer_statement().
|
static |
Definition at line 1976 of file main.c.
Referenced by add_local_oid_text_to_control().
Definition at line 2609 of file main.c.
Referenced by field_format_detailed_public_key(), and field_format_serial_number().
Definition at line 2668 of file main.c.
Referenced by field_format_from_date(), and field_format_to_date().
Definition at line 533 of file main.c.
Referenced by cert_mgr_dlg_proc(), refresh_store_certs(), and select_cert_dlg_proc().
|
static |
Definition at line 3774 of file main.c.
Referenced by detail_callback(), and refresh_details_view().
|
static |
Definition at line 7461 of file main.c.
Referenced by CryptUIDlgSelectCertificateA(), and prop_sheet_pages_AtoW().
Definition at line 1477 of file main.c.
Referenced by select_store_dlg_proc().
|
static |
Definition at line 2563 of file main.c.
Referenced by init_general_page().
Definition at line 2512 of file main.c.
Referenced by init_general_page().
|
static |
Definition at line 4009 of file main.c.
Referenced by show_cert_chain().
Definition at line 181 of file main.c.
Referenced by cert_mgr_advanced_dlg_proc(), create_advanced_filter(), and initialize_purpose_selection().
|
static |
Definition at line 1778 of file main.c.
Referenced by add_cert_string_to_control(), field_format_issuer(), field_format_subject(), and get_cert_display_name().
|
static |
Definition at line 3309 of file main.c.
Referenced by get_cert_display_name(), and set_general_cert_properties().
|
static |
Definition at line 852 of file main.c.
Referenced by add_cert_to_list(), and cert_mgr_show_cert_usages().
|
static |
Definition at line 2231 of file main.c.
Referenced by set_issuer_statement().
|
static |
Definition at line 3983 of file main.c.
Referenced by hierarchy_dlg_proc(), and show_dialog_for_selected_cert().
|
static |
Definition at line 2252 of file main.c.
Referenced by set_issuer_statement().
|
static |
Definition at line 4231 of file main.c.
Referenced by init_hierarchy_page().
Definition at line 4153 of file main.c.
Referenced by init_hierarchy_page().
|
static |
Definition at line 4574 of file main.c.
Referenced by do_import(), and import_store().
|
static |
Definition at line 4599 of file main.c.
Referenced by do_import(), and import_store().
|
static |
Definition at line 4625 of file main.c.
Referenced by do_import(), and import_store().
|
static |
Definition at line 4840 of file main.c.
Referenced by do_import().
Definition at line 5052 of file main.c.
Referenced by show_import_ui().
Definition at line 5370 of file main.c.
Referenced by show_import_ui().
|
static |
Definition at line 4761 of file main.c.
Referenced by do_import(), and import_file().
Definition at line 5153 of file main.c.
Referenced by show_import_ui().
|
static |
Definition at line 4980 of file main.c.
Referenced by import_file_dlg_proc().
Definition at line 4717 of file main.c.
Referenced by do_import(), and import_store().
Definition at line 4697 of file main.c.
Referenced by import_file_dlg_proc(), import_finish_dlg_proc(), import_store_dlg_proc(), import_validate_filename(), and import_warn_type_mismatch().
|
static |
Definition at line 4871 of file main.c.
Referenced by show_import_ui().
|
static |
Definition at line 3956 of file main.c.
Referenced by show_cert_chain().
Definition at line 7024 of file main.c.
Referenced by select_cert_dlg_proc().
|
static |
Definition at line 3921 of file main.c.
Referenced by show_cert_dialog().
|
static |
Definition at line 2584 of file main.c.
Referenced by show_cert_dialog().
|
static |
Definition at line 4249 of file main.c.
Referenced by show_cert_dialog().
Definition at line 222 of file main.c.
Referenced by cert_mgr_dlg_proc().
|
static |
Definition at line 4524 of file main.c.
Referenced by choose_store_for_cert().
Definition at line 3221 of file main.c.
Referenced by add_purpose_dlg_proc().
Definition at line 3183 of file main.c.
Referenced by add_purpose_dlg_proc().
|
inlinestatic |
Definition at line 3971 of file main.c.
Referenced by hierarchy_dlg_proc(), and show_dialog_for_selected_cert().
Definition at line 6181 of file main.c.
Referenced by export_file_dlg_proc().
Definition at line 4940 of file main.c.
Referenced by import_file_dlg_proc().
|
static |
Definition at line 4793 of file main.c.
Referenced by import_file(), and import_validate_filename().
|
static |
Definition at line 7482 of file main.c.
Referenced by CryptUIDlgSelectCertificateA().
|
static |
Definition at line 1721 of file main.c.
Referenced by add_unformatted_text_to_control().
Definition at line 3329 of file main.c.
Referenced by select_purposes().
Definition at line 3785 of file main.c.
Referenced by detail_dlg_proc().
Definition at line 3528 of file main.c.
Referenced by apply_general_changes().
Definition at line 572 of file main.c.
Referenced by cert_mgr_clear_cert_selection(), and cert_mgr_dlg_proc().
Definition at line 6458 of file main.c.
Referenced by do_export().
|
static |
Definition at line 6489 of file main.c.
Referenced by do_export().
Definition at line 664 of file main.c.
Referenced by cert_mgr_advanced_dlg_proc().
|
static |
Definition at line 6563 of file main.c.
Referenced by do_export().
|
static |
Definition at line 6557 of file main.c.
Referenced by do_export().
|
inlinestatic |
Definition at line 6483 of file main.c.
Referenced by do_export(), and save_cert_as_cms().
Definition at line 7288 of file main.c.
Referenced by CryptUIDlgSelectCertificateW().
|
static |
Definition at line 7212 of file main.c.
Referenced by select_cert_dlg_proc().
|
static |
Definition at line 7252 of file main.c.
Referenced by select_cert_dlg_proc().
|
static |
Definition at line 3386 of file main.c.
Referenced by cert_properties_general_dlg_proc(), and show_cert_usages().
Definition at line 1538 of file main.c.
Referenced by CryptUIDlgSelectStoreW().
|
static |
Definition at line 1503 of file main.c.
Referenced by select_store_dlg_proc().
|
static |
Definition at line 2323 of file main.c.
Referenced by set_general_info().
|
static |
Definition at line 2384 of file main.c.
Referenced by set_general_info().
|
static |
Definition at line 3511 of file main.c.
Referenced by apply_general_changes().
|
static |
Definition at line 2423 of file main.c.
Referenced by set_general_info().
|
static |
Definition at line 4069 of file main.c.
Referenced by hierarchy_dlg_proc(), and set_certificate_status_for_end_cert().
|
static |
Definition at line 4086 of file main.c.
Referenced by show_cert_hierarchy().
|
static |
Definition at line 3134 of file main.c.
Referenced by create_cert_details_list(), and refresh_details_view().
|
static |
Definition at line 3491 of file main.c.
Referenced by cert_properties_general_dlg_proc().
|
static |
Definition at line 2452 of file main.c.
Referenced by general_dlg_proc().
|
static |
Definition at line 2278 of file main.c.
Referenced by set_cert_info().
|
static |
Definition at line 2172 of file main.c.
Referenced by set_cert_info().
|
static |
Definition at line 4018 of file main.c.
Referenced by show_cert_hierarchy().
|
static |
Definition at line 4310 of file main.c.
Referenced by CryptUIDlgViewCertificateW().
|
static |
Definition at line 4100 of file main.c.
Referenced by hierarchy_dlg_proc(), and show_dialog_for_selected_cert().
|
static |
Definition at line 496 of file main.c.
Referenced by cert_mgr_dlg_proc().
|
static |
Definition at line 3412 of file main.c.
Referenced by set_general_cert_properties().
Definition at line 4108 of file main.c.
Referenced by hierarchy_dlg_proc().
|
static |
Definition at line 3746 of file main.c.
Referenced by detail_dlg_proc().
|
static |
Definition at line 6364 of file main.c.
Referenced by export_finish_dlg_proc().
|
static |
Definition at line 6833 of file main.c.
Referenced by CryptUIWizExport().
|
static |
Definition at line 5268 of file main.c.
Referenced by import_finish_dlg_proc().
|
static |
Definition at line 5446 of file main.c.
Referenced by CryptUIWizImport().
Definition at line 835 of file main.c.
Referenced by cert_mgr_dlg_proc().
|
static |
Definition at line 355 of file main.c.
Referenced by cert_mgr_dlg_proc(), and refresh_store_certs().
|
static |
Definition at line 2506 of file main.c.
Referenced by general_dlg_proc().
Definition at line 67 of file main.c.
Referenced by cabinet_copy_file(), cabinet_next_cabinet(), ConvertChmString(), CryptUIDlgSelectCertificateA(), FindContextAlias(), FindHTMLHelpSetting(), HANDLE_CustomType21_22(), HANDLE_CustomType5_6(), HtmlHelpA(), msi_suminfo_dup_string(), MsiApplyMultiplePatchesA(), MsiApplyPatchA(), MsiBeginTransactionA(), MsiConfigureFeatureA(), MsiConfigureProductA(), MsiConfigureProductExA(), MsiCreateTransformSummaryInfoA(), MsiDatabaseApplyTransformA(), MsiDatabaseExportA(), MsiDatabaseGetPrimaryKeysA(), MsiDatabaseImportA(), MsiDatabaseIsTablePersistentA(), MsiDatabaseMergeA(), MsiDatabaseOpenViewA(), MsiDecomposeDescriptorA(), MsiDetermineApplicablePatchesA(), MsiDeterminePatchSequenceA(), MsiDoActionA(), MsiEnableLogA(), MsiEnumClientsA(), MsiEnumComponentCostsA(), MsiEnumComponentQualifiersA(), MsiEnumComponentsExA(), MsiEnumFeaturesA(), MsiEnumPatchesA(), MsiEnumPatchesExA(), MsiEnumProductsExA(), MsiEnumRelatedProductsA(), MsiGetComponentPathExA(), MsiGetComponentStateA(), MsiGetFeatureCostA(), MsiGetFeatureInfoA(), MsiGetFeatureStateA(), MsiGetFeatureUsageA(), MsiGetFeatureValidStatesA(), MsiGetFileHashA(), MsiGetFileSignatureInformationA(), MsiGetFileVersionA(), MsiGetPatchInfoA(), MsiGetPatchInfoExA(), MsiGetProductCodeA(), MsiGetProductInfoA(), MsiGetProductInfoExA(), MsiGetProductPropertyA(), MsiGetPropertyA(), MsiGetShortcutTargetA(), MsiGetSourcePathA(), MsiGetSummaryInformationA(), MsiGetTargetPathA(), MsiGetUserInfoA(), MsiInstallMissingComponentA(), MsiInstallProductA(), MsiOpenDatabaseA(), MsiOpenPackageExA(), MsiOpenProductA(), MsiPreviewDialogA(), MsiProvideComponentA(), MsiProvideQualifiedComponentExA(), MsiQueryComponentStateA(), MsiQueryFeatureStateA(), MsiQueryFeatureStateExA(), MsiQueryProductStateA(), MsiRecordSetStreamA(), MsiRecordSetStringA(), MsiReinstallFeatureA(), MsiReinstallProductA(), MsiSequenceA(), MsiSetComponentStateA(), MsiSetFeatureAttributesA(), MsiSetFeatureStateA(), MsiSetPropertyA(), MsiSetTargetPathA(), MsiSourceListAddMediaDiskA(), MsiSourceListAddSourceA(), MsiSourceListAddSourceExA(), MsiSourceListEnumMediaDisksA(), MsiSourceListEnumSourcesA(), MsiSourceListGetInfoA(), MsiSourceListSetInfoA(), MsiUseFeatureExA(), MsiVerifyPackageA(), patchinfoAtoW(), prop_sheet_pages_AtoW(), SetupGetSourceFileLocationA(), SetupGetTargetPathA(), SetupInitializeFileLogA(), SetupPromptForDiskA(), SetupQueueCopyIndirectA(), SetupQueueDeleteA(), SetupQueueRenameA(), SetupUninstallOEMInfA(), and wintypeAtoW().
Definition at line 617 of file main.c.
Referenced by cert_mgr_advanced_dlg_proc(), and cert_properties_general_dlg_proc().
Definition at line 2463 of file main.c.
Referenced by show_user_notice().
WINE_DEFAULT_DEBUG_CHANNEL | ( | cryptui | ) |
BOOL WINAPI WTHelperGetKnownUsages | ( | DWORD | action, |
PCCRYPT_OID_INFO ** | usages | ||
) |
Definition at line 896 of file wintrust_main.c.
Referenced by add_known_usages_to_list(), create_advanced_filter(), and InitFunctionPtrs().
Definition at line 455 of file main.c.
Referenced by choose_store_for_cert(), and test_crypt_ui_wiz_import().
DWORD allowFlags |
Definition at line 4928 of file main.c.
Referenced by make_import_file_filter().
Definition at line 457 of file main.c.
Referenced by arm64_get_addr(), arm_get_addr(), array_tests(), choose_store_for_cert(), CryptCATAdminAcquireContext(), CryptCATAdminAddCatalog(), CryptCATAdminEnumCatalogFromHash(), CryptCATAdminReleaseCatalogContext(), CryptCATAdminReleaseContext(), CryptCATAdminRemoveCatalog(), CryptCATAdminResolveCatalogPath(), horAcc8(), i386_get_addr(), III_antialias(), import_crl(), InitGL(), keymatch(), NtGdiEngStretchBlt(), test_crypt_ui_wiz_import(), and x86_64_get_addr().
|
static |
Definition at line 470 of file main.c.
Referenced by show_cert_stores().
Definition at line 461 of file main.c.
Referenced by CRYPTDLG_IsCertAllowed(), and SoftpubAuthenticode().
Definition at line 47 of file main.c.
Referenced by _create_option_elem(), _Slist_sort(), _test_open(), _test_server_open(), AppendFullPathURL(), list< _Tp, >::back(), BinaryToBase64W(), cert_mgr_clear_cert_selection(), cert_mgr_dlg_proc(), XMLStorage::XMLNode::Children::clear(), clear_lfn_slots(), create_command(), CRYPT_IsEmptyName(), delete_tree(), delete_tree_(), dictionary_put_Key(), do_reg_operation(), do_splits(), StringTest::find(), list< _Tp, >::front(), get_patch_product_codes(), get_regdata(), get_tasks_root_folder(), HTMLImageElementFactory_value(), _Rb_tree< _Key, _Compare, _Value, _KeyOfValue, _Traits, >::insert_unique(), InternetOpenRequest_test(), JSGlobal_parseInt(), lfn_remove(), TMapLoader::Load(), LoadWinTypeFromCHM(), MSI_GetProductInfo(), nfs41_client_state_revoked(), parse_culture(), parse_startup(), parse_supported_runtime(), list< _Tp, >::pop_back(), list< _Tp, >::pop_front(), proxtrans(), pSetupStringTableStringFromId(), recvrequest(), REGION_CropRegion(), reset(), run_service(), s_remote_FormatRecord(), s_remote_GetProperty(), s_remote_GetSourcePath(), s_remote_GetTargetPath(), s_remote_SummaryInfoGetProperty(), s_remote_ViewGetError(), select_style(), set_default_templates(), SHLWAPI_InvokeByIID(), SQLWritePrivateProfileStringW(), list< _Tp, >::swap(), StringTest::template_expression(), StringTest::template_wexpression(), test_assign(), test_construction(), test_copyassignment(), test_copyconstructor(), test_CopyFolder(), test_CopyStgMedium(), test_CPoint(), test_create_delete_svc(), test_create_device_list_ex(), test_CreateAssemblyNameObject(), test_CRect(), test_CryptCATOpen(), test_CSize(), test_DnsNameCompare_A(), test_DxDiag_SoundDevices(), test_DxDiag_SystemInfo(), test_empty_headers_param(), test_find_file(), test_fromguid(), test_GetAddrInfoW(), test_GetLongPathNameW(), test_GetVolumePathNamesForVolumeNameW(), test_HlinkGetSetStringReference(), test_InstallAssembly(), test_IsDomainLegalCookieDomainW(), test_IWinHttpRequest(), test_mbsspn(), test_mbsspnp(), test_menu_iteminfo(), test_message_allocate_buffer_wide(), test_message_from_string_wide(), test_message_ignore_inserts_wide(), test_misc(), test_NetFwAuthorizedApplication(), test_PdhValidatePathExW(), test_PdhValidatePathW(), test_PropVariantCompareEx(), test_QueryAssemblyInfo(), test_request_parameter_defaults(), test_sequence(), test_SQLGetPrivateProfileStringW(), test_Startup(), test_string_pointers(), test_stringtable(), test_Win32_Service(), test_WinHttpAddHeaders(), CProgressDialog::update_dialog(), update_title(), VARIANT_BstrReplaceDecimal(), Widget_array(), Widget_mystruct(), Widget_rect(), wnet_use_connection(), and xmlParse3986Segment().
Definition at line 6174 of file main.c.
Referenced by make_export_file_filter().
Definition at line 6177 of file main.c.
Referenced by make_export_file_filter().
Definition at line 6175 of file main.c.
Referenced by make_export_file_filter().
Definition at line 6176 of file main.c.
Referenced by make_export_file_filter().
Definition at line 6178 of file main.c.
Referenced by make_export_file_filter().
Definition at line 6179 of file main.c.
Referenced by make_export_file_filter().
Definition at line 4929 of file main.c.
Referenced by add_store_certs(), make_export_file_filter(), and make_import_file_filter().
Definition at line 4923 of file main.c.
Referenced by make_export_file_filter().
Definition at line 4927 of file main.c.
Referenced by mapStructEntryToValue(), setOidWithItem(), and setOidWithItemAndIpAddr().
const struct { ... } import_filters[] |
Referenced by make_import_file_filter().
|
static |
Definition at line 3091 of file main.c.
Referenced by create_show_list(), and set_fields_selection().
|
static |
Definition at line 1917 of file main.c.
Referenced by findSupportedOID().
|
static |
Definition at line 3029 of file main.c.
Referenced by add_properties().
|
static |
Definition at line 2835 of file main.c.
Referenced by add_v1_fields().