3 references to DoSslHandshake
System.Net.Security (3)
System\Net\Security\SslStreamPal.Unix.cs (3)
201
SecurityStatusPalErrorCode errorCode = Interop.OpenSsl.
DoSslHandshake
((SafeSslHandle)context, inputBuffer, out consumed, ref token);
220
errorCode = Interop.OpenSsl.
DoSslHandshake
((SafeSslHandle)context, inputBuffer.Slice(consumed), out int c, ref token);
228
errorCode = Interop.OpenSsl.
DoSslHandshake
((SafeSslHandle)context, inputBuffer.Slice(consumed), out int c, ref token);