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