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

EVP_DigestInit_ex() private method

private EVP_DigestInit_ex ( IntPtr ctx, IntPtr type, IntPtr impl ) : int
ctx System.IntPtr
type System.IntPtr
impl System.IntPtr
return int
        public static extern int EVP_DigestInit_ex(IntPtr ctx, IntPtr type, IntPtr impl);
Native