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