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