OpenSSL.Core.Native.EVP_desx_cbc C# (CSharp) Method

EVP_desx_cbc() private method

private EVP_desx_cbc ( ) : IntPtr
return IntPtr
        public static extern IntPtr EVP_desx_cbc();
Native