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