|
ReactOS 0.4.17-dev-243-g1369312
|
#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 | 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 567 of file main.c.
| Enumerator | |
|---|---|
| PurposeFilterShowAll | |
| PurposeFilterShowAdvanced | |
| PurposeFilterShowOID | |
Definition at line 210 of file main.c.
| Enumerator | |
|---|---|
| PurposeEnableAll | |
| PurposeDisableAll | |
| PurposeEnableSelected | |
|
static |
Definition at line 2953 of file main.c.
Referenced by add_all_fields().
|
static |
Definition at line 3046 of file main.c.
Definition at line 71 of file main.c.
Referenced by cert_mgr_dlg_proc().
|
static |
Definition at line 2924 of file main.c.
Referenced by add_all_extensions(), and add_critical_extensions().
|
static |
Definition at line 1773 of file main.c.
Referenced by set_cert_name_string().
|
static |
Definition at line 7011 of file main.c.
Referenced by add_store_certs().
|
static |
Definition at line 95 of file main.c.
Referenced by show_store_certs().
|
static |
Definition at line 2385 of file main.c.
Referenced by set_cert_validity_period().
|
static |
Definition at line 2754 of file main.c.
Referenced by add_cert_extension_detail(), and add_string_id_and_value_to_list().
|
static |
Definition at line 2741 of file main.c.
Referenced by add_field_and_value_to_list().
Definition at line 1788 of file main.c.
Referenced by set_cert_info().
|
static |
Definition at line 574 of file main.c.
Referenced by add_known_usages_to_list(), and show_cert_usages().
|
static |
Definition at line 589 of file main.c.
Referenced by cert_mgr_advanced_dlg_proc(), and show_cert_usages().
Definition at line 1972 of file main.c.
Referenced by display_app_usages(), and display_cert_usages().
Definition at line 1872 of file main.c.
Referenced by display_app_usages(), and display_cert_usages().
|
static |
Definition at line 256 of file main.c.
Referenced by convert_usages_str_to_usage(), and create_advanced_filter().
|
static |
Definition at line 3005 of file main.c.
Referenced by add_all_fields().
Definition at line 3120 of file main.c.
Referenced by add_purpose_dlg_proc(), and show_cert_usages().
Definition at line 3195 of file main.c.
Referenced by cert_properties_general_dlg_proc().
|
static |
Definition at line 7141 of file main.c.
Referenced by select_cert_dlg_proc().
|
static |
Definition at line 2775 of file main.c.
Referenced by add_properties(), and add_v1_field().
Definition at line 1731 of file main.c.
Referenced by set_cert_validity_period(), and set_certificate_status().
|
static |
Definition at line 1747 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 1740 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 1714 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 2791 of file main.c.
Referenced by add_v1_fields().
|
static |
Definition at line 2815 of file main.c.
Referenced by add_all_fields().
Definition at line 3504 of file main.c.
Referenced by cert_properties_general_dlg_proc().
|
static |
Definition at line 708 of file main.c.
Referenced by cert_mgr_dlg_proc().
Definition at line 795 of file main.c.
Referenced by cert_mgr_dlg_proc(), and cert_mgr_do_remove().
|
static |
Definition at line 543 of file main.c.
Referenced by cert_mgr_dlg_proc(), and refresh_store_certs().
Definition at line 1105 of file main.c.
Referenced by CryptUIDlgCertMgr().
Definition at line 1002 of file main.c.
Referenced by cert_mgr_dlg_proc().
Definition at line 956 of file main.c.
Referenced by cert_mgr_dlg_proc().
|
static |
Definition at line 805 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 534 of file main.c.
Referenced by cert_mgr_current_store(), cert_mgr_dlg_proc(), and close_stores().
Definition at line 1091 of file main.c.
Referenced by cert_mgr_dlg_proc(), and select_cert_dlg_proc().
Definition at line 1099 of file main.c.
Referenced by cert_mgr_dlg_proc().
Definition at line 1086 of file main.c.
Referenced by cert_mgr_dlg_proc().
Definition at line 1081 of file main.c.
Referenced by cert_mgr_dlg_proc(), and show_store_certs().
Definition at line 1063 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 4245 of file main.c.
Referenced by show_cert_dialog().
|
static |
Definition at line 3662 of file main.c.
Referenced by show_edit_cert_properties_dialog().
|
static |
Definition at line 3562 of file main.c.
Referenced by show_edit_cert_properties_dialog().
Definition at line 4612 of file main.c.
Referenced by do_import().
|
static |
Definition at line 4677 of file main.c.
Referenced by import_store(), and import_validate_filename().
|
static |
Definition at line 4517 of file main.c.
Referenced by import_cert().
|
static |
Definition at line 270 of file main.c.
Referenced by create_advanced_filter().
|
static |
Definition at line 290 of file main.c.
Referenced by show_store_certs().
|
static |
Definition at line 3113 of file main.c.
Referenced by detail_dlg_proc().
Definition at line 3084 of file main.c.
Referenced by create_cert_details_list().
|
static |
Definition at line 3067 of file main.c.
Referenced by create_cert_details_list().
|
static |
Definition at line 2829 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 1296 of file main.c.
Referenced by display_cert_manager(), and OpenPersonalTrustDBDialog().
| PCCERT_CONTEXT WINAPI CryptUIDlgSelectCertificateA | ( | PCCRYPTUI_SELECTCERTIFICATE_STRUCTA | pcsc | ) |
Definition at line 7484 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 7526 of file main.c.
| PCCERT_CONTEXT WINAPI CryptUIDlgSelectCertificateW | ( | PCCRYPTUI_SELECTCERTIFICATE_STRUCTW | pcsc | ) |
Definition at line 7385 of file main.c.
Referenced by CryptUIDlgSelectCertificateA(), and CryptUIDlgSelectCertificateFromStore().
| HCERTSTORE WINAPI CryptUIDlgSelectStoreA | ( | PCRYPTUI_SELECTSTORE_INFO_A | info | ) |
Definition at line 1617 of file main.c.
| HCERTSTORE WINAPI CryptUIDlgSelectStoreW | ( | PCRYPTUI_SELECTSTORE_INFO_W | info | ) |
Definition at line 1597 of file main.c.
Referenced by CryptUIDlgSelectStoreA(), and import_store_dlg_proc().
| BOOL WINAPI CryptUIDlgViewCertificateA | ( | PCCRYPTUI_VIEWCERTIFICATE_STRUCTA | pCertViewInfo, |
| BOOL * | pfPropertiesChanged | ||
| ) |
Definition at line 1654 of file main.c.
| BOOL WINAPI CryptUIDlgViewCertificateW | ( | PCCRYPTUI_VIEWCERTIFICATE_STRUCTW | pCertViewInfo, |
| BOOL * | pfPropertiesChanged | ||
| ) |
Definition at line 4370 of file main.c.
Referenced by CertViewPropertiesW(), CryptExtOpenCERW(), CryptUIDlgViewCertificateA(), CryptUIDlgViewContext(), CCertMgrProperties::OnCertDoubleClicked(), 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 4444 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 6935 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 5511 of file main.c.
Referenced by cert_mgr_dlg_proc(), and general_dlg_proc().
|
static |
Definition at line 3864 of file main.c.
Referenced by init_detail_page().
Definition at line 3757 of file main.c.
Referenced by init_detail_page().
|
static |
Definition at line 2042 of file main.c.
Referenced by set_policy_text().
|
static |
Definition at line 2094 of file main.c.
Referenced by set_policy_text().
Definition at line 47 of file main.c.
|
static |
Definition at line 6640 of file main.c.
Referenced by CryptUIWizExport(), and export_finish_dlg_proc().
|
static |
Definition at line 5281 of file main.c.
Referenced by CryptUIWizImport(), and import_finish_dlg_proc().
|
static |
Definition at line 1368 of file main.c.
Referenced by enumerate_stores().
|
static |
Definition at line 1411 of file main.c.
Referenced by select_store_dlg_proc().
|
static |
Definition at line 5622 of file main.c.
Referenced by export_private_key_dlg_proc().
|
static |
Definition at line 5994 of file main.c.
Referenced by export_file_dlg_proc().
Definition at line 6194 of file main.c.
Referenced by show_export_ui().
Definition at line 6697 of file main.c.
Referenced by show_export_ui().
Definition at line 5787 of file main.c.
Referenced by show_export_ui().
|
static |
Definition at line 5752 of file main.c.
Referenced by export_format_dlg_proc().
|
static |
Definition at line 5600 of file main.c.
Referenced by export_private_key_dlg_proc(), and save_pfx().
|
static |
Definition at line 5734 of file main.c.
Referenced by show_export_ui().
|
static |
Definition at line 5640 of file main.c.
Referenced by export_private_key_dlg_proc().
|
static |
Definition at line 5910 of file main.c.
Referenced by show_export_ui().
|
static |
|
static |
Definition at line 5657 of file main.c.
Referenced by show_export_ui().
|
static |
Definition at line 6045 of file main.c.
Referenced by export_file_dlg_proc().
|
static |
Definition at line 5557 of file main.c.
Referenced by show_export_ui().
|
static |
Definition at line 2611 of file main.c.
Referenced by field_format_detailed_issuer(), and field_format_detailed_subject().
|
static |
Definition at line 2913 of file main.c.
Referenced by add_cert_extension_detail().
|
static |
Definition at line 2627 of file main.c.
|
static |
|
static |
|
static |
Definition at line 2844 of file main.c.
Referenced by field_format_detailed_extension().
|
static |
|
static |
|
static |
Definition at line 2673 of file main.c.
|
static |
|
static |
|
static |
|
static |
Definition at line 625 of file main.c.
Referenced by cert_mgr_advanced_dlg_proc(), and is_oid_in_list().
|
static |
Definition at line 2190 of file main.c.
Referenced by set_issuer_statement().
|
static |
Definition at line 1955 of file main.c.
Referenced by add_local_oid_text_to_control().
Definition at line 2583 of file main.c.
Referenced by field_format_detailed_public_key(), and field_format_serial_number().
Definition at line 2642 of file main.c.
Referenced by field_format_from_date(), and field_format_to_date().
Definition at line 519 of file main.c.
Referenced by cert_mgr_dlg_proc(), refresh_store_certs(), and select_cert_dlg_proc().
|
static |
|
static |
Definition at line 7406 of file main.c.
Referenced by CryptUIDlgSelectCertificateA(), and prop_sheet_pages_AtoW().
Definition at line 1456 of file main.c.
Referenced by select_store_dlg_proc().
|
static |
Definition at line 2537 of file main.c.
Referenced by init_general_page().
Definition at line 2486 of file main.c.
Referenced by init_general_page().
|
static |
Definition at line 3967 of file main.c.
Referenced by show_cert_chain().
Definition at line 175 of file main.c.
Referenced by cert_mgr_advanced_dlg_proc(), create_advanced_filter(), and initialize_purpose_selection().
|
static |
Definition at line 1757 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 3275 of file main.c.
Referenced by get_cert_display_name(), and set_general_cert_properties().
|
static |
Definition at line 836 of file main.c.
Referenced by add_cert_to_list(), and cert_mgr_show_cert_usages().
|
static |
Definition at line 2209 of file main.c.
Referenced by set_issuer_statement().
|
static |
Definition at line 3941 of file main.c.
Referenced by hierarchy_dlg_proc(), and show_dialog_for_selected_cert().
|
static |
Definition at line 2230 of file main.c.
Referenced by set_issuer_statement().
|
static |
Definition at line 4189 of file main.c.
Referenced by init_hierarchy_page().
Definition at line 4111 of file main.c.
Referenced by init_hierarchy_page().
|
static |
Definition at line 4529 of file main.c.
Referenced by do_import(), and import_store().
|
static |
Definition at line 4554 of file main.c.
Referenced by do_import(), and import_store().
|
static |
Definition at line 4580 of file main.c.
Referenced by do_import(), and import_store().
|
static |
Definition at line 4795 of file main.c.
Referenced by do_import().
Definition at line 5005 of file main.c.
Referenced by show_import_ui().
Definition at line 5322 of file main.c.
Referenced by show_import_ui().
|
static |
Definition at line 4716 of file main.c.
Referenced by do_import(), and import_file().
Definition at line 5105 of file main.c.
Referenced by show_import_ui().
|
static |
Definition at line 4935 of file main.c.
Referenced by import_file_dlg_proc().
Definition at line 4672 of file main.c.
Referenced by do_import(), and import_store().
Definition at line 4652 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 4826 of file main.c.
Referenced by show_import_ui().
|
static |
Definition at line 3914 of file main.c.
Referenced by show_cert_chain().
Definition at line 6969 of file main.c.
Referenced by select_cert_dlg_proc().
|
static |
Definition at line 3880 of file main.c.
Referenced by show_cert_dialog().
|
static |
Definition at line 2558 of file main.c.
Referenced by show_cert_dialog().
|
static |
Definition at line 4207 of file main.c.
Referenced by show_cert_dialog().
Definition at line 216 of file main.c.
Referenced by cert_mgr_dlg_proc().
|
static |
Definition at line 4479 of file main.c.
Referenced by choose_store_for_cert().
Definition at line 3187 of file main.c.
Referenced by add_purpose_dlg_proc().
Definition at line 3149 of file main.c.
Referenced by add_purpose_dlg_proc().
|
inlinestatic |
Definition at line 3929 of file main.c.
Referenced by hierarchy_dlg_proc(), and show_dialog_for_selected_cert().
Definition at line 6128 of file main.c.
Referenced by export_file_dlg_proc().
Definition at line 4895 of file main.c.
Referenced by import_file_dlg_proc().
|
static |
Definition at line 4748 of file main.c.
Referenced by import_file(), and import_validate_filename().
|
static |
Definition at line 7427 of file main.c.
Referenced by CryptUIDlgSelectCertificateA().
|
static |
Definition at line 1700 of file main.c.
Referenced by add_unformatted_text_to_control().
Definition at line 3295 of file main.c.
Referenced by select_purposes().
Definition at line 3744 of file main.c.
Referenced by detail_dlg_proc().
Definition at line 3494 of file main.c.
Referenced by apply_general_changes().
Definition at line 558 of file main.c.
Referenced by cert_mgr_clear_cert_selection(), and cert_mgr_dlg_proc().
Definition at line 6404 of file main.c.
Referenced by do_export().
|
static |
Definition at line 6435 of file main.c.
Referenced by do_export().
Definition at line 650 of file main.c.
Referenced by cert_mgr_advanced_dlg_proc().
|
static |
Definition at line 6509 of file main.c.
Referenced by do_export().
|
static |
Definition at line 6503 of file main.c.
Referenced by do_export().
|
inlinestatic |
Definition at line 6429 of file main.c.
Referenced by do_export(), and save_cert_as_cms().
Definition at line 7233 of file main.c.
Referenced by CryptUIDlgSelectCertificateW().
|
static |
Definition at line 7157 of file main.c.
Referenced by select_cert_dlg_proc().
|
static |
Definition at line 7197 of file main.c.
Referenced by select_cert_dlg_proc().
|
static |
Definition at line 3352 of file main.c.
Referenced by cert_properties_general_dlg_proc(), and show_cert_usages().
Definition at line 1517 of file main.c.
Referenced by CryptUIDlgSelectStoreW().
|
static |
Definition at line 1482 of file main.c.
Referenced by select_store_dlg_proc().
|
static |
Definition at line 2297 of file main.c.
Referenced by set_general_info().
|
static |
Definition at line 2358 of file main.c.
Referenced by set_general_info().
|
static |
Definition at line 3477 of file main.c.
Referenced by apply_general_changes().
|
static |
Definition at line 2397 of file main.c.
Referenced by set_general_info().
|
static |
Definition at line 4027 of file main.c.
Referenced by hierarchy_dlg_proc(), and set_certificate_status_for_end_cert().
|
static |
Definition at line 4044 of file main.c.
Referenced by show_cert_hierarchy().
|
static |
Definition at line 3102 of file main.c.
Referenced by create_cert_details_list(), and refresh_details_view().
|
static |
Definition at line 3457 of file main.c.
Referenced by cert_properties_general_dlg_proc().
|
static |
Definition at line 2426 of file main.c.
Referenced by general_dlg_proc().
|
static |
Definition at line 2253 of file main.c.
Referenced by set_cert_info().
|
static |
Definition at line 2150 of file main.c.
Referenced by set_cert_info().
|
static |
Definition at line 3976 of file main.c.
Referenced by show_cert_hierarchy().
|
static |
Definition at line 4267 of file main.c.
Referenced by CryptUIDlgViewCertificateW().
|
static |
Definition at line 4058 of file main.c.
Referenced by hierarchy_dlg_proc(), and show_dialog_for_selected_cert().
|
static |
Definition at line 482 of file main.c.
Referenced by cert_mgr_dlg_proc().
|
static |
Definition at line 3378 of file main.c.
Referenced by set_general_cert_properties().
Definition at line 4066 of file main.c.
Referenced by hierarchy_dlg_proc().
|
static |
Definition at line 3705 of file main.c.
Referenced by detail_dlg_proc().
|
static |
Definition at line 6310 of file main.c.
Referenced by export_finish_dlg_proc().
|
static |
Definition at line 6779 of file main.c.
Referenced by CryptUIWizExport().
|
static |
Definition at line 5220 of file main.c.
Referenced by import_finish_dlg_proc().
|
static |
Definition at line 5398 of file main.c.
Referenced by CryptUIWizImport().
Definition at line 819 of file main.c.
Referenced by cert_mgr_dlg_proc().
|
static |
Definition at line 341 of file main.c.
Referenced by cert_mgr_dlg_proc(), and refresh_store_certs().
|
static |
Definition at line 2480 of file main.c.
Referenced by general_dlg_proc().
Definition at line 61 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 603 of file main.c.
Referenced by cert_mgr_advanced_dlg_proc(), and cert_properties_general_dlg_proc().
Definition at line 2437 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 879 of file wintrust_main.c.
Referenced by add_known_usages_to_list(), create_advanced_filter(), and InitFunctionPtrs().
Definition at line 441 of file main.c.
Referenced by choose_store_for_cert(), and test_crypt_ui_wiz_import().
| DWORD allowFlags |
Definition at line 4883 of file main.c.
Referenced by make_import_file_filter().
Definition at line 443 of file main.c.
Referenced by arm64_get_addr(), arm_get_addr(), array_tests(), catadmin_calc_hash_from_filehandle(), choose_store_for_cert(), CryptCATAdminAcquireContext2(), 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 456 of file main.c.
Referenced by show_cert_stores().
Definition at line 447 of file main.c.
Referenced by CRYPTDLG_IsCertAllowed(), and SoftpubAuthenticode().
Definition at line 45 of file main.c.
Referenced by cert_mgr_clear_cert_selection(), and cert_mgr_dlg_proc().
Definition at line 6121 of file main.c.
Referenced by make_export_file_filter().
Definition at line 6124 of file main.c.
Referenced by make_export_file_filter().
Definition at line 6122 of file main.c.
Referenced by make_export_file_filter().
Definition at line 6123 of file main.c.
Referenced by make_export_file_filter().
Definition at line 6125 of file main.c.
Referenced by make_export_file_filter().
Definition at line 6126 of file main.c.
Referenced by make_export_file_filter().
Definition at line 4884 of file main.c.
Referenced by add_store_certs(), make_export_file_filter(), and make_import_file_filter().
Definition at line 4878 of file main.c.
Referenced by make_export_file_filter().
Definition at line 4882 of file main.c.
Referenced by mapStructEntryToValue(), PerfCreateInstance(), setOidWithItem(), and setOidWithItemAndIpAddr().
| const struct { ... } import_filters[] |
Referenced by make_import_file_filter().
|
static |
Definition at line 3059 of file main.c.
Referenced by create_show_list(), and set_fields_selection().
|
static |
Definition at line 1896 of file main.c.
Referenced by findSupportedOID().
|
static |
Definition at line 2997 of file main.c.
Referenced by add_properties().
|
static |
Definition at line 2804 of file main.c.
Referenced by add_v1_fields().