4 references to Check
System.Security.Cryptography (4)
System\Security\Cryptography\LiteHash.Unix.cs (4)
240Check(Interop.Crypto.HmacUpdate(_ctx, data, data.Length)); 248Check(Interop.Crypto.HmacCurrent(_ctx, ref MemoryMarshal.GetReference(destination), ref length)); 258Check(Interop.Crypto.HmacFinal(_ctx, ref MemoryMarshal.GetReference(destination), ref length)); 265Check(Interop.Crypto.HmacReset(_ctx));