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