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

EC_get_builtin_curves() private method

private EC_get_builtin_curves ( IntPtr r, int nitems ) : int
r System.IntPtr
nitems int
return int
        public static extern int EC_get_builtin_curves(IntPtr r, int nitems);
Native