2 references to net_ssl_encrypt_failed
System.Net.Security (2)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
874throw new SslException(SR.Format(SR.net_ssl_encrypt_failed, errorCode), GetSslError(retVal, errorCode));
System\Net\Security\TlsSession.OpenSsl.cs (1)
280result = MapSslError(err, ret, SR.net_ssl_encrypt_failed);