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

EVP_CIPHER_type() private method

private EVP_CIPHER_type ( IntPtr ctx ) : int
ctx System.IntPtr
return int
        public static extern int EVP_CIPHER_type(IntPtr ctx);
Native