Home
last modified time | relevance | path

Searched refs:CryptDecodeObject (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Pkcs/src/Interop/Windows/Crypt32/
H A DInterop.CryptDecodeObject.cs16 …internal static unsafe bool CryptDecodeObject(CryptDecodeObjectStructType lpszStructType, IntPtr p… in CryptDecodeObject() method in Interop.Crypt32
18 …return CryptDecodeObject(MsgEncodingType.All, (IntPtr)lpszStructType, pbEncoded, cbEncoded, 0, pvS… in CryptDecodeObject()
22 …private static extern unsafe bool CryptDecodeObject(MsgEncodingType dwCertEncodingType, IntPtr lps… in CryptDecodeObject() method in Interop.Crypt32
H A DInterop.CryptEncodeDecodeWrappers.cs38 …if (!CryptDecodeObject(MsgEncodingType.All, (IntPtr)lpszStructType, pbEncoded, cbEncoded, 0, null,… in CryptDecodeObjectToMemory()
42 …if (!CryptDecodeObject(MsgEncodingType.All, (IntPtr)lpszStructType, pbEncoded, cbEncoded, 0, (void… in CryptDecodeObjectToMemory()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Security/Cryptography/
H A DCapiNative.cs463 bool CryptDecodeObject( in CryptDecodeObject() method in System.Security.Cryptography.CapiNative.UnsafeNativeMethods
478 bool CryptDecodeObject( in CryptDecodeObject() method in System.Security.Cryptography.CapiNative.UnsafeNativeMethods
837 if (!UnsafeNativeMethods.CryptDecodeObject(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, in DecodeObject()
848 if (!UnsafeNativeMethods.CryptDecodeObject(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, in DecodeObject()
886 if (!UnsafeNativeMethods.CryptDecodeObject(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, in DecodeObject()
896 if (!UnsafeNativeMethods.CryptDecodeObject(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, in DecodeObject()
/dports/security/beid/eid-mw-5.0.8/cardcomm/minidriver/src/
H A DUtil.c144 if (!CryptDecodeObject(X509_ASN_ENCODING, in BeidGetPubKey()
164 if (!CryptDecodeObject(X509_ASN_ENCODING, in BeidGetPubKey()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Windows/
H A DX509Pal.PublicKey.cs177 …if (!Interop.crypt32.CryptDecodeObject(CertEncodingType.All, lpszStructType, encodedKeyValue, enco… in DecodeKeyBlob()
181 …if (!Interop.crypt32.CryptDecodeObject(CertEncodingType.All, lpszStructType, encodedKeyValue, enco… in DecodeKeyBlob()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Windows/Native/
H A DInterop.crypt32.cs170 …public static bool CryptDecodeObject(CertEncodingType dwCertEncodingType, CryptDecodeObjectStructT… in CryptDecodeObject() method in Interop.crypt32
172 …return CryptDecodeObject(dwCertEncodingType, (IntPtr)lpszStructType, pbEncoded, cbEncoded, dwFlags… in CryptDecodeObject()
176 …private static extern bool CryptDecodeObject(CertEncodingType dwCertEncodingType, IntPtr lpszStruc… in CryptDecodeObject() method in Interop.crypt32
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib-common/
H A Dcrypt32.def145 CryptDecodeObject
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib-common/
H A Dcrypt32.def145 CryptDecodeObject
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib32/
H A Dcrypt32.def159 CryptDecodeObject@28
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib32/
H A Dcrypt32.def159 CryptDecodeObject@28
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/xmlsec/mscrypt/
H A Dx509certificate_mscryptimpl.cxx596 bool rc = CryptDecodeObject( in getCertificateUsage()
611 rc = CryptDecodeObject( in getCertificateUsage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/xmlsec/mscrypt/
H A Dx509certificate_mscryptimpl.cxx600 bool rc = CryptDecodeObject( in getCertificateUsage()
615 rc = CryptDecodeObject( in getCertificateUsage()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Pal/Windows/
H A DPkcsPalWindows.cs72 …if (!Interop.Crypt32.CryptDecodeObject(CryptDecodeObjectStructType.PKCS_UTC_TIME, (IntPtr)pEncoded… in DecodeUtcTime()
H A DHelpersWindows.cs242 …if (!Interop.Crypt32.CryptDecodeObject(CryptDecodeObjectStructType.PKCS_RC2_CBC_PARAMETERS, cryptA… in ToAlgorithmIdentifier()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/security/system/security/cryptography/
H A Dcryptoapi.cs2182 bool CryptDecodeObject( in CryptDecodeObject() method in System.Security.Cryptography.CAPISafe
2197 bool CryptDecodeObject( in CryptDecodeObject() method in System.Security.Cryptography.CAPISafe
2792 bool result = CAPIMethods.CryptDecodeObject(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, in DecodeObject()
2803 result = CAPIMethods.CryptDecodeObject(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, in DecodeObject()
2836 if (!CAPIMethods.CryptDecodeObject(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, in DecodeObject()
2846 if (!CAPIMethods.CryptDecodeObject(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, in DecodeObject()
/dports/devel/rudiments/rudiments-1.2.2/src/
H A Dtls.cpp2239 if (CryptDecodeObject( in setCertificate()
2251 if (CryptDecodeObject( in setCertificate()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dwincrypt.h1087 BOOL WINAPI CryptDecodeObject(DWORD,LPCSTR,const BYTE*,DWORD,DWORD,void*,DWORD*);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dwincrypt.h1087 BOOL WINAPI CryptDecodeObject(DWORD,LPCSTR,const BYTE*,DWORD,DWORD,void*,DWORD*);
/dports/sysutils/javaservicewrapper/wrapper_3.5.45_src/src/c/
H A Dwrapper_win.c7010 fResult = CryptDecodeObject(ENCODING, in GetProgAndPublisherInfo()
7028 fResult = CryptDecodeObject(ENCODING, in GetProgAndPublisherInfo()
7107 fResult = CryptDecodeObject(ENCODING, in GetDateOfTimeStamp()
7146 fResult = CryptDecodeObject(ENCODING, in GetTimeStampSignerInfo()
7167 fResult = CryptDecodeObject(ENCODING, in GetTimeStampSignerInfo()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/ckfw/capi/
H A Dcobject.c1201 rc = CryptDecodeObject(X509_ASN_ENCODING, szOID_BASIC_CONSTRAINTS2, in ckcapi_cert_isCA()
/dports/security/ca_root_nss/nss-3.71/nss/lib/ckfw/capi/
H A Dcobject.c1201 rc = CryptDecodeObject(X509_ASN_ENCODING, szOID_BASIC_CONSTRAINTS2, in ckcapi_cert_isCA()
/dports/www/firefox/firefox-99.0/security/nss/lib/ckfw/capi/
H A Dcobject.c1201 rc = CryptDecodeObject(X509_ASN_ENCODING, szOID_BASIC_CONSTRAINTS2, in ckcapi_cert_isCA()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/ckfw/capi/
H A Dcobject.c1201 rc = CryptDecodeObject(X509_ASN_ENCODING, szOID_BASIC_CONSTRAINTS2, in ckcapi_cert_isCA()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/ckfw/capi/
H A Dcobject.c1201 rc = CryptDecodeObject(X509_ASN_ENCODING, szOID_BASIC_CONSTRAINTS2, in ckcapi_cert_isCA()
/dports/security/nss/nss-3.76.1/nss/lib/ckfw/capi/
H A Dcobject.c1201 rc = CryptDecodeObject(X509_ASN_ENCODING, szOID_BASIC_CONSTRAINTS2, in ckcapi_cert_isCA()

12345678910>>...12