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