3 references to DoSslHandshake
System.Net.Security (3)
System\Net\Security\SslStreamPal.Unix.cs (3)
187
SecurityStatusPalErrorCode errorCode = Interop.OpenSsl.
DoSslHandshake
((SafeSslHandle)context, inputBuffer, ref token);
207
errorCode = Interop.OpenSsl.
DoSslHandshake
((SafeSslHandle)context, ReadOnlySpan<byte>.Empty, ref token);
214
errorCode = Interop.OpenSsl.
DoSslHandshake
((SafeSslHandle)context, ReadOnlySpan<byte>.Empty, ref token);