Home
last modified time | relevance | path

Searched defs:CRYPTOAPI_BLOB (Results 1 – 11 of 11) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/tests/
H A DInteropTests.cs244 private unsafe struct CRYPTOAPI_BLOB struct in System.Security.Cryptography.X509Certificates.Tests.InteropTests
246 public int cbData;
247 public byte* pbData;
249 public byte[] ToByteArray() in ToByteArray()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/
H A DCryptoApi.cs161 internal struct CRYPTOAPI_BLOB struct in System.IdentityModel.CAPI
163 internal uint cbData;
164 internal IntPtr pbData;
166 static internal int Size = Marshal.SizeOf(typeof(CRYPTOAPI_BLOB));
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Security/Cryptography/X509Certificates/
H A DX509Native.cs226 internal struct CRYPTOAPI_BLOB { struct in System.Security.Cryptography.X509Certificates.X509Native
227 internal uint cbData;
228 internal IntPtr pbData;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Windows/Native/
H A DPrimitives.cs138 internal unsafe struct CRYPTOAPI_BLOB struct
140 public CRYPTOAPI_BLOB(int cbData, byte* pbData) in CRYPTOAPI_BLOB() argument
146 public int cbData;
147 public byte* pbData;
149 public byte[] ToByteArray() in ToByteArray()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Security/Cryptography/
H A DCapiNative.cs166 internal struct CRYPTOAPI_BLOB { struct in System.Security.Cryptography.CapiNative
167 public int cbData;
168 public IntPtr pbData;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/
H A DWldap32UnsafeMethods.cs148 internal struct CRYPTOAPI_BLOB struct
150 public int cbData;
151 public IntPtr pbData;
/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DNativeMethods.cs767 internal struct CRYPTOAPI_BLOB struct in Microsoft.Build.Tasks.NativeMethods
769 internal uint cbData;
770 internal IntPtr pbData;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Security/Cryptography/
H A Dmod.rs157 …pub fn CertCompareIntegerBlob(pint1: *const CRYPTOAPI_BLOB, pint2: *const CRYPTOAPI_BLOB) -> super… in CertCompareIntegerBlob()
281 …pub fn CertNameToStrA(dwcertencodingtype: u32, pname: *const CRYPTOAPI_BLOB, dwstrtype: CERT_STRIN… in CertNameToStrA()
295 …pub fn CertRDNValueToStrA(dwvaluetype: u32, pvalue: *const CRYPTOAPI_BLOB, psz: super::super::Foun… in CertRDNValueToStrA()
297 …pub fn CertRDNValueToStrW(dwvaluetype: u32, pvalue: *const CRYPTOAPI_BLOB, psz: super::super::Foun… in CertRDNValueToStrW()
537 … CryptProtectData(pdatain: *const CRYPTOAPI_BLOB, szdatadescr: super::super::Foundation::PWSTR, po… in CryptProtectData()
611 …UnprotectData(pdatain: *const CRYPTOAPI_BLOB, ppszdatadescr: *mut super::super::Foundation::PWSTR,… in CryptUnprotectData()
761 …pub fn PFXImportCertStore(ppfx: *const CRYPTOAPI_BLOB, szpassword: super::super::Foundation::PWSTR… in PFXImportCertStore()
765 …pub fn PFXVerifyPassword(ppfx: *const CRYPTOAPI_BLOB, szpassword: super::super::Foundation::PWSTR,… in PFXVerifyPassword()
5240 pub struct CRYPTOAPI_BLOB { struct
5244 impl ::core::marker::Copy for CRYPTOAPI_BLOB {} implementation
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Security/Cryptography/
H A Dmod.rs11504 pub struct CRYPTOAPI_BLOB { struct
11508 impl CRYPTOAPI_BLOB {} implementation
11509 impl ::std::default::Default for CRYPTOAPI_BLOB { implementation
11514 impl ::std::fmt::Debug for CRYPTOAPI_BLOB { implementation
11519 impl ::std::cmp::PartialEq for CRYPTOAPI_BLOB { implementation
11524 impl ::std::cmp::Eq for CRYPTOAPI_BLOB {} implementation
11525 unsafe impl ::windows::runtime::Abi for CRYPTOAPI_BLOB { implementation
18924 pub unsafe fn CertCompareIntegerBlob(pint1: *const CRYPTOAPI_BLOB, pint2: *const CRYPTOAPI_BLOB) ->… in CertCompareIntegerBlob()
18929 …fn CertCompareIntegerBlob(pint1: *const CRYPTOAPI_BLOB, pint2: *const CRYPTOAPI_BLOB) -> super::su… in CertCompareIntegerBlob()
19981 pub unsafe fn CertRDNValueToStrA(dwvaluetype: u32, pvalue: *const CRYPTOAPI_BLOB, psz: super::super… in CertRDNValueToStrA()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/security/system/security/cryptography/
H A Dcryptoapi.cs1824 internal struct CRYPTOAPI_BLOB { struct in System.Security.Cryptography.CAPIBase
1825 internal uint cbData;
1826 internal IntPtr pbData;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Security/Cryptography/Certificates/
H A Dmod.rs13235 …pub unsafe fn CreatePKCS7RequestFromRequest(&self, prequest: *mut super::CRYPTOAPI_BLOB, psigningc… in CreatePKCS7RequestFromRequest()
13649 …pub unsafe fn CreatePKCS7RequestFromRequest(&self, prequest: *mut super::CRYPTOAPI_BLOB, psigningc… in CreatePKCS7RequestFromRequest()
14171 …pub unsafe fn CreatePKCS7RequestFromRequest(&self, prequest: *mut super::CRYPTOAPI_BLOB, psigningc… in CreatePKCS7RequestFromRequest()
14251 …pub unsafe fn binaryBlobToString(&self, flags: i32, pblobbinary: *mut super::CRYPTOAPI_BLOB, ppwsz… in binaryBlobToString()
14255 …undation::PWSTR>>(&self, flags: i32, pwszstring: Param1, pblobbinary: *mut super::CRYPTOAPI_BLOB, … in stringToBinaryBlob()
14292 …pub unsafe fn getCertContextFromResponseBlob(&self, pblobresponse: *mut super::CRYPTOAPI_BLOB, ppc… in getCertContextFromResponseBlob()
14320 …pub unsafe fn InstallPKCS7BlobEx(&self, pblobpkcs7: *mut super::CRYPTOAPI_BLOB, plcertinstalled: *… in InstallPKCS7BlobEx()