3 references to AllocateSslContext
System.Net.Security (3)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (3)
161return AllocateSslContext(sslAuthenticationOptions, protocols, allowCached); 170return AllocateSslContext(sslAuthOptions, protocols, allowCached); 183handle = AllocateSslContext(sslAuthenticationOptions, protocols, allowCached);