src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (6)
32internal static partial SslErrorCode SslGetError(SafeSslHandle ssl, int ret);
35internal static partial SslErrorCode SslGetError(IntPtr ssl, int ret);
81internal static partial int SslWrite(SafeSslHandle ssl, ref byte buf, int num, out SslErrorCode error);
84internal static partial int SslRead(SafeSslHandle ssl, ref byte buf, int num, out SslErrorCode error);
105internal static partial int SslRenegotiate(SafeSslHandle ssl, out SslErrorCode error);
121internal static partial int SslDoHandshake(SafeSslHandle ssl, out SslErrorCode error);