7 references to InternalError
System.Net.Security (7)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
673return new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, GetSslError(ret, errorCode));
System\Net\Security\SslStreamPal.Unix.cs (6)
76token.Status = new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, ex); 110return new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, ex); 122_ => new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, new Interop.OpenSsl.SslException((int)errorCode)) 231token.Status = new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, exc); 274return new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, Interop.Crypto.CreateOpenSslCryptographicException()); 278return new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, new Interop.OpenSsl.SslException((int)code));