summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys-0.28.0/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs')
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs203
1 files changed, 0 insertions, 203 deletions
diff --git a/vendor/windows-sys-0.28.0/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs
deleted file mode 100644
index 14efa1940..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs
+++ /dev/null
@@ -1,203 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[link(name = "windows")]
-extern "system" {
- #[cfg(feature = "Win32_Foundation")]
- pub fn CryptCATAdminAcquireContext(phcatadmin: *mut isize, pgsubsystem: *const ::windows_sys::core::GUID, dwflags: u32) -> super::super::super::Foundation::BOOL;
- #[cfg(feature = "Win32_Foundation")]
- pub fn CryptCATAdminAcquireContext2(phcatadmin: *mut isize, pgsubsystem: *const ::windows_sys::core::GUID, pwszhashalgorithm: super::super::super::Foundation::PWSTR, pstronghashpolicy: *const super::CERT_STRONG_SIGN_PARA, dwflags: u32) -> super::super::super::Foundation::BOOL;
- #[cfg(feature = "Win32_Foundation")]
- pub fn CryptCATAdminAddCatalog(hcatadmin: isize, pwszcatalogfile: super::super::super::Foundation::PWSTR, pwszselectbasename: super::super::super::Foundation::PWSTR, dwflags: u32) -> isize;
- #[cfg(feature = "Win32_Foundation")]
- pub fn CryptCATAdminCalcHashFromFileHandle(hfile: super::super::super::Foundation::HANDLE, pcbhash: *mut u32, pbhash: *mut u8, dwflags: u32) -> super::super::super::Foundation::BOOL;
- #[cfg(feature = "Win32_Foundation")]
- pub fn CryptCATAdminCalcHashFromFileHandle2(hcatadmin: isize, hfile: super::super::super::Foundation::HANDLE, pcbhash: *mut u32, pbhash: *mut u8, dwflags: u32) -> super::super::super::Foundation::BOOL;
- pub fn CryptCATAdminEnumCatalogFromHash(hcatadmin: isize, pbhash: *const u8, cbhash: u32, dwflags: u32, phprevcatinfo: *mut isize) -> isize;
- #[cfg(feature = "Win32_Foundation")]
- pub fn CryptCATAdminPauseServiceForBackup(dwflags: u32, fresume: super::super::super::Foundation::BOOL) -> super::super::super::Foundation::BOOL;
- #[cfg(feature = "Win32_Foundation")]
- pub fn CryptCATAdminReleaseCatalogContext(hcatadmin: isize, hcatinfo: isize, dwflags: u32) -> super::super::super::Foundation::BOOL;
- #[cfg(feature = "Win32_Foundation")]
- pub fn CryptCATAdminReleaseContext(hcatadmin: isize, dwflags: u32) -> super::super::super::Foundation::BOOL;
- #[cfg(feature = "Win32_Foundation")]
- pub fn CryptCATAdminRemoveCatalog(hcatadmin: isize, pwszcatalogfile: super::super::super::Foundation::PWSTR, dwflags: u32) -> super::super::super::Foundation::BOOL;
- #[cfg(feature = "Win32_Foundation")]
- pub fn CryptCATAdminResolveCatalogPath(hcatadmin: isize, pwszcatalogfile: super::super::super::Foundation::PWSTR, pscatinfo: *mut CATALOG_INFO, dwflags: u32) -> super::super::super::Foundation::BOOL;
- #[cfg(all(feature = "Win32_Foundation", feature = "Win32_Security_Cryptography_Sip"))]
- pub fn CryptCATAllocSortedMemberInfo(hcatalog: super::super::super::Foundation::HANDLE, pwszreferencetag: super::super::super::Foundation::PWSTR) -> *mut CRYPTCATMEMBER;
- #[cfg(feature = "Win32_Foundation")]
- pub fn CryptCATCDFClose(pcdf: *mut CRYPTCATCDF) -> super::super::super::Foundation::BOOL;
- #[cfg(all(feature = "Win32_Foundation", feature = "Win32_Security_Cryptography_Sip"))]
- pub fn CryptCATCDFEnumAttributes(pcdf: *mut CRYPTCATCDF, pmember: *mut CRYPTCATMEMBER, pprevattr: *mut CRYPTCATATTRIBUTE, pfnparseerror: ::core::option::Option<PFN_CDF_PARSE_ERROR_CALLBACK>) -> *mut CRYPTCATATTRIBUTE;
- #[cfg(feature = "Win32_Foundation")]
- pub fn CryptCATCDFEnumCatAttributes(pcdf: *mut CRYPTCATCDF, pprevattr: *mut CRYPTCATATTRIBUTE, pfnparseerror: ::core::option::Option<PFN_CDF_PARSE_ERROR_CALLBACK>) -> *mut CRYPTCATATTRIBUTE;
- #[cfg(all(feature = "Win32_Foundation", feature = "Win32_Security_Cryptography_Sip"))]
- pub fn CryptCATCDFEnumMembers(pcdf: *mut CRYPTCATCDF, pprevmember: *mut CRYPTCATMEMBER, pfnparseerror: ::core::option::Option<PFN_CDF_PARSE_ERROR_CALLBACK>) -> *mut CRYPTCATMEMBER;
- #[cfg(feature = "Win32_Foundation")]
- pub fn CryptCATCDFOpen(pwszfilepath: super::super::super::Foundation::PWSTR, pfnparseerror: ::core::option::Option<PFN_CDF_PARSE_ERROR_CALLBACK>) -> *mut CRYPTCATCDF;
- #[cfg(feature = "Win32_Foundation")]
- pub fn CryptCATCatalogInfoFromContext(hcatinfo: isize, pscatinfo: *mut CATALOG_INFO, dwflags: u32) -> super::super::super::Foundation::BOOL;
- #[cfg(feature = "Win32_Foundation")]
- pub fn CryptCATClose(hcatalog: super::super::super::Foundation::HANDLE) -> super::super::super::Foundation::BOOL;
- #[cfg(all(feature = "Win32_Foundation", feature = "Win32_Security_Cryptography_Sip"))]
- pub fn CryptCATEnumerateAttr(hcatalog: super::super::super::Foundation::HANDLE, pcatmember: *mut CRYPTCATMEMBER, pprevattr: *mut CRYPTCATATTRIBUTE) -> *mut CRYPTCATATTRIBUTE;
- #[cfg(feature = "Win32_Foundation")]
- pub fn CryptCATEnumerateCatAttr(hcatalog: super::super::super::Foundation::HANDLE, pprevattr: *mut CRYPTCATATTRIBUTE) -> *mut CRYPTCATATTRIBUTE;
- #[cfg(all(feature = "Win32_Foundation", feature = "Win32_Security_Cryptography_Sip"))]
- pub fn CryptCATEnumerateMember(hcatalog: super::super::super::Foundation::HANDLE, pprevmember: *mut CRYPTCATMEMBER) -> *mut CRYPTCATMEMBER;
- #[cfg(all(feature = "Win32_Foundation", feature = "Win32_Security_Cryptography_Sip"))]
- pub fn CryptCATFreeSortedMemberInfo(hcatalog: super::super::super::Foundation::HANDLE, pcatmember: *mut CRYPTCATMEMBER);
- #[cfg(all(feature = "Win32_Foundation", feature = "Win32_Security_Cryptography_Sip"))]
- pub fn CryptCATGetAttrInfo(hcatalog: super::super::super::Foundation::HANDLE, pcatmember: *mut CRYPTCATMEMBER, pwszreferencetag: super::super::super::Foundation::PWSTR) -> *mut CRYPTCATATTRIBUTE;
- #[cfg(feature = "Win32_Foundation")]
- pub fn CryptCATGetCatAttrInfo(hcatalog: super::super::super::Foundation::HANDLE, pwszreferencetag: super::super::super::Foundation::PWSTR) -> *mut CRYPTCATATTRIBUTE;
- #[cfg(all(feature = "Win32_Foundation", feature = "Win32_Security_Cryptography_Sip"))]
- pub fn CryptCATGetMemberInfo(hcatalog: super::super::super::Foundation::HANDLE, pwszreferencetag: super::super::super::Foundation::PWSTR) -> *mut CRYPTCATMEMBER;
- #[cfg(feature = "Win32_Foundation")]
- pub fn CryptCATHandleFromStore(pcatstore: *mut CRYPTCATSTORE) -> super::super::super::Foundation::HANDLE;
- #[cfg(feature = "Win32_Foundation")]
- pub fn CryptCATOpen(pwszfilename: super::super::super::Foundation::PWSTR, fdwopenflags: CRYPTCAT_OPEN_FLAGS, hprov: usize, dwpublicversion: CRYPTCAT_VERSION, dwencodingtype: u32) -> super::super::super::Foundation::HANDLE;
- #[cfg(feature = "Win32_Foundation")]
- pub fn CryptCATPersistStore(hcatalog: super::super::super::Foundation::HANDLE) -> super::super::super::Foundation::BOOL;
- #[cfg(all(feature = "Win32_Foundation", feature = "Win32_Security_Cryptography_Sip"))]
- pub fn CryptCATPutAttrInfo(hcatalog: super::super::super::Foundation::HANDLE, pcatmember: *mut CRYPTCATMEMBER, pwszreferencetag: super::super::super::Foundation::PWSTR, dwattrtypeandaction: u32, cbdata: u32, pbdata: *mut u8) -> *mut CRYPTCATATTRIBUTE;
- #[cfg(feature = "Win32_Foundation")]
- pub fn CryptCATPutCatAttrInfo(hcatalog: super::super::super::Foundation::HANDLE, pwszreferencetag: super::super::super::Foundation::PWSTR, dwattrtypeandaction: u32, cbdata: u32, pbdata: *mut u8) -> *mut CRYPTCATATTRIBUTE;
- #[cfg(all(feature = "Win32_Foundation", feature = "Win32_Security_Cryptography_Sip"))]
- pub fn CryptCATPutMemberInfo(hcatalog: super::super::super::Foundation::HANDLE, pwszfilename: super::super::super::Foundation::PWSTR, pwszreferencetag: super::super::super::Foundation::PWSTR, pgsubjecttype: *mut ::windows_sys::core::GUID, dwcertversion: u32, cbsipindirectdata: u32, pbsipindirectdata: *mut u8) -> *mut CRYPTCATMEMBER;
- #[cfg(feature = "Win32_Foundation")]
- pub fn CryptCATStoreFromHandle(hcatalog: super::super::super::Foundation::HANDLE) -> *mut CRYPTCATSTORE;
- #[cfg(feature = "Win32_Foundation")]
- pub fn IsCatalogFile(hfile: super::super::super::Foundation::HANDLE, pwszfilename: super::super::super::Foundation::PWSTR) -> super::super::super::Foundation::BOOL;
-}
-#[repr(C)]
-pub struct CATALOG_INFO {
- pub cbStruct: u32,
- pub wszCatalogFile: [u16; 260],
-}
-impl ::core::marker::Copy for CATALOG_INFO {}
-impl ::core::clone::Clone for CATALOG_INFO {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(C)]
-#[cfg(feature = "Win32_Foundation")]
-pub struct CRYPTCATATTRIBUTE {
- pub cbStruct: u32,
- pub pwszReferenceTag: super::super::super::Foundation::PWSTR,
- pub dwAttrTypeAndAction: u32,
- pub cbValue: u32,
- pub pbValue: *mut u8,
- pub dwReserved: u32,
-}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::marker::Copy for CRYPTCATATTRIBUTE {}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::clone::Clone for CRYPTCATATTRIBUTE {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(C)]
-#[cfg(feature = "Win32_Foundation")]
-pub struct CRYPTCATCDF {
- pub cbStruct: u32,
- pub hFile: super::super::super::Foundation::HANDLE,
- pub dwCurFilePos: u32,
- pub dwLastMemberOffset: u32,
- pub fEOF: super::super::super::Foundation::BOOL,
- pub pwszResultDir: super::super::super::Foundation::PWSTR,
- pub hCATStore: super::super::super::Foundation::HANDLE,
-}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::marker::Copy for CRYPTCATCDF {}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::clone::Clone for CRYPTCATCDF {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(C)]
-#[cfg(all(feature = "Win32_Foundation", feature = "Win32_Security_Cryptography_Sip"))]
-pub struct CRYPTCATMEMBER {
- pub cbStruct: u32,
- pub pwszReferenceTag: super::super::super::Foundation::PWSTR,
- pub pwszFileName: super::super::super::Foundation::PWSTR,
- pub gSubjectType: ::windows_sys::core::GUID,
- pub fdwMemberFlags: u32,
- pub pIndirectData: *mut super::Sip::SIP_INDIRECT_DATA,
- pub dwCertVersion: u32,
- pub dwReserved: u32,
- pub hReserved: super::super::super::Foundation::HANDLE,
- pub sEncodedIndirectData: super::CRYPTOAPI_BLOB,
- pub sEncodedMemberInfo: super::CRYPTOAPI_BLOB,
-}
-#[cfg(all(feature = "Win32_Foundation", feature = "Win32_Security_Cryptography_Sip"))]
-impl ::core::marker::Copy for CRYPTCATMEMBER {}
-#[cfg(all(feature = "Win32_Foundation", feature = "Win32_Security_Cryptography_Sip"))]
-impl ::core::clone::Clone for CRYPTCATMEMBER {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(C)]
-#[cfg(feature = "Win32_Foundation")]
-pub struct CRYPTCATSTORE {
- pub cbStruct: u32,
- pub dwPublicVersion: u32,
- pub pwszP7File: super::super::super::Foundation::PWSTR,
- pub hProv: usize,
- pub dwEncodingType: u32,
- pub fdwStoreFlags: CRYPTCAT_OPEN_FLAGS,
- pub hReserved: super::super::super::Foundation::HANDLE,
- pub hAttrs: super::super::super::Foundation::HANDLE,
- pub hCryptMsg: *mut ::core::ffi::c_void,
- pub hSorted: super::super::super::Foundation::HANDLE,
-}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::marker::Copy for CRYPTCATSTORE {}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::clone::Clone for CRYPTCATSTORE {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub const CRYPTCAT_ADDCATALOG_HARDLINK: u32 = 1u32;
-pub const CRYPTCAT_ADDCATALOG_NONE: u32 = 0u32;
-pub const CRYPTCAT_ATTR_AUTHENTICATED: u32 = 268435456u32;
-pub const CRYPTCAT_ATTR_DATAASCII: u32 = 65536u32;
-pub const CRYPTCAT_ATTR_DATABASE64: u32 = 131072u32;
-pub const CRYPTCAT_ATTR_DATAREPLACE: u32 = 262144u32;
-pub const CRYPTCAT_ATTR_NAMEASCII: u32 = 1u32;
-pub const CRYPTCAT_ATTR_NAMEOBJID: u32 = 2u32;
-pub const CRYPTCAT_ATTR_NO_AUTO_COMPAT_ENTRY: u32 = 16777216u32;
-pub const CRYPTCAT_ATTR_UNAUTHENTICATED: u32 = 536870912u32;
-pub const CRYPTCAT_E_AREA_ATTRIBUTE: u32 = 131072u32;
-pub const CRYPTCAT_E_AREA_HEADER: u32 = 0u32;
-pub const CRYPTCAT_E_AREA_MEMBER: u32 = 65536u32;
-pub const CRYPTCAT_E_CDF_ATTR_TOOFEWVALUES: u32 = 131074u32;
-pub const CRYPTCAT_E_CDF_ATTR_TYPECOMBO: u32 = 131076u32;
-pub const CRYPTCAT_E_CDF_BAD_GUID_CONV: u32 = 131073u32;
-pub const CRYPTCAT_E_CDF_DUPLICATE: u32 = 2u32;
-pub const CRYPTCAT_E_CDF_MEMBER_FILENOTFOUND: u32 = 65540u32;
-pub const CRYPTCAT_E_CDF_MEMBER_FILE_PATH: u32 = 65537u32;
-pub const CRYPTCAT_E_CDF_MEMBER_INDIRECTDATA: u32 = 65538u32;
-pub const CRYPTCAT_E_CDF_TAGNOTFOUND: u32 = 4u32;
-pub const CRYPTCAT_E_CDF_UNSUPPORTED: u32 = 1u32;
-pub const CRYPTCAT_MAX_MEMBERTAG: u32 = 64u32;
-pub const CRYPTCAT_MEMBER_SORTED: u32 = 1073741824u32;
-pub type CRYPTCAT_OPEN_FLAGS = u32;
-pub const CRYPTCAT_OPEN_ALWAYS: CRYPTCAT_OPEN_FLAGS = 2u32;
-pub const CRYPTCAT_OPEN_CREATENEW: CRYPTCAT_OPEN_FLAGS = 1u32;
-pub const CRYPTCAT_OPEN_EXISTING: CRYPTCAT_OPEN_FLAGS = 4u32;
-pub const CRYPTCAT_OPEN_EXCLUDE_PAGE_HASHES: CRYPTCAT_OPEN_FLAGS = 65536u32;
-pub const CRYPTCAT_OPEN_INCLUDE_PAGE_HASHES: CRYPTCAT_OPEN_FLAGS = 131072u32;
-pub const CRYPTCAT_OPEN_VERIFYSIGHASH: CRYPTCAT_OPEN_FLAGS = 268435456u32;
-pub const CRYPTCAT_OPEN_NO_CONTENT_HCRYPTMSG: CRYPTCAT_OPEN_FLAGS = 536870912u32;
-pub const CRYPTCAT_OPEN_SORTED: CRYPTCAT_OPEN_FLAGS = 1073741824u32;
-pub const CRYPTCAT_OPEN_FLAGS_MASK: CRYPTCAT_OPEN_FLAGS = 4294901760u32;
-pub type CRYPTCAT_VERSION = u32;
-pub const CRYPTCAT_VERSION_1: CRYPTCAT_VERSION = 256u32;
-pub const CRYPTCAT_VERSION_2: CRYPTCAT_VERSION = 512u32;
-#[cfg(feature = "Win32_Foundation")]
-pub type PFN_CDF_PARSE_ERROR_CALLBACK = unsafe extern "system" fn(dwerrorarea: u32, dwlocalerror: u32, pwszline: super::super::super::Foundation::PWSTR);