8 references to InternalError
System.Net.Security (8)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
509return new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, GetSslError(ret, errorCode));
System\Net\Security\SslStreamPal.Unix.cs (7)
74token.Status = new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, ex); 101return new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, ex); 113_ => new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, new Interop.OpenSsl.SslException((int)errorCode)) 226token.Status = new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, Interop.OpenSsl.CreateSslException(SR.net_alpn_failed)); 234token.Status = new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, exc); 273return new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, Interop.Crypto.CreateOpenSslCryptographicException()); 277return new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, new Interop.OpenSsl.SslException((int)code));