19 references to CreateOpenSslCryptographicException
System.Net.Quic (19)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.cs (2)
69throw CreateOpenSslCryptographicException(); 89throw CreateOpenSslCryptographicException();
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs (4)
24throw CreateOpenSslCryptographicException(); 149throw Interop.Crypto.CreateOpenSslCryptographicException(); 159throw Interop.Crypto.CreateOpenSslCryptographicException(); 168throw Interop.Crypto.CreateOpenSslCryptographicException();
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs (2)
94Exception e = CreateOpenSslCryptographicException(); 104throw CreateOpenSslCryptographicException();
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs (6)
152Exception e = CreateOpenSslCryptographicException(); 175throw CreateOpenSslCryptographicException(); 196throw CreateOpenSslCryptographicException(); 217throw CreateOpenSslCryptographicException(); 230throw CreateOpenSslCryptographicException(); 246throw CreateOpenSslCryptographicException();
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs (2)
45throw CreateOpenSslCryptographicException(); 56throw CreateOpenSslCryptographicException();
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509StoreCtx.cs (2)
31throw CreateOpenSslCryptographicException(); 48throw CreateOpenSslCryptographicException();
src\libraries\Common\src\System\Net\Security\CertificateValidation.Unix.cs (1)
55throw Interop.Crypto.CreateOpenSslCryptographicException();