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