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