4 references to Check
System.Security.Cryptography (4)
System\Security\Cryptography\LiteHash.Unix.cs (4)
213Check(Interop.Crypto.HmacUpdate(_ctx, data, data.Length)); 221Check(Interop.Crypto.HmacCurrent(_ctx, ref MemoryMarshal.GetReference(destination), ref length)); 231Check(Interop.Crypto.HmacFinal(_ctx, ref MemoryMarshal.GetReference(destination), ref length)); 238Check(Interop.Crypto.HmacReset(_ctx));