8 references to InternalError
System.Net.Security (8)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
670return new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, GetSslError(ret, errorCode));
System\Net\Security\SslStreamPal.Unix.cs (7)
75token.Status = new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, ex); 102return new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, ex); 114_ => new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, new Interop.OpenSsl.SslException((int)errorCode)) 227token.Status = new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, Interop.OpenSsl.CreateSslException(SR.net_alpn_failed)); 235token.Status = new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, exc); 275return new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, Interop.Crypto.CreateOpenSslCryptographicException()); 279return new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, new Interop.OpenSsl.SslException((int)code));