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