24 references to CreateOpenSslCryptographicException
System.Net.Security (24)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs (2)
65
throw
CreateOpenSslCryptographicException
();
85
throw
CreateOpenSslCryptographicException
();
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs (6)
29
throw
CreateOpenSslCryptographicException
();
153
throw Interop.Crypto.
CreateOpenSslCryptographicException
();
163
throw Interop.Crypto.
CreateOpenSslCryptographicException
();
172
throw Interop.Crypto.
CreateOpenSslCryptographicException
();
191
throw Interop.Crypto.
CreateOpenSslCryptographicException
();
200
throw Interop.Crypto.
CreateOpenSslCryptographicException
();
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs (2)
95
Exception e =
CreateOpenSslCryptographicException
();
105
throw
CreateOpenSslCryptographicException
();
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (2)
1379
Crypto.ErrPeekError() != 0 ? Crypto.
CreateOpenSslCryptographicException
() : // crypto error queue not empty
1387
innerError = Interop.Crypto.
CreateOpenSslCryptographicException
();
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs (6)
138
Exception e =
CreateOpenSslCryptographicException
();
161
throw
CreateOpenSslCryptographicException
();
182
throw
CreateOpenSslCryptographicException
();
203
throw
CreateOpenSslCryptographicException
();
216
throw
CreateOpenSslCryptographicException
();
232
throw
CreateOpenSslCryptographicException
();
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs (2)
45
throw
CreateOpenSslCryptographicException
();
56
throw
CreateOpenSslCryptographicException
();
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509StoreCtx.cs (2)
31
throw
CreateOpenSslCryptographicException
();
48
throw
CreateOpenSslCryptographicException
();
src\runtime\src\libraries\Common\src\System\Net\Security\CertificateValidation.Unix.cs (1)
55
throw Interop.Crypto.
CreateOpenSslCryptographicException
();
System\Net\Security\SslStreamPal.Unix.cs (1)
279
return new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, Interop.Crypto.
CreateOpenSslCryptographicException
());