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