6 references to CryptCommon_GenericError
Microsoft.AspNetCore.DataProtection (6)
Cng\CngGcmAuthenticatedEncryptor.cs (1)
288throw Error.CryptCommon_GenericError(ex);
Managed\AesGcmAuthenticatedEncryptor.cs (2)
141throw Error.CryptCommon_GenericError(ex); 286throw Error.CryptCommon_GenericError(ex);
Managed\ManagedAuthenticatedEncryptor.cs (3)
165throw Error.CryptCommon_GenericError(ex); 256throw Error.CryptCommon_GenericError(new InvalidOperationException("Failed to compute HMAC")); 275throw Error.CryptCommon_GenericError(ex);