4 references to Check
System.Security.Cryptography (4)
System\Security\Cryptography\LiteHash.Unix.cs (4)
154Check(Interop.Crypto.EvpDigestUpdate(_ctx, data, data.Length)); 162Check(Interop.Crypto.EvpDigestFinalEx(_ctx, ref MemoryMarshal.GetReference(destination), ref length)); 170Check(Interop.Crypto.EvpDigestReset(_ctx, _algorithm)); 176Check(Interop.Crypto.EvpDigestCurrent(_ctx, ref MemoryMarshal.GetReference(destination), ref length));