4 references to GetSslError
System.Net.Security (4)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (4)
509
return new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError,
GetSslError
(ret, errorCode));
538
Exception? innerError =
GetSslError
(retVal, errorCode);
610
throw new SslException(SR.Format(SR.net_ssl_encrypt_failed, errorCode),
GetSslError
(retVal, errorCode));
665
throw new SslException(SR.Format(SR.net_ssl_decrypt_failed, errorCode),
GetSslError
(retVal, errorCode));