Home
last modified time | relevance | path

Searched defs:pPFX (Results 1 – 5 of 5) sorted by relevance

/dports/security/gnutls/gnutls-3.6.16/tests/windows/
H A Dcrypt32.c139 HCERTSTORE WINAPI PFXImportCertStore(CRYPT_DATA_BLOB *pPFX, LPCWSTR szPassword, DWORD dwFlags) in PFXImportCertStore()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DCrypt32.java503 HCERTSTORE PFXImportCertStore(DATA_BLOB pPFX, WTypes.LPWSTR szPassword, int dwFlags); in PFXImportCertStore()
/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.cs142 …public static extern SafeCertStoreHandle PFXImportCertStore([In] ref CRYPTOAPI_BLOB pPFX, SafePass… in PFXImportCertStore()
154 …tern bool PFXExportCertStore(SafeCertStoreHandle hStore, [In, Out] ref CRYPTOAPI_BLOB pPFX, SafePa… in PFXExportCertStore()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DPeerUnsafeNativeCryptMethods.cs373 IntPtr pPFX, in PFXExportCertStoreEx()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/security/system/security/cryptography/
H A Dcryptoapi.cs2714 [In,Out] IntPtr pPFX, in PFXExportCertStore()
2725 [In] IntPtr pPFX, in PFXImportCertStore()
3857 [In,Out] IntPtr pPFX, in PFXExportCertStore()