5 references to net_allocate_ssl_context_failed
System.Net.Security (5)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (2)
227
throw CreateSslException(SR.
net_allocate_ssl_context_failed
);
421
throw CreateSslException(SR.
net_allocate_ssl_context_failed
);
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (1)
589
throw Interop.OpenSsl.CreateSslException(SR.
net_allocate_ssl_context_failed
);
System\Net\Security\CipherSuitesPolicyPal.Linux.cs (2)
34
throw OpenSsl.CreateSslException(SR.
net_allocate_ssl_context_failed
);
43
throw OpenSsl.CreateSslException(SR.
net_allocate_ssl_context_failed
);