2 references to AllocateSslHandle
System.Net.Security (2)
System\Net\Security\SslStreamPal.Unix.cs (1)
198context = Interop.OpenSsl.AllocateSslHandle(sslAuthenticationOptions);
System\Net\Security\TlsSession.OpenSsl.cs (1)
289SafeSslHandle handle = Interop.OpenSsl.AllocateSslHandle(_options);