6 references to CryptCommon_GenericError
Microsoft.AspNetCore.DataProtection (6)
Cng\CngGcmAuthenticatedEncryptor.cs (1)
298throw Error.CryptCommon_GenericError(ex);
Managed\AesGcmAuthenticatedEncryptor.cs (2)
152throw Error.CryptCommon_GenericError(ex); 297throw Error.CryptCommon_GenericError(ex);
Managed\ManagedAuthenticatedEncryptor.cs (3)
175throw Error.CryptCommon_GenericError(ex); 266throw Error.CryptCommon_GenericError(new InvalidOperationException("Failed to compute HMAC")); 285throw Error.CryptCommon_GenericError(ex);